{"id":1135,"date":"2021-11-20T12:04:39","date_gmt":"2021-11-20T17:04:39","guid":{"rendered":"https:\/\/robotsbench.com\/?p=1135"},"modified":"2022-03-16T12:15:29","modified_gmt":"2022-03-16T17:15:29","slug":"how-to-stop-an-arduino-program","status":"publish","type":"post","link":"https:\/\/robotsbench.com\/how-to-stop-an-arduino-program\/","title":{"rendered":"How to stop an Arduino program"},"content":{"rendered":"\n

You may be wondering how to stop an Arduino program that you’ve written, but it’s not a computer that you open to do a task and close once it’s done. Nothing will be broken if you close it on the spot since you’re not handling writing to files and the like.<\/p>\n\n\n\n

A microcontroller such as an Arduino never really stops its execution: it’s meant to run a program forever, as long as it’s powered on. More precisely, when you power up an Arduino, it will:<\/p>\n\n\n\n