Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed GroveColourSensor
Diff: main.cpp
- Revision:
- 1:9bb077bbb64b
- Parent:
- 0:7d3b6132c627
- Child:
- 2:b630732e3f11
--- a/main.cpp	Tue Apr 05 10:24:13 2016 +0000
+++ b/main.cpp	Tue Apr 05 12:38:49 2016 +0200
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut led(LED_RED);
+DigitalOut led(LED_GREEN);
 
 int main()
 {
@@ -8,4 +8,4 @@
         led = !led; // toggle led
         wait(0.2f);
     }
-}
\ No newline at end of file
+}