Tag Archives: Sketch Structure

Arduino Programming: Sketch Structure

Every time you open a new sample sketch from the Arduino IDE, there are always 2 important functions in every Arduino sketch. They are setup() and loop() functions. setup() function is used to initialized your codings, variables, pin modes and … Continue reading

Posted in Software | Tagged , | 1 Comment