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: main.cpp
- Revision:
- 11:f19020fa18f1
- Parent:
- 10:577e1fc4453e
--- a/main.cpp Sat Oct 14 23:37:02 2017 +0000 +++ b/main.cpp Tue Oct 17 09:39:10 2017 +0000 @@ -99,8 +99,16 @@ time_stamp.start(); // Start timer - while (true) { + while (true) + { queue.dispatch(); + + // Read UART Level for possible received Command + // Check for Hashtag in the first spot -> if yes: command received! + // if no: delete input buffer! + + + } } //-----------------------------------------------------------------