Hexiwear library for communicating with the on-board KW40Z BLE device. KW40Z handles also the touch buttons.
Dependents: Hexi_BLE_Example_Modified Hexi_BLE_Example_ModifiedPOTATO
Fork of Hexi_KW40Z by
History
GM
2018-08-27, by Xi Han [Mon, 27 Aug 2018 16:15:26 -0700] rev 14
GM
dev;
2018-08-09, by xihan94 [Thu, 09 Aug 2018 22:45:01 +0000] rev 13
dev;
Increased memory poll and queues to handle multiple messages
2016-09-26, by cotigac [Mon, 26 Sep 2016 05:28:55 +0000] rev 12
Increased memory poll and queues to handle multiple messages
Fixed Search Byte algorithm which was buggy
2016-09-26, by cotigac [Mon, 26 Sep 2016 04:56:27 +0000] rev 11
Fixed Search Byte algorithm which was buggy
Updated debug checking
2016-09-26, by cotigac [Mon, 26 Sep 2016 02:36:12 +0000] rev 10
Updated debug checking
Updated library so it doesn't require an TX task anymore outside of the library
2016-09-26, by cotigac [Mon, 26 Sep 2016 01:37:59 +0000] rev 9
Updated library so it doesn't require an TX task anymore outside of the library
SendAccel, SendGyro,SendMag functions changed to accept int16_t instead of uint8_t. UART Messaging API has error. mag,accel and gyro should be 6 bytes instead of 3.
2016-09-25, by khuang [Sun, 25 Sep 2016 05:50:22 +0000] rev 8
SendAccel, SendGyro,SendMag functions changed to accept int16_t instead of uint8_t. UART Messaging API has error. mag,accel and gyro should be 6 bytes instead of 3.
Changed SendAccel, SendGyro,SendMag functions to accept int16_t for x,y,z instead of uint8_t. Payload length for these should be 6 bytes not 3.
2016-09-25, by khuang [Sun, 25 Sep 2016 05:24:24 +0000] rev 7
Changed SendAccel, SendGyro,SendMag functions to accept int16_t for x,y,z instead of uint8_t. Payload length for these should be 6 bytes not 3.
Updated thread initialization in the class constructor as ARM team suggested
2016-09-25, by cotigac [Sun, 25 Sep 2016 04:28:52 +0000] rev 6
Updated thread initialization in the class constructor as ARM team suggested
Moved Transmission of Sensor Tag Data from main thread to its own thread.
2016-09-20, by khuang [Tue, 20 Sep 2016 22:38:58 +0000] rev 5
Moved Transmission of Sensor Tag Data from main thread to its own thread.