A libery to connect to telegesis zigbee module. Bassed on implemtation of XBEE
Fork of xbee_lib by
Diff: xbee.h
- Revision:
- 6:6455a079bdb3
- Parent:
- 5:714651141a83
diff -r 714651141a83 -r 6455a079bdb3 xbee.h --- a/xbee.h Fri Aug 31 15:46:34 2012 +0000 +++ b/xbee.h Fri Aug 31 15:48:55 2012 +0000 @@ -41,7 +41,7 @@ * @return Returns 1 on success. */ int GetSerial(int*); - /** Sets the encryption key to the one stored in security_key. + /** Sets the encryption key. This should be a 128-bit key. * @param key Pointer to the network key to set. * @return Returns 1 on success. */