From 7998968613bd0ea329f170eafee8320c1266ab40 Mon Sep 17 00:00:00 2001 From: D34G <29156277+D34G@users.noreply.github.com> Date: Wed, 31 Mar 2021 16:38:32 -0400 Subject: [PATCH] Update README.adoc --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index e265741..7297966 100644 --- a/README.adoc +++ b/README.adoc @@ -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