RE: My first experience with Arduino programming (LED Blinking program) by wittyzell
Viewing a response to: @wittyzell/re-a1edutech-ryfou9
arduino·@a1edutech·
0.000 HBDYes mam, they are required functions in arduino, otherwise it will show compilation errors. The code that you put inside void setup() will only run once, and that will be at the beginning of your program, Code within void loop() function repeat consecutively until Arduino is turned off.
👍