Commit 71722c84 authored by Mike Causer's avatar Mike Causer Committed by Damien George

rp2/boards: Add Pimoroni Tiny 2040.

parent 042a4beb
// https://shop.pimoroni.com/products/tiny-2040
#define MICROPY_HW_BOARD_NAME "Pimoroni Tiny 2040"
#define MICROPY_HW_FLASH_STORAGE_BYTES (7 * 1024 * 1024)
#define MICROPY_HW_USB_VID (0x16D0)
#define MICROPY_HW_USB_PID (0x08C7)
#define MICROPY_HW_I2C0_SCL (4)
#define MICROPY_HW_I2C0_SDA (5)
// RGB LED, active low
// Red LED 18
// Green LED 19
// Blue LED 20
// Boot button GPIO23
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment