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:
- 12:3f5ed7abc5c7
- Parent:
- 11:a9a838035b87
--- a/Hexi_KW40Z.h Mon Sep 26 04:56:27 2016 +0000
+++ b/Hexi_KW40Z.h Mon Sep 26 05:28:55 2016 +0000
@@ -250,8 +250,8 @@
uint8_t linkState;
uint32_t bondPassKey;
- MemoryPool<hostInterface_packet_t, 16> mpool;
- Queue<hostInterface_packet_t, 16> queue;
+ MemoryPool<hostInterface_packet_t, 50> mpool;
+ Queue<hostInterface_packet_t, 50> queue;
void mainTask(void);
void rxTask(void);