Implement initial profile reading and writing with little-endian offsets and CLI tool
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user