reversed => Inverted (#308)
* renaming "setReversed" to "setInverted" to match LabView * fixing samples * typo
This commit is contained in:
@ -8,7 +8,7 @@ motors.largeAB.tank(50, 50)
|
||||
motors.largeAB.steer(0, 50)
|
||||
motors.largeA.pauseUntilReady()
|
||||
motors.largeA.setBrake(false)
|
||||
motors.largeA.setReversed(false)
|
||||
motors.largeA.setInverted(true)
|
||||
motors.largeA.setRegulated(false)
|
||||
motors.largeA.stop()
|
||||
motors.largeA.reset()
|
||||
|
Reference in New Issue
Block a user