Files
IoTManager/data/configs/servo.s.txt
Dmitry Borisenko ac5b7e5775 servo support added
2020-04-25 16:39:36 +02:00

12 lines
119 B
Plaintext

button1 = 1
servoSet 1 100
end
button1 = 0
servoSet 1 0
end
button2 = 1
servoSet 2 100
end
button2 = 0
servoSet 2 0
end