Guitar amp volume problem #2031
-
Hi there. #include <AudioTools.h> // Main audio library // Rotary Encoder Pins // Audio Setup // Volume Control void setup() { // Configure I2S - Update these pins for your board! i2s.begin(cfg); // Rotary Encoder Setup Serial.println("System Ready - Turn knob to adjust volume"); void loop() { if (current_count != last_count) { // Process audio |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please follow the problem analysis instructionions given in the Wiki |
Beta Was this translation helpful? Give feedback.
Please follow the problem analysis instructionions given in the Wiki