mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
rp2/boards: Remove all I2C,SPI pin defs that already match pico-sdk.
I.e. for whichever SPI/I2C instance is PICO_DEFAULT_I2C, there's no need to set MICROPY_HW_SPIn_SCK. The only ones remaining are for the non-default instance. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
315e74236f
commit
dec0ff7a10
@@ -7,13 +7,6 @@
|
||||
#define MICROPY_HW_USB_VID (0x239A)
|
||||
#define MICROPY_HW_USB_PID (0x80FE)
|
||||
|
||||
#define MICROPY_HW_I2C0_SCL (3)
|
||||
#define MICROPY_HW_I2C0_SDA (2)
|
||||
|
||||
#define MICROPY_HW_SPI0_SCK (18)
|
||||
#define MICROPY_HW_SPI0_MOSI (19)
|
||||
#define MICROPY_HW_SPI0_MISO (20)
|
||||
|
||||
// NeoPixel data GPIO17, power GPIO16
|
||||
|
||||
// Red user LED GPIO11
|
||||
|
||||
Reference in New Issue
Block a user