Hexiwear library for communicating with the on-board KW40Z BLE device. KW40Z handles also the touch buttons.
Dependents: Hexi_Buttons_Example Hexi_Click_Relay-v2_Example Hexi_Click_Relay-v3_Example Hexi_Catch-the-dot_Game ... more
Diff: Hexi_KW40Z.h
- Revision:
- 6:23323e8aeda4
- Parent:
- 3:9e92f113c671
- Child:
- 8:2b9b24f3154d
--- a/Hexi_KW40Z.h Tue Sep 20 22:38:58 2016 +0000
+++ b/Hexi_KW40Z.h Sun Sep 25 04:28:52 2016 +0000
@@ -41,8 +41,6 @@
//#define LIB_DEBUG 1
-#define START_THREAD 1
-
#define gHostInterface_startByte1 0x55
#define gHostInterface_startByte2 0xAA
#define gHostInterface_trailerByte 0x45
@@ -217,10 +215,6 @@
uint32_t GetPassKey(void);
-
-
-
-
private:
RawSerial device;
Thread mainThread;
@@ -269,9 +263,6 @@
void DebugPrintRxPacket();
void DebugPrintTxPacket(hostInterface_packet_t * txPacket);
#endif
-
- static void rxStarter(void const *p);
- static void mainStarter(void const *p);
};
#endif
\ No newline at end of file