It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
I am trying to use the setMark() command to control my motors, but no matter what value I input I receive the error
File "main2.py", line 183, in on_touch_move
m0.setMark(0)
File "FILE-PATH/Motor.py" , line 214, in setMark
File "FILE-PATH/Motor.py" , line 323, in xfer
TypeError: unsupported operand type(s) for &: 'tuple' and 'int'
Has anyone else had/solved this error?
Thank You
-Kenneth