mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
pwm add
This commit is contained in:
@@ -10,7 +10,6 @@ class Button : public LineParsing {
|
||||
|
||||
void pinModeSet() {
|
||||
if (_pin != "") {
|
||||
Serial.println(_pin);
|
||||
pinMode(_pin.toInt(), OUTPUT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user