Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
23:aad5fd1b3ef9
Parent:
18:7f9c2b8541e1
Child:
24:eed68c95160c
--- a/event.h	Thu Oct 19 09:05:47 2017 +0000
+++ b/event.h	Wed Oct 25 13:24:05 2017 +0000
@@ -16,19 +16,15 @@
 void print_event(void);
 void blink_event(void);
 
-
 void readIMU(void);
 void readMicrophone(void);
 void storeIMU(void);
 void storeMicrophone(void);
 void sendData(void);
 void gayEvent(void);
+void CheckInputBuffer(void);
 
-extern Serial PC;
-// extern Serial xbee;
-extern Timer time_stamp;
-
-// Your code here!
+// extern Timer time_stamp;
     
 #endif // EVENT_H_
 //-----------------------------------------------------------------
\ No newline at end of file