waterish_os_rev3_public/WaterishOS-core2.0/config.h

8 lines
195 B
C
Raw Normal View History

2019-08-12 09:44:27 +00:00
const char ssid[] = "";
const char password[] = "";
const byte InteruptPinA=1;
const byte InteruptPinB=3;
const byte arduinoInterrupt=1;
2019-08-10 13:11:36 +00:00
const byte buttonPin = 0;
const String nodename="devkit";