Skip to content

add RPi Pico busio.I2C(), busio.SPI()#4157

Closed
dhalbert wants to merge 1 commit into
adafruit:mainfrom
dhalbert:pico-default-busio-4121
Closed

add RPi Pico busio.I2C(), busio.SPI()#4157
dhalbert wants to merge 1 commit into
adafruit:mainfrom
dhalbert:pico-default-busio-4121

Conversation

@dhalbert
Copy link
Copy Markdown
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 kattni and tannewt February 8, 2021 16:20
@kattni
Copy link
Copy Markdown

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
Copy Markdown
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