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().
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().