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
Currently, the library names in https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/main/docs/drivers.rst are all descriptive names and do not include the actual library names that one would use in an import: adafruit_whatever, neopixel, asyncio, etc. This was already noted in #342 when the adafruit_hid library could not be found by searching for "HID".
As part of #344, or just manually, it would be nice to include these import names in the list, so that it would be easy to search for them.
The text was updated successfully, but these errors were encountered:
Currently, the library names in https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/main/docs/drivers.rst are all descriptive names and do not include the actual library names that one would use in an
import
:adafruit_whatever
,neopixel
,asyncio
, etc. This was already noted in #342 when theadafruit_hid
library could not be found by searching for "HID".As part of #344, or just manually, it would be nice to include these import names in the list, so that it would be easy to search for them.
The text was updated successfully, but these errors were encountered: