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.
Diff: main.cpp
- Revision:
- 2:a4a73ba6f492
- Parent:
- 1:5c0ca9bdf810
- Child:
- 3:9658e127c4f8
--- a/main.cpp Mon Oct 23 15:54:33 2017 +0000
+++ b/main.cpp Mon Oct 23 15:56:24 2017 +0000
@@ -51,10 +51,11 @@
receiveBitThread.start(&receiveBit);
receiveCharThread.start(&receiveChar);
sendDataThread.start(&sendData);
+ wait(1);
ticker.attach(&wake,T/2.0);
+ createTrame(test,5);
while(1) {
- createTrame(test,5);
- wait(1);
+
}
}