Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Dependents: DumpTruck turn_pot
Diff: main.cpp
- Revision:
- 0:a8839a6b9e39
- Child:
- 2:33be70fd7c4b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Tue Sep 20 19:35:30 2016 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "Motor.h"
+
+Serial pc(USBTX, USBRX);
+
+Motor m1(p24,p30);
+//Motor m2(p23,p28);
+//Motor m3(p23,p28);
+//Motor m4(p23,p28);
+
+int main() {
+ m1.write(1.0f);
+}
\ No newline at end of file