コウスケ スズキ / Mbed 2 deprecated Xbee_koubou

Dependencies:   mbed HEPTA_COM

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 //xbeetest
00002 #include "mbed.h"
00003 
00004 Serial pc(USBTX,USBRX);
00005 Serial xbee(p13,p14);
00006 
00007 int main(){
00008     pc.printf("ax1 ay12 az123\r\ngx0 gy0 gz0\r\n");
00009     xbee.printf("ax1 ay12 az123\r\ngx0 gy0 gz0\r\n");
00010 }