Blinking LED

Hardware

Perpetual blinking

Write a program that makes an external LED (LED Socket) to blink with 0.5s of interval.

Manual blinking

Use the Grove button to switch On/Off the LED Socket.

Continuous dimming

Write a program that change the brightness of the led continuously using analogWrite(ledPin, brightness). The brightness is an integer between 0 and 255.

Manual blinking and dimming

Plug the potentiometer and use its value to dim the LED Socket.