Blinking an LED with Delay – Arduino Basics
Here we learn the bare minimum code for compiling an Arduino and also the method of blinking an LED using an Arduino board. Learning the Bare Basics Here we discus and try to understand the fundamental minimum code that one would need to compile an “Arduino Sketch” which consists the setup()method and the loop()method. The … Read moreBlinking an LED with Delay – Arduino Basics