Simulate analog inputs?

I can’t find any way to simulate analog inputs when debugging. Is this right? ie you need to be using the Arduino board (eg with pots)?

Analog read just outputs a number between zero and one. Have you tried just using tweak-number? It would allow invalid numbers, but should work. Just don’t enter numbers smaller than zero or larger than one.

Thanks - that works.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.