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: mbed-rtos ECE4333Lab3
Fork of ECE4333Lab3 by
Revision 2:f1ce213d3367, committed 2016-02-03
- Comitter:
- JordanWisdom
- Date:
- Wed Feb 03 17:45:01 2016 +0000
- Parent:
- 1:79e780124b58
- Child:
- 3:0efaad3251a8
- Commit message:
- Made it pretty for Adam.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Feb 03 17:41:51 2016 +0000
+++ b/main.cpp Wed Feb 03 17:45:01 2016 +0000
@@ -78,7 +78,7 @@
void PiControlThread(void const *argument) {
while (true) {
osSignalWait(SignalPi, osWaitForever); // Go to sleep until, SignalPi, is received.
- led2= !led2; // Alive status - led2 toggles each time PiControlThread is signaled.
+ led2 = !led2; // Alive status - led2 toggles each time PiControlThread is signaled.
Position = Position + 1;
}
}
