Dave Clarke / Hexi_KW40Z

Fork of Hexi_KW40Z by Hexiwear

Files at this revision

API Documentation at this revision

Comitter:
khuang
Date:
Tue Sep 20 22:52:28 2016 +0000
Parent:
3:9e92f113c671
Commit message:
Added Functionality for GetLinkState, GetVersion, GetTsiGroup

Changed in this revision

Hexi_KW40Z.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Hexi_KW40Z.cpp	Tue Sep 20 01:04:31 2016 +0000
+++ b/Hexi_KW40Z.cpp	Tue Sep 20 22:52:28 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;
+}   
+