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:
- 23:aad5fd1b3ef9
- Parent:
- 18:7f9c2b8541e1
- Child:
- 24:eed68c95160c
diff -r ef9a7a43e21e -r aad5fd1b3ef9 event.h --- a/event.h Thu Oct 19 09:05:47 2017 +0000 +++ b/event.h Wed Oct 25 13:24:05 2017 +0000 @@ -16,19 +16,15 @@ void print_event(void); void blink_event(void); - void readIMU(void); void readMicrophone(void); void storeIMU(void); void storeMicrophone(void); void sendData(void); void gayEvent(void); +void CheckInputBuffer(void); -extern Serial PC; -// extern Serial xbee; -extern Timer time_stamp; - -// Your code here! +// extern Timer time_stamp; #endif // EVENT_H_ //----------------------------------------------------------------- \ No newline at end of file