-
Notifications
You must be signed in to change notification settings - Fork 22
adding RP2040 #75
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
adding RP2040 #75
Conversation
adding RP2040
I think this PR failed on the black checks, should I try to rerun? @makermelissa |
If you run pre-commit on your computer it should automatically fix it. |
@makermelissa @ladyada I ran the tests again this morning but is still failing. How can I do a pre-commit on my computer? Thanks |
We have a Learn page on that 🙂 : |
@dhalbert Thanks for the help + link. I have install the tools for running pre-commit on my mac ran it. Looks like it's failed again on the black check. Not sure how shall I proceed? |
Try again - RP2040
Did it leave the file reformatted or throw it away? If the former you can just commit again. Otherwise run |
@dhalbert Ah, yes looks like it was reformatted – I committed and waiting on checks now. |
OK yay green checks ✅ this is ready to merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This looks great.
Updating https://github.com/adafruit/Adafruit_CircuitPython_74HC595 to 1.3.0 from 1.2.4: > Merge pull request adafruit/Adafruit_CircuitPython_74HC595#17 from davidleedom/patch-1 > "Increase duplicate code check threshold " Updating https://github.com/adafruit/Adafruit_CircuitPython_SHT4x to 1.0.4 from 1.0.3: > Merge pull request adafruit/Adafruit_CircuitPython_SHT4x#4 from jposada202020/improving_docs > "Increase duplicate code check threshold " Updating https://github.com/adafruit/Adafruit_CircuitPython_FunHouse to 1.1.2 from 1.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_FunHouse#8 from makermelissa/main Updating https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal to 2.3.0 from 2.2.3: > Merge pull request adafruit/Adafruit_CircuitPython_MatrixPortal#75 from adafruit/rp2040
adding RP2040