Passing audio test 1.

This commit is contained in:
2025-02-03 22:59:24 -07:00
parent 0518c079cc
commit 91b7d704cd
3 changed files with 233 additions and 17 deletions

View File

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