My blinking LEDs

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
dan
Date:
Thu Jun 07 14:45:49 2012 +0000
Parent:
5:75210a3db173
Child:
7:9b6915e1191c
Commit message:
Changed LED2 to LED1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jun 07 14:44:48 2012 +0000
+++ b/main.cpp	Thu Jun 07 14:45:49 2012 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED2);
+DigitalOut myled(LED1);
 DigitalOut newled(LED3);
 DigitalOut newerled(LED4);