#include <Arduino.h>
Go to the source code of this file.
|
void | setup () |
|
void | loop () |
| AMI main loop: Button gets picked and lights up the corresponding LED LAST BUTTON CHECKED WINS.
|
|
|
int | inputPins [NUM_PINS] = {2, 1, 0, 3, 4, 5, 8} |
|
int | outputPins [NUM_PINS] = {15, 10, 12, 11, 13, 14, 9} |
|
◆ NUM_PINS
◆ PRESSED_STATE
#define PRESSED_STATE LOW |
◆ loop()
AMI main loop: Button gets picked and lights up the corresponding LED LAST BUTTON CHECKED WINS.
Definition at line 23 of file main.cpp.
◆ setup()
◆ inputPins
int inputPins[NUM_PINS] = {2, 1, 0, 3, 4, 5, 8} |
◆ outputPins
int outputPins[NUM_PINS] = {15, 10, 12, 11, 13, 14, 9} |