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 9629a0c commit b36d603Copy full SHA for b36d603
ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.h
@@ -1,5 +1,7 @@
1
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
2
#define MICROPY_HW_MCU_NAME "rp2040"
3
4
+#define MICROPY_HW_LED_STATUS (&pin_GPIO25)
5
+
6
#define CIRCUITPY_BOARD_I2C (1)
7
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO5, .sda = &pin_GPIO4}}
0 commit comments