義史 酒井 / Mbed 2 deprecated nyann

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Yoshiemon
Date:
Mon Aug 03 05:32:13 2020 +0000
Commit message:
aaaa

Changed in this revision

mbed.bld Show annotated file Show diff for this revision Revisions of this file
test.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Aug 03 05:32:13 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.cpp	Mon Aug 03 05:32:13 2020 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+
+DigitalOut l(p21);
+DigitalOut r(p22);
+//DigitalOut en(p12);
+
+int main() {
+    //en = 1;
+    while(1) {
+        l = 1;
+        /*wait(20);
+        l = 0;
+        wait(2)*/
+    }
+}
\ No newline at end of file