Skip to content

usb_hid not working  #4724

Closed
Closed
@jerryneedell

Description

@jerryneedell

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
>>> 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions