You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just built CP forom the tip of main for the neopixel_trinkey_m0
but now usb_hid is not working.
I had the same issue on the neopixel_trinkey_m0 and the pirkey_m0
Edited to add -- I get the same error on a QTPY_RP2040
Adafruit CircuitPython 7.0.0-alpha.1-1088-g2fe1df466 on 2021-05-07; Adafruit NeoPixel Trinkey M0 with samd21e18
>>> import usb_hid
>>> from adafruit_hid.keyboard import Keyboard
>>> keyboard = Keyboard(usb_hid.devices)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_hid/keyboard.py", line 65, in __init__
File "adafruit_hid/keyboard.py", line 113, in release_all
OSError: USB Busy
>>>
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "", line 7, in
File "/lib/adafruit_hid/mouse.py", line 49, in init
File "/lib/adafruit_hid/mouse.py", line 143, in _send_no_move
OSError: USB Busy
I just built CP forom the tip of main for the neopixel_trinkey_m0
but now usb_hid is not working.
I had the same issue on the neopixel_trinkey_m0 and the pirkey_m0
Edited to add -- I get the same error on a QTPY_RP2040
The text was updated successfully, but these errors were encountered: