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 6906bb7 commit 65895ceCopy full SHA for 65895ce
ports/stm32/boards/AEMICS_PYglet/mpconfigboard.h
@@ -96,7 +96,7 @@ extern struct _spi_bdev_t spi_bdev;
96
#endif
97
98
// USRSW has pullup, pressing the switch makes the input go low
99
-#define MICROPY_HW_USRSW_PIN (pin_B8)
+#define MICROPY_HW_USRSW_PIN (pin_B9)
100
#define MICROPY_HW_USRSW_PULL (GPIO_PULLDOWN)
101
#define MICROPY_HW_USRSW_EXTI_MODE (GPIO_MODE_IT_RISING)
102
#define MICROPY_HW_USRSW_PRESSED (1)
0 commit comments