MATSU-bed / Mbed 2 deprecated MATSU-bed_blinky

Dependencies:   mbed MATSUbed USBDevice

Fork of MATSU-bed_blinky by takaaki mastuzawa

Files at this revision

API Documentation at this revision

Comitter:
hardtail
Date:
Wed Oct 25 08:08:09 2017 +0000
Parent:
2:f94af4a543bd
Child:
4:a6882e08058c
Commit message:
LED??

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
--- a/main.cpp	Wed May 18 13:46:00 2016 +0000
+++ b/main.cpp	Wed Oct 25 08:08:09 2017 +0000
@@ -9,7 +9,7 @@
 #define ISP0 P0_4
 #define ISP1 P0_16
 
-//USBSerial pc;
+USBSerial pc;
 
 BusOut myled(LED1, LED2, LED3, LED4);
 
@@ -31,5 +31,6 @@
                 myled = myled >> 1;
             }
         }
+        pc.printf("hello world \r\n");
     }
 }
--- a/mbed.bld	Wed May 18 13:46:00 2016 +0000
+++ b/mbed.bld	Wed Oct 25 08:08:09 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/7c328cabac7e
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/0ab6a29f35bf
\ No newline at end of file