A very simple example of an RTOS executing on an LPC1768 Platform

Dependencies:   mbed-rtos mbed

Fork of app-board-RTOS-Threads by jim hamblen

Revision:
7:ea9f0cd97179
Parent:
6:7f833d7ef195
Child:
8:261f8af23dae
--- a/main.cpp	Mon Aug 08 02:54:39 2016 +0000
+++ b/main.cpp	Mon Aug 08 13:01:08 2016 +0000
@@ -1,6 +1,6 @@
 // example to test the mbed Lab Board lcd lib with the mbed rtos
-// Pot1 changes the contrast
-// Pot2 changes the speed of the sin wave
+// Pot1 ADC limit for LED1
+// Pot2 ADC limit for LED2
 
 #include "mbed.h"
 #include "rtos.h"