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:
Joe Kearney 2025-11-30 21:20:05 +00:00
parent 6d8dab53e0
commit f80cb59828
82 changed files with 300 additions and 132 deletions

View file

@ -1,4 +1,3 @@
/*
* This program source code file is part of SystemK, a library in the KTag project.
*

View file

@ -1,4 +1,3 @@
/*
* This program source code file is part of SystemK, a library in the KTag project.
*
@ -511,4 +510,3 @@ bool BLE_IsBLEPacketForMe(const uint8_t BD_ADDR[6])
return for_me;
}

View file

@ -1,4 +1,3 @@
/*
* This program source code file is part of SystemK, a library in the KTag project.
*

View file

@ -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);