mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
stepper motor support
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
button1 = 1
|
||||
stepperSet 1 100 5
|
||||
stepperSet 1 200 5
|
||||
end
|
||||
button1 = 0
|
||||
stepperSet 1 -100 5
|
||||
stepperSet 1 -200 5
|
||||
end
|
||||
button2 = 1
|
||||
stepperSet 2 200 5
|
||||
end
|
||||
button2 = 0
|
||||
stepperSet 2 -200 5
|
||||
end
|
||||
Reference in New Issue
Block a user