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: AX12
Diff: main.cpp
- Revision:
- 0:9f596b4d0cc6
- Child:
- 1:98b4e06bec81
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Fri Apr 22 17:54:44 2016 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "AX12.h"
+
+int main() {
+ AX12 MX106(PA_10, PB_6, PB_5, 1, 57600);
+ MX106.SetMode(1);
+ MX106.SetCRSpeed(0.25);
+
+}
\ No newline at end of file