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.
Revision 0:6b6d84df5aef, committed 2022-01-28
- Comitter:
- kosukesuzuki
- Date:
- Fri Jan 28 09:58:43 2022 +0000
- Commit message:
- xbee
Changed in this revision
--- /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