micropython/ports/rp2/boards/WAVESHARE_RP2040_PLUS_16MB/mpconfigboard.h

9 wiersze
350 B
C

// url : https://www.waveshare.com/product/rp2040-plus.htm
// wiki : https://www.waveshare.com/wiki/RP2040-Plus
// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "Waveshare RP2040-Plus"
#define MICROPY_HW_FLASH_STORAGE_BYTES (15 * 1024 * 1024)
#define MICROPY_HW_USB_VID (0x2E8A)
#define MICROPY_HW_USB_PID (0x1020)