Skip to content
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 RPi Pico busio.I2C(), busio.SPI() #4157

Closed
wants to merge 1 commit into from

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Feb 8, 2021

Fixes #4121.

Need to make a final decision on whether to add these. Can discuss today.

@dhalbert dhalbert requested review from tannewt and kattni February 8, 2021 16:20
@kattni
Copy link

kattni commented Feb 8, 2021

If we don't, there are a significant number of examples that won't work as-is and we'll have to explain updating them to use busio and board.SCL, board.SDA again after pushing to start using board.I2C(), etc. I understand the concern with it being a somewhat arbitrary decision on our part, but I think it's worth it.

@dhalbert
Copy link
Collaborator Author

dhalbert commented Feb 8, 2021

Closing this without merging after discussion in the weekly CircuitPython meeting of 2021-02-08, timestamp 1:26:18. See summary in the linked issue, #4121.

@dhalbert dhalbert closed this Feb 8, 2021
@dhalbert dhalbert deleted the pico-default-busio-4121 branch February 8, 2021 20:57
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.

Add board.I2C(), board.SPI(), board.UART() for Raspberry Pi Pico board
2 participants