init

Dependencies:   mbed BufferedSerial mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
yukiTakezawa
Date:
Sat Mar 30 13:05:52 2019 +0000
Commit message:
test

Changed in this revision

BufferedSerial.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BufferedSerial.lib	Sat Mar 30 13:05:52 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/sam_grove/code/BufferedSerial/#7e5e866edd3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Mar 30 13:05:52 2019 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "BufferedSerial.h"
+#include "rtos.h"
+
+BufferedSerial pc(USBTX,USBRX);
+
+int main() {
+    pc.printf("Hello\n\r");
+    while(1) {
+        pc.printf("I am servo circuit\n\r");
+        wait(0.2);
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-rtos.lib	Sat Mar 30 13:05:52 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/ST/code/mbed-rtos/#83895f30f8f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Mar 30 13:05:52 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file