-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
New board version: Nano 33 BLE Rev2 #9347
Conversation
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.
Thanks for the typo fixes in the description.
I think it would be better for this to be a new board definition. It's a new product with a new stock number: https://store.arduino.cc/products/nano-33-ble-sense-rev2. A new entry (by PR)would be added to circuitpython.org as well. Assuming so, take the _V2
off the pin names.
Could you also prepare a PR to add this new board to circuitpython.org? See https://learn.adafruit.com/how-to-add-a-new-board-to-the-circuitpython-org-website. Thanks! |
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.
I touched up the duplicate PID list by adding a comma to fix the build error. Looks fine now. I'll merge, and you can go ahead and submit a PR to the circuitpython-org repo.
I've opened a PR for the website - see adafruit/circuitpython-org#1426 |
This is a quick addition to define a couple of interrupt pins only available on the second revision of the Arduino Nano 33 BLE Sense. In a way, this is to close my own issue, #7991.
I figured that since there weren't any pin-related breaking changes between the two revisions, it was better to add to the existing definition.
This is only based on pin diagrams since I don't have the actual hardware to test this.