You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm using CircuitPython 7.0.0-alpha.5-8-g779b5c185 on a Raspberry Pi Pico.
Despite the Pico's datasheet labelling GP16-19 as default for SPI, GP4&5 as default for I2C, and GP0&1 as default for UART, there is no board.SPI(), board.I2C(), or board.UART() available.
The pinout diagram on Getting Started with Raspberry Pi Pico and CircuitPython seems outdated as it only includes the default pins for UART but not SPI or I2C. The page also states that "The Pico does not label specific pins as the defaults to use for I2C, SPI, or UART connections," whereas default pins for those functions are marked in the datasheet.
The text was updated successfully, but these errors were encountered:
The datasheet, the SDK doc, and MicroPython all use somewhat different "default" pins. Our conclusion before was that since it's not obvious which is the most authoritative for CircuitPython, and there are no silkscreen markings, that this would be a continuing support issue. I'm not sure that situation has changed.
Hi! I'm using CircuitPython 7.0.0-alpha.5-8-g779b5c185 on a Raspberry Pi Pico.
Despite the Pico's datasheet labelling GP16-19 as default for SPI, GP4&5 as default for I2C, and GP0&1 as default for UART, there is no
board.SPI()
,board.I2C()
, orboard.UART()
available.The pinout diagram on Getting Started with Raspberry Pi Pico and CircuitPython seems outdated as it only includes the default pins for UART but not SPI or I2C. The page also states that "The Pico does not label specific pins as the defaults to use for I2C, SPI, or UART connections," whereas default pins for those functions are marked in the datasheet.
The text was updated successfully, but these errors were encountered: