Closed mfraser closed 8 months ago
Trying to get this working on a PICO W with MicroPython: MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040
MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040
I just get errorno 110.
>>> import PicoRobotics >>> board = PicoRobotics.KitronikPicoRobotics() >>> board.motorOn(1,"f",100) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "PicoRobotics.py", line 118, in motorOn OSError: [Errno 110] ETIMEDOUT
Forgot to add power to the board.
Trying to get this working on a PICO W with MicroPython:
MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040
I just get errorno 110.