7 lines
169 B
C
7 lines
169 B
C
|
const String ssid = "";
|
||
|
const String password = "";
|
||
|
const byte InteruptPinA=1;
|
||
|
const byte InteruptPinB=3;
|
||
|
const byte arduinoInterrupt=1;
|
||
|
const String nodename="devkit";
|