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 Peter Drescher

History

ver 1.0 see https://mbed.org/users/4180_1/notebook/mbed-application-board-hands-on-demos/ default tip

2013-09-22, by 4180_1 [Sun, 22 Sep 2013 17:57:46 +0000] rev 4

ver 1.0 see https://mbed.org/users/4180_1/notebook/mbed-application-board-hands-on-demos/


the lcd lib is not claiming the printf now, so we have to call LCD.printf

2012-12-05, by dreschpe [Wed, 05 Dec 2012 08:06:20 +0000] rev 3

the lcd lib is not claiming the printf now, so we have to call LCD.printf


Test program for appboard + lcd + rtos

2012-10-26, by dreschpe [Fri, 26 Oct 2012 18:18:33 +0000] rev 2

Test program for appboard + lcd + rtos


ver 1

2012-10-16, by dreschpe [Tue, 16 Oct 2012 17:51:10 +0000] rev 1

ver 1


first test of the lcd driver

2012-10-15, by dreschpe [Mon, 15 Oct 2012 21:48:28 +0000] rev 0

first test of the lcd driver