Passing audio test 1.
This commit is contained in:
@ -17,6 +17,8 @@ typedef struct {
|
||||
|
||||
u8 volume_left;
|
||||
u8 volume_right;
|
||||
bool vin_left;
|
||||
bool vin_right;
|
||||
|
||||
u8 sq1_duty;
|
||||
u8 sq1_volume;
|
||||
@ -59,6 +61,7 @@ typedef struct {
|
||||
u8 sq2_env_timer;
|
||||
|
||||
bool ch3_enable;
|
||||
bool ch3_dac;
|
||||
u8 ch3_initial_len;
|
||||
u8 ch3_len;
|
||||
u8 ch3_volume;
|
||||
|
Reference in New Issue
Block a user