Don't ignore busdevice

This is a weird one since some devices have it in core now, and others don't.

This happened in part because I copypasted the list currently in pipkin instead of tweaking the existing list, which was initially added with this module in the list: b9957133a9
This commit is contained in:
Jeff Epler 2022-07-18 14:41:15 -05:00 committed by GitHub
parent 9fb6ffb1ea
commit 38931db45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ BLINKA_LIBRARIES = [
"adafruit_blinka_bleio",
"adafruit_blinka_displayio",
"adafruit_blinka_pyportal",
"adafruit_circuitpython_busdevice",
"adafruit_python_extended_bus",
"numpy",
"pillow",