xbee

Dependencies:   mbed HEPTA_COM

Files at this revision

API Documentation at this revision

Comitter:
kosukesuzuki
Date:
Fri Jan 28 09:58:43 2022 +0000
Commit message:
xbee

Changed in this revision

HEPTA_COM.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/HEPTA_COM.lib	Fri Jan 28 09:58:43 2022 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/HeptaSatTraining2019/code/HEPTA_COM/#1838cbd7d223
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jan 28 09:58:43 2022 +0000
@@ -0,0 +1,10 @@
+//xbeetest
+#include "mbed.h"
+
+Serial pc(USBTX,USBRX);
+Serial xbee(p13,p14);
+
+int main(){
+    pc.printf("ax1 ay12 az123\r\ngx0 gy0 gz0\r\n");
+    xbee.printf("ax1 ay12 az123\r\ngx0 gy0 gz0\r\n");
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Jan 28 09:58:43 2022 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file