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 Hexiwear

Changes

RevisionDateWhoCommit message
14:241c491f985f 2018-08-27 Xi Han GM default tip
13:84ead63f7353 2018-08-09 xihan94 dev;
12:3f5ed7abc5c7 2016-09-26 cotigac Increased memory poll and queues to handle multiple messages
11:a9a838035b87 2016-09-26 cotigac Fixed Search Byte algorithm which was buggy
10:1bed2b28ee18 2016-09-26 cotigac Updated debug checking
9:8058541a8e2d 2016-09-26 cotigac Updated library so it doesn't require an TX task anymore outside of the library
8:2b9b24f3154d 2016-09-25 khuang 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.
7:f363aea73f45 2016-09-25 khuang 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.
6:23323e8aeda4 2016-09-25 cotigac Updated thread initialization in the class constructor as ARM team suggested
5:8c7c1cc024ed 2016-09-20 khuang Moved Transmission of Sensor Tag Data from main thread to its own thread.
4:8586f50385d2 2016-09-20 khuang Added Functionality for GetLinkState, GetVersion, GetTsiGroup
3:9e92f113c671 2016-09-20 khuang Altered case for packetType_passDiplay. Bonding Passkey now accessible through GetPassKey() function.
2:bb66c19c3c04 2016-09-19 cotigac Added BLE primitives -- not tested yet
1:f6f9b24aea57 2016-09-19 cotigac Updated library for simpler callbacks
0:c2d52562f36b 2016-09-19 cotigac Initial version of KW40Z library for Hexiwear