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.cpp	Thu Oct 12 14:32:34 2017 +0000
+++ b/event.cpp	Thu Oct 12 19:00:33 2017 +0000
@@ -6,11 +6,9 @@
 * Created by: Gustavo Campana, Michael Schmidt, Miguel Lopez
 *       Date: 12-Oct-2017
 *    Version: V0.1
-*/
+*//*
 #include "mbed.h"
-
-extern Serial pc;
-
+#include "event.h"
 
 void print_stinrg(char c = '*') {
     pc.putc(c);
@@ -22,4 +20,4 @@
 
 void blink_event(DigitalOut pin){
     pin = 1;
-}
\ No newline at end of file
+}*/
\ No newline at end of file