Library to easily communicate with XBee modules.
Fork of XBeeLib by
Diff: IO/IOSampleZB.h
- Revision:
- 6:06522f3a6642
- Parent:
- 4:629712865107
--- a/IO/IOSampleZB.h Thu Mar 31 11:39:30 2016 +0200 +++ b/IO/IOSampleZB.h Thu Jul 28 10:17:20 2016 +0200 @@ -21,7 +21,7 @@ class IOSampleZB { public: /** Class constructor - * @param raw_data The IO Sample data, as returned by an "IS" command response or in the IoSampleRxZB (0x92) frames + * @param raw_data The IO Sample data, as returned by an "IS" command response or in the IoSampleRxZBDM (0x92) frames * @param size size (in bytes) of raw_data. */ IOSampleZB(const uint8_t* const raw_data = NULL, size_t size = 0);