all publish

Dependencies:   mbed Motor

Files at this revision

API Documentation at this revision

Comitter:
daikinect
Date:
Mon May 06 00:19:01 2019 +0000
Commit message:
all publish

Changed in this revision

Motor.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.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 55cdef25d38c Motor.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Motor.lib	Mon May 06 00:19:01 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/daikinect/code/Motor/#1e1dfe7834c9
diff -r 000000000000 -r 55cdef25d38c main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon May 06 00:19:01 2019 +0000
@@ -0,0 +1,16 @@
+#include "mbed.h"
+#include "Serial.h"
+#include "Motor.h"
+
+Serial xbee(USBTX,USBRX);
+Motor wheel[NOW]= {
+    Motor(PA_5,PA_6,PA_7),
+    Motor(PB_6,PC_7,PA_9),
+    Motor(PA_8,PB_10,PB_4),
+};
+
+int main()
+{
+    while(1) {
+    }
+}
diff -r 000000000000 -r 55cdef25d38c mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon May 06 00:19:01 2019 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/64910690c574
\ No newline at end of file