Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Hexi_Buttons_Example Hexi_Click_Relay-v2_Example Hexi_Click_Relay-v3_Example Hexi_Catch-the-dot_Game ... more
Revision 5:8c7c1cc024ed, committed 2016-09-20
- Comitter:
- khuang
- Date:
- Tue Sep 20 22:38:58 2016 +0000
- Parent:
- 3:9e92f113c671
- Child:
- 6:23323e8aeda4
- Commit message:
- Moved Transmission of Sensor Tag Data from main thread to its own thread.
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: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;
+}
+
+