-
Notifications
You must be signed in to change notification settings - Fork 747
Nano33BLE Sense Rev2: Board Implementation #3717
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
Conversation
@TheButterMineCutter Awesome! What is the difference between this implementation and the rev1 implementation? Is this summary from the Arduino website correct (except this version doesn't yet have the BMI270)?
Is the code otherwise "copy-pasted" from the I'm inclined to go with this, with two hesitations:
|
The main distinction between this implementation and the rev1 version is the summary sourced from the Arduino website. Apart from that, the entire code has been directly copied from the |
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 guess this just needs to advance beyond draft form. |
I suggest we merge this without the ninedof driver, which relies on #3719, which is basically blocked on figuring out that peripheral. This board is useful to have also without the driver. |
Agreed. |
Pull Request Overview
This pull request implements the entire board implementation for the Nano33BLE Sense Rev2 board.
Testing Strategy
Nano33BLE Sense Rev2
TODO or Help Wanted
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.