We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c62be commit dfd828cCopy full SHA for dfd828c
ports/raspberrypi/boards/pimoroni_tinyfx/mpconfigboard.h
@@ -9,5 +9,10 @@
9
#define MICROPY_HW_BOARD_NAME "Pimoroni Tiny FX"
10
#define MICROPY_HW_MCU_NAME "rp2040"
11
12
+#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
13
+#define CIRCUITPY_RGB_STATUS_R (&pin_GPIO13)
14
+#define CIRCUITPY_RGB_STATUS_G (&pin_GPIO14)
15
+#define CIRCUITPY_RGB_STATUS_B (&pin_GPIO15)
16
+
17
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO17)
18
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO16)
0 commit comments