-
Notifications
You must be signed in to change notification settings - Fork 1.3k
add odt rpga feather #9292
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
add odt rpga feather #9292
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.
One comment re possible board.STEMMA_I2C()
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO11) | ||
|
||
#define CIRCUITPY_BOARD_I2C (2) | ||
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO10, .sda = &pin_GPIO11}, \ |
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.
10/11 SCL/SDA is still reversed from what's in pins.c.
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.
Looks good!
Of course make a PR to https://github.com/adafruit/circuitpython-org now. |
Adds a CircuitPython build for RPGA Feather. PID is under review with pid.codes. I've tested this on my boards and it works as expected.