with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

Committer:
Ludwigfr
Date:
Fri Jun 09 00:28:32 2017 +0000
Revision:
33:814bcd7d3cfe
Parent:
32:d51928b58645
Child:
34:c208497dd079
version with class

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Ludwigfr 33:814bcd7d3cfe 1 #include "MiniExplorerCoimbra.hpp"
Ludwigfr 32:d51928b58645 2
Ludwigfr 33:814bcd7d3cfe 3 using namespace std;
geotsam 26:b020cf253059 4
geotsam 0:8bffb51cc345 5 int main(){
Ludwigfr 33:814bcd7d3cfe 6 MiniExplorerCoimbra myRobot(0,0,0);
Ludwigfr 33:814bcd7d3cfe 7 return 0;
Ludwigfr 22:ebb37a249b5f 8 }