all publish

Dependencies:   mbed Motor

Revision:
0:55cdef25d38c
--- /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) {
+    }
+}