This commit is contained in:
Dmitry Borisenko
2020-07-31 01:29:16 +02:00
parent 217cdfc080
commit f4a5bc0218
5 changed files with 50 additions and 25 deletions

View File

@@ -10,7 +10,6 @@ class Button : public LineParsing {
void pinModeSet() {
if (_pin != "") {
Serial.println(_pin);
pinMode(_pin.toInt(), OUTPUT);
}
}