test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
SES01
Date:
Wed Nov 07 08:27:23 2018 +0000
Commit message:
test

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 000000000000 -r b4c8a3ab855f main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Nov 07 08:27:23 2018 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+DigitalOut myled(LED1);
+Serial pc(USBTX, USBRX);
+
+int main() {
+    while(1) {
+        pc.printf("test\r\n");
+    }
+}
diff -r 000000000000 -r b4c8a3ab855f mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Nov 07 08:27:23 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f
\ No newline at end of file