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.
2 parents 9629a0c + b36d603 commit e7ded6dCopy full SHA for e7ded6d
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