v7

Dependents:   robot_final

Revision:
1:b3c45f39e86e
Parent:
0:3cb651f7347b
Child:
2:c17925c0ce25
--- a/Robot.cpp	Thu Feb 02 10:22:13 2017 +0000
+++ b/Robot.cpp	Thu Feb 09 08:52:55 2017 +0000
@@ -1,13 +1,14 @@
+
 #include "Robot.h"
-#include "m3pi.h"
+
+    
 
-Robot::Robot(m3pi m3pi){
-    obstacle = false;
-    m3pi = m3pi;
-}
-
-Robot::~Robot(){
-    /** TODO fermer connexion bluetooth **/
-}
-
-
+   Robot::Robot(){
+           obstacle = false;
+           // initialiser une liste daction
+    }
+    
+   Robot::~Robot(){
+            // TODO fermer connexion bluetooth
+    }
+