led_2_3

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Hinz
Date:
Sun Nov 19 16:53:10 2017 +0000
Parent:
0:b6ae7abdff7e
Commit message:
OK

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r b6ae7abdff7e -r c5711c7e5b46 main.cpp
--- a/main.cpp	Fri Sep 22 13:45:02 2017 +0000
+++ b/main.cpp	Sun Nov 19 16:53:10 2017 +0000
@@ -4,6 +4,7 @@
 DigitalOut myled3(D3);
 
 int main() {
+    printf("Hello World from Nucleo\r\n");
     while(1) {
         myled2 = 1; // LED is ON
         myled3 = 0; // LED is ON
diff -r b6ae7abdff7e -r c5711c7e5b46 mbed.bld
--- a/mbed.bld	Fri Sep 22 13:45:02 2017 +0000
+++ b/mbed.bld	Sun Nov 19 16:53:10 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/e7ca05fa8600
\ No newline at end of file