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 808161e commit 9089401Copy full SHA for 9089401
ports/raspberrypi/boards/raspberry_pi_pico_w/mpconfigboard.h
@@ -4,5 +4,7 @@
4
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_PULL (1)
5
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_DRIVE_MODE (1)
6
7
+#define MICROPY_HW_LED_STATUS (&pin_CYW0)
8
+
9
#define CIRCUITPY_BOARD_I2C (1)
10
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO5, .sda = &pin_GPIO4}}
0 commit comments