stepper motor support

This commit is contained in:
Dmitry Borisenko
2020-03-17 00:54:27 +01:00
parent e1ef489706
commit 8138893210
13 changed files with 123 additions and 90 deletions

View File

@@ -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