Skip to content

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

Merged
merged 1 commit into from
Jun 5, 2024
Merged

add odt rpga feather #9292

merged 1 commit into from
Jun 5, 2024

Conversation

skerr92
Copy link

@skerr92 skerr92 commented Jun 1, 2024

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.

Copy link
Collaborator

@dhalbert dhalbert left a 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}, \
Copy link
Collaborator

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.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@dhalbert
Copy link
Collaborator

dhalbert commented Jun 5, 2024

Of course make a PR to https://github.com/adafruit/circuitpython-org now.

@dhalbert dhalbert merged commit d86e072 into adafruit:main Jun 5, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants