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:
- 18:7f9c2b8541e1
- Parent:
- 12:c88478dfc622
- Child:
- 23:aad5fd1b3ef9
--- a/event.h Tue Oct 17 12:04:41 2017 +0000 +++ b/event.h Wed Oct 18 12:51:31 2017 +0000 @@ -24,8 +24,8 @@ void sendData(void); void gayEvent(void); -extern Serial pc; -extern Serial xbee; +extern Serial PC; +// extern Serial xbee; extern Timer time_stamp; // Your code here!