1 // https://shop.pimoroni.com/products/tiny-2040
2 
3 #define MICROPY_HW_BOARD_NAME          "Pimoroni Tiny 2040"
4 #define MICROPY_HW_FLASH_STORAGE_BYTES (7 * 1024 * 1024)
5 
6 #define MICROPY_HW_USB_VID (0x16D0)
7 #define MICROPY_HW_USB_PID (0x08C7)
8 
9 #define MICROPY_HW_I2C0_SCL  (4)
10 #define MICROPY_HW_I2C0_SDA  (5)
11 
12 // RGB LED, active low
13 // Red LED 18
14 // Green LED 19
15 // Blue LED 20
16 
17 // Boot button GPIO23
18