Hexiwear library for communicating with the on-board KW40Z BLE device. KW40Z handles also the touch buttons.
Fork of Hexi_KW40Z by
Diff: Hexi_KW40Z.cpp
- Revision:
- 5:8c7c1cc024ed
- Parent:
- 3:9e92f113c671
- Child:
- 6:29fd3288676c
diff -r 9e92f113c671 -r 8c7c1cc024ed Hexi_KW40Z.cpp --- a/Hexi_KW40Z.cpp Tue Sep 20 01:04:31 2016 +0000 +++ b/Hexi_KW40Z.cpp Tue Sep 20 22:38:58 2016 +0000 @@ -691,4 +691,20 @@ { return bondPassKey; } - + +uint8_t KW40Z::GetLinkState(void) +{ + return linkState; +} + +hexiwear_version_t KW40Z::GetVersion(void) +{ + return kw40_version; +} + +uint8_t KW40Z::GetTsiGroup(void) +{ + return activeTsiGroup; +} + +