Adafruit_CircuitPython_Motor
Adafruit_CircuitPython_Motor copied to clipboard
`kit.continuous_servo[1].throttle = None` doesn't work like `kit.servo[1].angle = None`
when I try to use
kit.continuous_servo[1].throttle = None
I get this error
TypeError: '>' not supported between instances of 'NoneType' and 'float'