mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
12 lines
119 B
Plaintext
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 |