How to change the default ADC pin(GPIO34) #783
-
Hello everyone! I am trying to do a 32 band spectrum analyzer using FFT and AudioTools but I cannot use a different analog input other than the default GPIO34. #include "Arduino.h" AnalogAudioStream adc; //Setup FFT //Setup ADC //Setup FastLED |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I would expect that all pins from ADC1 should work. |
Beta Was this translation helpful? Give feedback.
-
yes, this looks right to me... |
Beta Was this translation helpful? Give feedback.
I would expect that all pins from ADC1 should work.