Adafruit_CircuitPython_Motor icon indicating copy to clipboard operation
Adafruit_CircuitPython_Motor copied to clipboard

`kit.continuous_servo[1].throttle = None` doesn't work like `kit.servo[1].angle = None`

Open cTurtle98 opened this issue 1 year ago • 2 comments

when I try to use kit.continuous_servo[1].throttle = None I get this error

TypeError: '>' not supported between instances of 'NoneType' and 'float'

cTurtle98 avatar Jun 02 '23 01:06 cTurtle98