with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

Revision:
34:c208497dd079
Parent:
33:814bcd7d3cfe
Child:
35:68f9edbb3cff
--- a/main.cpp	Fri Jun 09 00:28:32 2017 +0000
+++ b/main.cpp	Fri Jun 09 14:30:21 2017 +0000
@@ -1,8 +1,8 @@
 #include "MiniExplorerCoimbra.hpp"
 
-using namespace std;
+#define PI 3.14159
 
-int main(){
+int main(){ 
     MiniExplorerCoimbra myRobot(0,0,0);   
     return 0;
 }