circuitpython/ports/raspberrypi/boards/jpconstantineau_pykey60/mpconfigboard.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
120 B
C
Raw Normal View History

2021-09-16 23:12:31 -04:00
#define MICROPY_HW_BOARD_NAME "PyKey60"
#define MICROPY_HW_MCU_NAME "rp2040"
2021-10-22 20:32:21 -04:00
2021-10-22 20:35:38 -04:00
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29)