Arduino Tutorial #8:
MakerUno - Simple LED
In our earlier post, we have a look into the MakerUno. Today we shall look into programming the board. Basically, the concept is similar to Arduino Uno, the thing which is different is their built-in led, buzzer and push button. In our post today, we shall look into controlling the built-in led on the MakerUno board.
The onboard LEDs are connected to the digital pin starting from Pin 2 to Pin 13. To turn on these LEDs, it can be simply done by giving output high to each of the pins. For the first part, we shall make a simple led blinking program, followed by more complicated controlling methods.