This program is a part of Lab Assignment to introduce mbedRTOS feature. It has four threads.
Dependencies: 4DGL-uLCD-SE wave_player_appbd
Fork of rtos_mutex by
This program is a part of a ECE4180 Lab3. It uses four threads. Main thread is for counting the RTC time and printing to uLCD. Anohter thread is for playing short tone, next is for displaying image in uLCD from the unformatted SD card. Next thread control the RBG led. All these threads utilize bluetooth serial UART command received and function accordingly. Bluetooth App from adafruit is used as an assistance to send command.
Parts used: mBED LPC1768 uLCD Display + SD Card Adafruit Bluetooth Audio Amp + Speaker
History
Formatted code
2017-03-18, by pkoirala3 [Sat, 18 Mar 2017 13:55:08 +0000] rev 8
Formatted code
MBED_RTOS
2017-03-18, by pkoirala3 [Sat, 18 Mar 2017 13:50:28 +0000] rev 7
MBED_RTOS
Updated to mbed 5
2017-01-13, by mab5449 [Fri, 13 Jan 2017 19:49:29 +0000] rev 6
Updated to mbed 5
Update example to current API
2017-01-11, by Bartek Szatkowski [Wed, 11 Jan 2017 12:50:36 +0000] rev 5
Update example to current API
Point to the latest libraries
2013-06-04, by emilmont [Tue, 04 Jun 2013 16:03:01 +0100] rev 4
Point to the latest libraries
Update libraries
2013-04-24, by emilmont [Wed, 24 Apr 2013 14:57:50 +0000] rev 3
Update libraries
Update libraries
2012-11-23, by emilmont [Fri, 23 Nov 2012 10:28:37 +0000] rev 2
Update libraries
First implementation
2012-07-13, by emilmont [Fri, 13 Jul 2012 10:34:00 +0000] rev 1
First implementation
Template for RTOS mutex example
2012-07-13, by mbed_official [Fri, 13 Jul 2012 10:30:11 +0000] rev 0
Template for RTOS mutex example