Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
38:0196baea1d35
Parent:
37:28f1122a858c
Parent:
36:e587950c288c
Child:
39:558cd5780490
--- a/main.cpp	Mon Apr 06 19:49:00 2015 +0000
+++ b/main.cpp	Mon Apr 06 19:52:29 2015 +0000
@@ -103,7 +103,7 @@
 
     rps_read = new Thread(flex_read);
 
-    #if ACTIVATE_ACCEL
+/*    #if ACTIVATE_ACCEL
         Thread thread0(reception_coord);
         Thread thread1(etat_de_jeu);
         Thread thread2(analyze_sensor_data);
@@ -111,7 +111,7 @@
         threads[1] = &thread1;
         threads[2] = &thread2;
     #endif
-    
+*/
     while(true) {
         
     }