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.
Fork of rtos_basic by
Spawn a simple background thread. Should see one light blink twice as fast as another.
Revision 8:c1e1db61aee7, committed 2017-01-12
- Comitter:
- mab5449
- Date:
- Thu Jan 12 22:58:45 2017 +0000
- Parent:
- 7:8d9919175929
- Child:
- 9:dd58814e2dcf
- Commit message:
- Updating to mbed OS
Changed in this revision
--- a/main.cpp Tue Nov 22 18:04:36 2016 +0000 +++ b/main.cpp Thu Jan 12 22:58:45 2017 +0000 @@ -1,5 +1,4 @@ #include "mbed.h" -#include "rtos.h" DigitalOut led1(LED1); DigitalOut led2(LED2);
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Thu Jan 12 22:58:45 2017 +0000 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/mbed-os/#2885c1b41e63158cb6faf5f107cd821ae06ef26c
--- a/mbed-rtos.lib Tue Nov 22 18:04:36 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://mbed.org/users/mbed_official/code/mbed-rtos/#58563e6cba1e
--- a/mbed.bld Tue Nov 22 18:04:36 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/0ab6a29f35bf \ No newline at end of file

