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

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

5 lines
117 B
C
Raw Normal View History

2022-11-19 15:11:13 -05:00
#define MICROPY_HW_BOARD_NAME "BLOK"
#define MICROPY_HW_MCU_NAME "rp2040"
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29)