with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

main.cpp

Committer:
Ludwigfr
Date:
2017-06-09
Revision:
33:814bcd7d3cfe
Parent:
32:d51928b58645
Child:
34:c208497dd079

File content as of revision 33:814bcd7d3cfe:

#include "MiniExplorerCoimbra.hpp"

using namespace std;

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