Titusz Ozsvath / Mbed 2 deprecated Blink

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
titinho
Date:
Tue Sep 04 14:37:52 2018 +0000
Parent:
0:ffb4d6fe4af9
Commit message:
Nothing special

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ffb4d6fe4af9 -r 97855081060a main.cpp
--- a/main.cpp	Tue Sep 04 14:23:17 2018 +0000
+++ b/main.cpp	Tue Sep 04 14:37:52 2018 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut led(LED1);
+DigitalOut led(LED2);
 
 int main()
 {