// Arduino course
// Homework 3
// Write a program that turns ON and OFF the LEDs depending on the
// position of the potenciometer.
// One, and only one, LED should be ON at a time.
// Each LED must represent about 20% of the range.
void setup() {
}
void loop() {
}