separate zone 2 pin
This commit is contained in:
parent
d2070fff0e
commit
a35cbc7773
@ -136,7 +136,7 @@ byte cross[] = { //x mark
|
|||||||
|
|
||||||
//PIN DEFINITIONS
|
//PIN DEFINITIONS
|
||||||
int zone1Pin = 15;
|
int zone1Pin = 15;
|
||||||
int zone2Pin = 15; //TESTING is set to 15 but is normally 39.
|
int zone2Pin = 39; //TESTING is set to 15 but is normally 39.
|
||||||
int hornRelay = 13;
|
int hornRelay = 13;
|
||||||
int buzzerPin = 4;
|
int buzzerPin = 4;
|
||||||
int strobeRelay = 18;
|
int strobeRelay = 18;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user