Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU9250_SPI
Fork of WearableDevice_Nucleo by
Diff: event.h
- 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