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: DAQ mbed-rtos mbed
Diff: main.cpp
- Revision:
- 1:fa51edf89e71
- Parent:
- 0:6ee88b4152dc
- Child:
- 2:7f7eb0cc78a4
--- a/main.cpp Wed Apr 23 11:10:26 2014 +0000 +++ b/main.cpp Thu Apr 24 10:39:09 2014 +0000 @@ -29,11 +29,12 @@ m = new Module(); Thread uartthread(uartThread); + m->mainLoop(); + wait(4); RtosTimer meetTimer(meet); meetTimer.start(4); - m->mainLoop(); while(1) { led1 =! led1;