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:
- 27:c4b2ce6fa5b8
- Parent:
- 26:4bc56ce08d15
- Child:
- 28:c7e977a19564
--- a/event.h Wed Nov 08 10:59:01 2017 +0000 +++ b/event.h Sun Nov 12 14:54:49 2017 +0000 @@ -41,7 +41,7 @@ extern uint16_t Data_Storage_MIC[BufferSize_MIC]; // Flag Declaration -extern uint8_t ReadIMU_Flag; +extern uint8_t ReadIMUDone_Flag; // Time Buffer Declaration extern uint16_t Time_Data;