added more stuff

This commit is contained in:
Jordon Brooks 2024-05-27 02:13:58 +01:00
parent 41621b2af3
commit b35dec2fdc
Signed by: jordon
GPG key ID: DBD9758CD53E786A
8 changed files with 274 additions and 97 deletions

View file

@ -25,5 +25,7 @@ typedef struct
unsigned char battery_percent;
} FBattery;
HARMONYLINKLIB_API FBattery* FBattery_Init(const FBattery* self);
HARMONYLINKLIB_API void FBattery_print(const FBattery* self);