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

27 lines
791 B
C

#define MICROPY_HW_BOARD_NAME "Pimoroni Plasma 2040"
#define MICROPY_HW_MCU_NAME "rp2040"
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
#define CIRCUITPY_RGB_STATUS_R (&pin_GPIO16)
#define CIRCUITPY_RGB_STATUS_G (&pin_GPIO17)
#define CIRCUITPY_RGB_STATUS_B (&pin_GPIO18)
#define MICROPY_HW_USER_SW (&pin_GPIO23)
// These pins are unconnected
#define IGNORE_PIN_GPIO0 1
#define IGNORE_PIN_GPIO1 1
#define IGNORE_PIN_GPIO2 1
#define IGNORE_PIN_GPIO3 1
#define IGNORE_PIN_GPIO4 1
#define IGNORE_PIN_GPIO5 1
#define IGNORE_PIN_GPIO6 1
#define IGNORE_PIN_GPIO7 1
#define IGNORE_PIN_GPIO8 1
#define IGNORE_PIN_GPIO9 1
#define IGNORE_PIN_GPIO10 1
#define IGNORE_PIN_GPIO11 1
#define IGNORE_PIN_GPIO22 1
#define IGNORE_PIN_GPIO24 1
#define IGNORE_PIN_GPIO25 1