A libery to connect to telegesis zigbee module. Bassed on implemtation of XBEE
Fork of xbee_lib by
Diff: xbee.h
- Revision:
- 5:714651141a83
- Parent:
- 4:ede20c047d8b
- Child:
- 6:6455a079bdb3
--- a/xbee.h Wed Aug 29 14:34:53 2012 +0000 +++ b/xbee.h Fri Aug 31 15:46:34 2012 +0000 @@ -45,7 +45,7 @@ * @param key Pointer to the network key to set. * @return Returns 1 on success. */ - int SetKey(int*); + int SetKey(char*); /** Sets the id of the PAN network for the Xbee to use * @param pan_id The id of the PAN for the Xbee to use. * @return Returns 1 on success.