with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

Revision:
35:68f9edbb3cff
Parent:
34:c208497dd079
--- a/main.cpp	Fri Jun 09 14:30:21 2017 +0000
+++ b/main.cpp	Sun Jun 11 22:40:37 2017 +0000
@@ -1,8 +1,6 @@
 #include "MiniExplorerCoimbra.hpp"
 
-#define PI 3.14159
-
 int main(){ 
-    MiniExplorerCoimbra myRobot(0,0,0);   
+    MiniExplorerCoimbra myRobot(0,0,0);
     return 0;
 }