mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
button1 = 1
|
|
stepperSet 1 200 1
|
|
end
|
|
button1 = 0
|
|
stepperSet 1 -200 1
|
|
end
|
|
button2 = 1
|
|
stepperSet 2 200 1
|
|
end
|
|
button2 = 0
|
|
stepperSet 2 -200 1
|
|
end |