void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
1
2
3
4
5
6
7
8
9
10
Game Status
Relay 1
Relay 3
Relay 4
Relay 6
11
12
13
14
15
16
17
18
19
20
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}