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
Revisions of C12832_lcd.lib
Revision | Date | Message | Actions |
---|---|---|---|
4:79863d2ea5a0 | 2013-09-22 | ver 1.0 see https://mbed.org/users/4180_1/notebook/mbed-application-board-hands-on-demos/ | File Diff Annotate |
3:3ec443c0842a | 2012-12-05 | the lcd lib is not claiming the printf now, so we have to call LCD.printf | File Diff Annotate |
2:a69c8c5f5b03 | 2012-10-26 | Test program for appboard + lcd + rtos | File Diff Annotate |
1:1c6a9eaf55b5 | 2012-10-16 | ver 1 | File Diff Annotate |