Hi,
Move all the int statements to before void setup() .
That will make the variables global, not just confined to void setup() use.
Tom.. ![]()
Hi,
Move all the int statements to before void setup() .
That will make the variables global, not just confined to void setup() use.
Tom.. ![]()