Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kheperV3 committed Apr 21, 2022
1 parent 4b9b8ba commit d5271e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified ultra
Binary file not shown.
6 changes: 3 additions & 3 deletions ultra.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ void main()
st += write_i2c(3, 0x16F);
usleep(500);
//SPK volume
st += write_i2c(40, 0x170);
st += write_i2c(40, 0x17F);
usleep(500);
st += write_i2c(41, 0x170);
st += write_i2c(41, 0x178);
usleep(500);
st += write_i2c(51, 0x0CD);
st += write_i2c(51, 0x08D);
// input volume
st += write_i2c(0, 0x13F);
usleep(10000);
Expand Down

0 comments on commit d5271e1

Please sign in to comment.