API for communicating with XBee devices.
Dependencies: CircularBuffer FixedLengthList
Dependents: XBeeApiTest XBeeApiSimpleATCmdsExample XBeeApiBroadcastExample XBeeApiBroadcastExampleRTOS ... more
You are viewing an older revision! See the latest version
Homepage
XBeeApi is intended to be a library for providing a high-level API interface to the XBee - for example getChannel()
and setChannel()
methods rather than needing to send( "ATCH" )
and send( "ATCH 2" )
and then de-code the responses.
See the notebook page here for a description of how the API works & some details on the various classes.
Note that this is still a work in progress and does not contain all of the implementation files as of yet.