dec0ff7a10
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>
13 lines
370 B
C
13 lines
370 B
C
// https://www.adafruit.com/product/4884
|
|
// https://learn.adafruit.com/adafruit-feather-rp2040-pico/pinouts
|
|
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (7 * 1024 * 1024)
|
|
|
|
#define MICROPY_HW_USB_VID (0x239A)
|
|
#define MICROPY_HW_USB_PID (0x80F2)
|
|
|
|
// NeoPixel GPIO16, power not toggleable
|
|
|
|
// Red user LED GPIO13
|