dsp: adjust output volume for earbuds

This commit is contained in:
Paul Mathieu 2021-04-24 08:58:18 -07:00
parent 67634ca178
commit 194659c4b9

View File

@ -2,7 +2,7 @@
void init() {
square0->output_address = pdmout0;
square0->high_val = 0xffff;
square0->high_val = 0x6fff;
square0->low_val = 0x0000;
square0->flags = SQUARE_FLAG_ENABLE_msk;
// will set the period later