This demo uses the mbed RTOS to run eight threads (including main). The threads are using different I/O devices on the application board. Several of the threads output to the LCD and an OS mutex lock is used to control access to the LCD and make the LCD thread safe.
Dependencies: C12832_lcd LCD_fonts mbed-rtos mbed
Fork of lab1 by
Diff: mbed.bld
- Revision:
- 2:a69c8c5f5b03
- Parent:
- 0:f6a57b843f79
- Child:
- 3:3ec443c0842a
diff -r 1c6a9eaf55b5 -r a69c8c5f5b03 mbed.bld --- a/mbed.bld Tue Oct 16 17:51:10 2012 +0000 +++ b/mbed.bld Fri Oct 26 18:18:33 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/cd19af002ccc \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/e2ed12d17f06 \ No newline at end of file