Merge pull request #5497 from jpconstantineau/pykey60-updates

Pykey60 updates: Add Neopixel to board config
This commit is contained in:
microDev 2021-10-23 17:46:00 +05:30 committed by GitHub
commit 1e52cc6043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,4 @@
#define MICROPY_HW_BOARD_NAME "PyKey60"
#define MICROPY_HW_MCU_NAME "rp2040"
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29)