qpucka
2 years ago
3 changed files with 36 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||
{ |
|||
"deploy": [ |
|||
"../deploy.md" |
|||
], |
|||
"docs": "", |
|||
"features": [ |
|||
"Breadboard Friendly", |
|||
"Castellated Pads", |
|||
"RGB LED", |
|||
"SPI Flash", |
|||
"STEMMA QT/QWIIC", |
|||
"USB-C", |
|||
"Pink" |
|||
], |
|||
"images": [ |
|||
"5302-12.jpg" |
|||
], |
|||
"mcu": "rp2040", |
|||
"product": "KB2040", |
|||
"thumbnail": "", |
|||
"url": "https://www.adafruit.com/product/5302", |
|||
"vendor": "Adafruit" |
|||
} |
@ -0,0 +1,2 @@ |
|||
# cmake file for Adafruit KB2040 |
|||
|
@ -0,0 +1,11 @@ |
|||
// https://www.adafruit.com/product/5302
|
|||
// https://learn.adafruit.com/adafruit-kb2040/pinouts
|
|||
|
|||
#define MICROPY_HW_BOARD_NAME "Adafruit KB2040" |
|||
#define MICROPY_HW_FLASH_STORAGE_BYTES (7 * 1024 * 1024) |
|||
|
|||
#define MICROPY_HW_USB_VID (0x239A) |
|||
#define MICROPY_HW_USB_PID (0x8106) |
|||
|
|||
// Boot Button GPIO11
|
|||
// Neopixel data GPIO17
|
Loading…
Reference in new issue