File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
ports/atmel-samd/boards/microchip_curiosity_circuitpython_nano Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 55#define MICROPY_HW_MCU_NAME "same51j20"
66#define CIRCUITPY_MCU_FAMILY samd51
77
8- #define MICROPY_HW_LED_STATUS (&pin_PB22 )
8+ #define MICROPY_HW_LED_STATUS (&pin_PB23 )
99#define MICROPY_HW_NEOPIXEL (&pin_PB22)
1010
1111#define EXTERNAL_FLASH_QSPI_DUAL
1919#define DEFAULT_I2C_BUS_SCL (&pin_PB31)
2020#define DEFAULT_I2C_BUS_SDA (&pin_PB30)
2121
22- #define DEFAULT_SPI_BUS_SCK (&pin_PBA17)
23- #define DEFAULT_SPI_BUS_MOSI (&pin_PA16)
24- #define DEFAULT_SPI_BUS_MISO (&pin_PA18)
22+ #define LCD_SPI_BUS_SCK (&pin_PA05)
23+ #define LCD_SPI_BUS_MOSI (&pin_PA04)
24+ #define LCD_SPI_BUS_CS (&pin_PA07)
25+ #define LCD_BACKLIGHT (&pin_PA06)
26+
27+ #define SDCARD_SPI_BUS_SCK (&pin_PA17)
28+ #define SDCARD_SPI_BUS_MOSI (&pin_PA16)
29+ #define SDCARD_SPI_BUS_MISO (&pin_PA18)
30+ #define SDCARD_SPI_BUS_CS (&pin_PA19)
31+
32+ #define DEFAULT_CAN_BUS_TX (&pin_PB12)
33+ #define DEFAULT_CAN_BUS_RX (&pin_PB13)
34+ #define DEFAULT_CAN_BUS_STDBY (&pin_PB17)
2535
2636#define DEFAULT_UART_BUS_RX (&pin_PA23)
2737#define DEFAULT_UART_BUS_TX (&pin_PA22)
You can’t perform that action at this time.
0 commit comments