GIU\ZF

Dependencies:   MCP23017 WattBob_TextLCD mbed-rtos mbed

Fork of rtos_basic by mbed official

Revision:
20:202e0046527e
Parent:
18:d48324fd3440
--- a/main.cpp	Wed Mar 28 01:32:01 2018 +0000
+++ b/main.cpp	Wed Mar 28 14:34:34 2018 +0000
@@ -5,7 +5,6 @@
 */
 #include "core.h"
 
-DigitalOut led1(LED4);
 Thread thread;
 
 
@@ -37,7 +36,7 @@
     
     while (true) {
         //indicate program still running
-        led1 = !led1;
+        //led1 = !led1;
         Thread::wait(500);
     }
 }