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.
Xbee Class Reference
#include <Xbee.h>
Public Member Functions | |
Xbee (PinName tx=p9, PinName rx=p10, PinName rst=p11) | |
Use p9 and p10 as default serial pins and p11 for reset. | |
void | Reset () |
Reset Xbee before use it. | |
void | Send (const char &) |
Send 8 bit data. | |
void | Recv (char &) |
Read 8 bit data. |
Detailed Description
Xbee class.
Author Xiaofei Qiu
Definition at line 8 of file Xbee.h.
Constructor & Destructor Documentation
Xbee | ( | PinName | tx = p9 , |
PinName | rx = p10 , |
||
PinName | rst = p11 |
||
) |
Member Function Documentation
Generated on Wed Jul 13 2022 16:50:43 by
