Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
10:577e1fc4453e
Parent:
8:ba93a973f967
Child:
12:c88478dfc622
--- a/event.h	Sat Oct 14 10:34:39 2017 +0000
+++ b/event.h	Sat Oct 14 23:37:02 2017 +0000
@@ -16,12 +16,18 @@
 void print_event(void);
 void blink_event(void);
 
+
+void readIMU(void);
+void readMicrophone(void);
+void storeIMU(void);
+void storeMicrophone(void);
+void sendData(void);
+
 extern Serial pc;
+extern Serial xbee;
+extern Timer time_stamp;
 
 // Your code here!
-void print_stinrg(char c = '*') {
-    pc.putc(c);
-}
     
 #endif // EVENT_H_
 //-----------------------------------------------------------------
\ No newline at end of file