copy of mbed-os-example-blinky

Files at this revision

API Documentation at this revision

Comitter:
tulanthoar
Date:
Thu Apr 27 16:03:40 2017 -0600
Parent:
0:ea82a5a12af4
Commit message:
change to LED3 to distinguish from every other blinky

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ea82a5a12af4 -r 5127448aa699 main.cpp
--- a/main.cpp	Sun Apr 09 18:01:24 2017 +0000
+++ b/main.cpp	Thu Apr 27 16:03:40 2017 -0600
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut led1(LED1);
+DigitalOut led1(LED3);
 
 // main() runs in its own thread in the OS
 int main() {