Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
8:ba93a973f967
Parent:
7:ebaaff27840b
Child:
10:577e1fc4453e
--- a/event.h	Thu Oct 12 14:32:34 2017 +0000
+++ b/event.h	Thu Oct 12 19:00:33 2017 +0000
@@ -16,7 +16,12 @@
 void print_event(void);
 void blink_event(void);
 
+extern Serial pc;
+
 // Your code here!
+void print_stinrg(char c = '*') {
+    pc.putc(c);
+}
     
 #endif // EVENT_H_
 //-----------------------------------------------------------------
\ No newline at end of file