My blinking LEDs

Dependencies:   mbed

Fork of demo_program by -deleted-

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Thu Jun 07 12:19:19 2012 +0000
Parent:
2:34d3bf46c928
Parent:
1:42b1b06ed716
Child:
4:9681c944004e
Commit message:
merged revision 1 with revision 2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jun 07 12:16:11 2012 +0000
+++ b/main.cpp	Thu Jun 07 12:19:19 2012 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(LED2);
 DigitalOut newled(LED3);
 
 int main() {