jremington:
The loop() function loops, so it will continue to execute 45 steps forever.If you want something to happen just once, when you start the Arduino, put it in setup().
Ah, of course. didn't think of that. Thanks!
jremington:
The loop() function loops, so it will continue to execute 45 steps forever.If you want something to happen just once, when you start the Arduino, put it in setup().
Ah, of course. didn't think of that. Thanks!