circuitpython/ports/broadcom/boards/raspberrypi_zero/mpconfigboard.h

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

7 lines
200 B
C
Raw Normal View History

2022-01-07 14:47:31 -05:00
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Zero"
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
#define MICROPY_HW_LED_STATUS (&pin_GPIO47)