with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

main.cpp

Committer:
Ludwigfr
Date:
2017-06-16
Revision:
39:890439b495e3
Parent:
35:68f9edbb3cff

File content as of revision 39:890439b495e3:

#include "MiniExplorerCoimbra.hpp"

int main(){ 
    MiniExplorerCoimbra myRobot(0,0,0);
    return 0;
}