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 SDFileSystem XBeeLib
Diff: event.cpp
- Revision:
- 12:c88478dfc622
- Parent:
- 10:577e1fc4453e
- Child:
- 18:7f9c2b8541e1
--- a/event.cpp Sat Oct 14 23:37:02 2017 +0000 +++ b/event.cpp Tue Oct 17 09:25:38 2017 +0000 @@ -32,4 +32,10 @@ void readIMU(){ //imu.resetMPU9250(); pc.printf("%d\r\r ",time_stamp.read()); +} + +void gayEvent(){ + pc.printf("Is Michi schwul? (1 - true, 0 - false): "); + pc.printf("%d", 1); + pc.printf("\r\n"); } \ No newline at end of file