1
0
Fork 0

Add functions so you can configure programatically

This commit is contained in:
Drashna Jael're 2018-05-31 12:24:10 -07:00 committed by skullydazed
parent e72e4b6920
commit cfb1b353ee
3 changed files with 53 additions and 19 deletions

View file

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