Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
7:ebaaff27840b
Parent:
6:939df52d75c9
Child:
8:ba93a973f967
--- a/event.h	Thu Oct 12 13:26:59 2017 +0000
+++ b/event.h	Thu Oct 12 14:32:34 2017 +0000
@@ -12,21 +12,11 @@
 #ifndef EVENT_H_
 #define EVENT_H_
 
-// Your code here!
-void print_stinrg(char);
-void print_thread(void const);
+void print_stinrg(void);
+void print_event(void);
+void blink_event(void);
 
-void print_stinrg(char c = '*')
-{
-    pc.putc(c);
-}
-
-void print_thread(void const *argv)
-{
-    pc.printf((const char*)argv);
-}
-
-
+// Your code here!
     
 #endif // EVENT_H_
 //-----------------------------------------------------------------
\ No newline at end of file