Go to the source code of this file.
Namespaces | |
| namespace | PhidgetMotor |
Functions | |
| def | PhidgetMotor.leftEncoderUpdated |
| def | PhidgetMotor.mcAttached |
| def | PhidgetMotor.mcCurrentChanged |
| def | PhidgetMotor.mcDetached |
| def | PhidgetMotor.mcError |
| def | PhidgetMotor.mcInputChanged |
| def | PhidgetMotor.mcVelocityChanged |
| def | PhidgetMotor.move |
| def | PhidgetMotor.rightEncoderUpdated |
| def | PhidgetMotor.setupMoveService |
| def | PhidgetMotor.stop |
Variables | |
| string | PhidgetMotor::__author__ = 'Bill Mania <bmania@coroware.com>' |
| string | PhidgetMotor.__version__ = '1' |
| int | PhidgetMotor.leftPosition = 0 |
| int | PhidgetMotor.leftWheels = 0 |
| int | PhidgetMotor.maxAcceleration = 0 |
| int | PhidgetMotor.maxSpeed = 100 |
| int | PhidgetMotor.minAcceleration = 0 |
| int | PhidgetMotor.minSpeed = 100 |
| int | PhidgetMotor.motorControl = 0 |
| int | PhidgetMotor.motorControlRight = 0 |
| PhidgetMotor.motors_inverted = False | |
| PhidgetMotor.phidget1065 = False | |
| int | PhidgetMotor.posdataPub = 0 |
| int | PhidgetMotor.rightPosition = 0 |
| int | PhidgetMotor.rightWheels = 1 |
| int | PhidgetMotor.timer = 0 |