7 lines
254 B
C
7 lines
254 B
C
// Board and hardware specific configuration
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (3072 * 1024)
|
|
|
|
#define MICROPY_HW_USB_VID (0x239A)
|
|
#define MICROPY_HW_USB_PID (0x80F2)
|