Arduino Basics Arduino for beginners – setup and loop by shedboy71 9th August 2016 The most basic Arduino sketch consists of two functions called setup() and loop(). The Arduino IDE once installed has a basic example that shows this. Open the Arduino IDE and select … Read more