Hi all,
I'm running into an issue where my analogRead won't operate as expected. My setup is an ItsyBitsy 5V in which I'm outputting an analog signal and trying to read it with another pin to verify and set up a feedback controller. The output is operating correctly as verified by multimeter, however the input is acting more like a digitalRead.
I've tried pulling down the voltage with a 10k resistor, removing/adding a "pinMode(A0,INPUT)," playing with all different arrangements of pins, and grounding all unused pins but nothing thus far has worked. Just reading a pin with no input is giving me values in the range of 250 +/-10, if that's any help.
Thanks!