nicksauerwein

Results 2 issues of nicksauerwein

When calling some functions the motor reacts as accepted, but the code trows an error. For example: ```python motor.rotate_right(1600) ``` but if I call it again several times I sometimes...

question

Hey, when I do rotate left, like `motor.rotate_left(num)` where `num` is in [0,2048] the motor rotates left. If I put in values above that it starts turning right. There seems...

enhancement