Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • when you reset the arduino it starts to run the code. ... it runs all the code in void setup() only once, then it runs all the code in void loop() and repeats running the code in void loop() over and over until you reset the arduino, or turn it off. .... if you want the arduino to do something only once then do not put the code in void loop() Commented Dec 30, 2017 at 2:52
  • Thnx, can you please answer my other question here. arduino.stackexchange.com/questions/47858/… Commented Dec 30, 2017 at 21:29