My blinking LEDs

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Thu Jun 07 12:14:57 2012 +0000
Parent:
0:ea96942621d5
Child:
3:f16745a202c2
Commit message:
changed LED1 to LED2

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:13:56 2012 +0000
+++ b/main.cpp	Thu Jun 07 12:14:57 2012 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(LED2);
 
 int main() {
     while(1) {