I am having trouble reading analog input signals using an Arduino UNO R4 WIFI. Because of hardware constraints on my system, I need to use a fairly high impedance voltage divider (100k / 120k) to drop the voltage below 5V. I am getting inaccurate readings that I think are due to inadequate time allowed to let the voltage settle when switching from channel to channel.
Is there a way to change the timing? I would be ok with my system running a bit slower.
(I have seen a discussion here on changing the "prescaler" for the timing of analog input measurements, but I am not sure it applies to the UNO R4 WIFI.)