Add functions so you can configure programatically
This commit is contained in:
parent
e72e4b6920
commit
cfb1b353ee
3 changed files with 53 additions and 19 deletions
|
@ -40,7 +40,8 @@ typedef union {
|
|||
uint8_t raw;
|
||||
struct {
|
||||
bool enable :1;
|
||||
uint8_t level :7;
|
||||
bool clicky_enable :1;
|
||||
uint8_t level :6;
|
||||
};
|
||||
} audio_config_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue