v7

Dependents:   robot_final

Revision:
0:3cb651f7347b
Child:
1:b3c45f39e86e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Robot.cpp	Thu Feb 02 10:22:13 2017 +0000
@@ -0,0 +1,13 @@
+#include "Robot.h"
+#include "m3pi.h"
+
+Robot::Robot(m3pi m3pi){
+    obstacle = false;
+    m3pi = m3pi;
+}
+
+Robot::~Robot(){
+    /** TODO fermer connexion bluetooth **/
+}
+
+