SystemK v1.00 (#9)
This change cleans up the final bits before the release of SystemK version 1.00. It implements the [KTag Beacon Specification v0.12](https://ktag.clubk.club/Technology/BLE/KTag%20Beacon%20Specification%20v0.12.pdf). Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #9
This commit is contained in:
parent
6d8dab53e0
commit
f80cb59828
82 changed files with 300 additions and 132 deletions
|
|
@ -22,4 +22,4 @@
|
|||
extern const uint8_t BLE_BROADCAST_ADDRESS[6];
|
||||
|
||||
const char* BLE_ADDR_To_Str(const uint8_t bd_addr[6]);
|
||||
SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event);
|
||||
SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue