Xbus設定用ソースコードです。ただし、この設定が適用されるのはXBusで制御する時のみです。

Dependencies:   XBusServoTest mbed

Files at this revision

API Documentation at this revision

Comitter:
YusukeWakuta
Date:
Wed Feb 15 12:21:51 2017 +0000
Commit message:
XBus???????????????????; ???????????????????????????????????????XBus???????????

Changed in this revision

XBusServoTest.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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/XBusServoTest.lib	Wed Feb 15 12:21:51 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/albatross/code/XBusServoTest/#bde6d41517d3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Feb 15 12:21:51 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut myled(LED1);
+
+int main() {
+    while(1) {
+        myled = 1;
+        wait(0.2);
+        myled = 0;
+        wait(0.2);
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Feb 15 12:21:51 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/ef9c61f8c49f
\ No newline at end of file