-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many libraries with bad circup instructions #407
Comments
Thanks! This makes fixing them easier! Note: Edited your comment to fix the BLE Beacon link. @kattni - let me know if you want to me to fix this or hand it off to someone else! |
@tekktrik Feel free. I don't have anyone in mind to hand it off to. |
Reopening since I'm not sure this is done after fixing |
@FoamyGuy thanks for the PRs, I removed the auto-linking for them so we wouldn't have to reopen the issue before it was fully fixed. Is this now done? |
@tekktrik not quite finished yet, still need to check on the last few. I started at the bottom of the list and am working my way up. Some of them seemed to have been fixed in the interim because they already had the circup name notation. I can close this once I've made it through the rest of them. |
Many of the libraries have bad circup instructions, missing the
adafruit_
prefix, or using an incorrect name.This is related to adafruit/cookiecutter-adafruit-circuitpython#207 but I wanted to list the libraries that need fixing here:
Which if I didn't mess up my grep is those repositories:
https://github.com/adafruit/Adafruit_CircuitPython_ltr329_ltr303
https://github.com/adafruit/Adafruit_CircuitPython_tsc2007
https://github.com/adafruit/Adafruit_CircuitPython_ags02ma
https://github.com/adafruit/Adafruit_CircuitPython_tca8418
https://github.com/adafruit/Adafruit_CircuitPython_tt21100
https://github.com/adafruit/Adafruit_CircuitPython_mmc56x3
https://github.com/adafruit/Adafruit_CircuitPython_vl53l4cd
https://github.com/adafruit/Adafruit_CircuitPython_guvx_i2c
https://github.com/adafruit/Adafruit_CircuitPython_uc8151d
https://github.com/adafruit/Adafruit_CircuitPython_ens160
https://github.com/adafruit/Adafruit_CircuitPython_vl53l1x
https://github.com/adafruit/Adafruit_CircuitPython_max1704x
https://github.com/adafruit/Adafruit_CircuitPython_nunchuk
https://github.com/adafruit/Adafruit_CircuitPython_ov5640
https://github.com/adafruit/Adafruit_CircuitPython_scd4x
https://github.com/adafruit/Adafruit_CircuitPython_floppy
https://github.com/adafruit/Adafruit_CircuitPython_pcf8575
https://github.com/adafruit/Adafruit_CircuitPython_pcf8574
https://github.com/adafruit/Adafruit_CircuitPython_adxl37x
https://github.com/adafruit/Adafruit_CircuitPython_radial_controller
https://github.com/adafruit/Adafruit_CircuitPython_ducky
https://github.com/adafruit/Adafruit_CircuitPython_ble_beacon
https://github.com/adafruit/Adafruit_CircuitPython_pixelbuf
The text was updated successfully, but these errors were encountered: