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

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

5 lines
129 B
C
Raw Normal View History

2023-02-03 23:19:11 -05:00
#define MICROPY_HW_BOARD_NAME "Hack Club Sprig"
#define MICROPY_HW_MCU_NAME "rp2040"
#define MICROPY_HW_LED_STATUS (&pin_GPIO4)