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

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

7 lines
202 B
C
Raw Normal View History

#define MICROPY_HW_BOARD_NAME "Raspberry Pi Zero W"
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
#define MICROPY_HW_LED_STATUS (&pin_GPIO47)