LED1 to LED3

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
BrunoV
Date:
Mon Jan 05 10:01:30 2015 +0000
Parent:
0:c0aee9c4a3e0
Commit message:
LED 1 changes to LED3;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 05 09:56:47 2015 +0000
+++ b/main.cpp	Mon Jan 05 10:01:30 2015 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(LED3);
 
 int main()
 {