Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
25:86137c182a17
Parent:
24:eed68c95160c
Child:
26:4bc56ce08d15
diff -r eed68c95160c -r 86137c182a17 event.h
--- a/event.h	Fri Oct 27 09:59:32 2017 +0000
+++ b/event.h	Fri Oct 27 23:49:44 2017 +0000
@@ -7,8 +7,8 @@
 *       Date: 12-Oct-2017
 *    Version: V0.1
 */
+#include "pin.h"
 #include "MPU9250.h"
-#include "pin.h"
 #include "XBeeLib.h"
 
 //-----------------------------------------------------------------
@@ -33,6 +33,7 @@
 extern mpu9250_spi imu;
 extern AnalogIn micro;
 extern Serial PC;
+extern FILE *fp;
     
 #endif // EVENT_H_
 //-----------------------------------------------------------------
\ No newline at end of file