Implement initial profile reading and writing with little-endian offsets and CLI tool

This commit is contained in:
Aodhan Collins
2026-02-22 17:53:05 +00:00
parent 224271e639
commit db5c3505da
72 changed files with 7090 additions and 126 deletions

View File

@@ -130,6 +130,7 @@ int azeron_device_get_profile(struct azeron_device *device, uint8_t profile_id,
struct azeron_profile *profile);
int azeron_device_set_profile(struct azeron_device *device,
const struct azeron_profile *profile);
int azeron_device_save_profile(struct azeron_device *device, uint8_t profile_id);
/* Configuration import/export */
int azeron_device_export_config(struct azeron_device *device, const char *filename);