Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
D34G authored Mar 31, 2021
1 parent d807ca4 commit 7998968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Compatible with Atmel SAMD series MCU and is best used with DAC related amplifie
// increase volume (shouldn't need if using hardware gain control)

void setVolume(uint8_t v);
// move the wiper of the digital potentiometer to the selected value from 0 to 100 (scaled to 0-255)
// move the wiper of the digital potentiometer to the selected value from 0 to 100 (scaled to 0-255) (note, if using other SPI devices all pins will have to be set high first)

void volumeUp();
// decrement the wiper of the digital potentiometer by one
// decrement the wiper of the digital potentiometer by one (note, if using other SPI devices all pins will have to be set high first)

void volumeDown();
// increment the wiper of the digital potentiometer by one
// increment the wiper of the digital potentiometer by one (note, if using other SPI devices all pins will have to be set high first)

void end();
// called to manually stop the audio player
Expand Down

0 comments on commit 7998968

Please sign in to comment.