Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
36:e587950c288c
Parent:
32:7bdaac2c4cbf
Child:
38:0196baea1d35
--- a/main.cpp	Mon Apr 06 18:53:34 2015 +0000
+++ b/main.cpp	Mon Apr 06 19:15:45 2015 +0000
@@ -104,7 +104,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);
@@ -112,7 +112,7 @@
         threads[1] = &thread1;
         threads[2] = &thread2;
     #endif
-    
+*/
     while(true) {
         
     }