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

Files at this revision

API Documentation at this revision

Comitter:
cotigac
Date:
Mon Sep 26 05:28:55 2016 +0000
Parent:
11:a9a838035b87
Commit message:
Increased memory poll and queues to handle multiple messages

Changed in this revision

Hexi_KW40Z.h Show annotated file Show diff for this revision Revisions of this file
diff -r a9a838035b87 -r 3f5ed7abc5c7 Hexi_KW40Z.h
--- 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);