Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
12:c88478dfc622
Parent:
10:577e1fc4453e
Child:
13:837ea602def0
--- a/main.cpp	Sat Oct 14 23:37:02 2017 +0000
+++ b/main.cpp	Tue Oct 17 09:25:38 2017 +0000
@@ -76,6 +76,7 @@
     //int task4_id = queue.call_every(50, blink_event, led1);
     int task5_id = queue.call_every(500, println_event);
     int task6_id = queue.call_every(500, readIMU);
+    int task7_id = queue.call_every(500, gayEvent);
 }
 //-----------------------------------------------------------------