with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "MiniExplorerCoimbra.hpp"
00002 
00003 int main(){ 
00004     MiniExplorerCoimbra myRobot(0,0,0);
00005     return 0;
00006 }