setup(): setting initial conditions We’ve gotten past the comments, and have seen that setup runs once at the beginning, whenever we turn on or reset the Arduino. Let’s now take a in depth look at the setup function in the ATG3_Blink example sketch we loaded: Setup has some parantheses attached to it: we will explain […]

Read More →