Dual stepper (#101)

* easystepper: added _DualDevice_ to move two motors at the same time
This commit is contained in:
Daniel Esteban
2019-12-22 10:33:02 +01:00
committed by Ron Evans
parent e80a22d0ba
commit 18f0722728
2 changed files with 101 additions and 18 deletions
+1
View File
@@ -9,6 +9,7 @@ import (
func main() {
motor := easystepper.New(machine.P13, machine.P15, machine.P14, machine.P16, 200, 75)
motor.Configure()
for {
println("CLOCKWISE")