Library used to receive data through a wireless channel using XBEE.
Dependencies: mbed
Fork of frdm_xbee by
xbee.h
- Committer:
- josepesado
- Date:
- 2014-10-18
- Revision:
- 0:06bd131cf762
- Child:
- 3:377a8165aae1
File content as of revision 0:06bd131cf762:
#ifndef _XBEE_H_ #define _XBEE_H_ #include "mbed.h" extern int XBee_u8TxRq; extern char CommandTx[]; /********************************************************************************** * Global functions ***********************************************************************************/ void XBee_vInit(void); void XBee_vMain(void); #endif