6 lines
137 B
C
6 lines
137 B
C
|
const String ssid = "";
|
||
|
const String password = "";
|
||
|
const byte InteruptPinA=1;
|
||
|
const byte InteruptPinB=3;
|
||
|
const byte arduinoInterrupt=1;
|