8000 Merge pull request #8805 from adafruit/tannewt-patch-1 · tlyu/circuitpython@c4e98e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4e98e1

Browse files
authored
Merge pull request adafruit#8805 from adafruit/tannewt-patch-1
Fix A0 on MatrixPortal S3
2 parents 45dd834 + 04eb7da commit c4e98e1

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/adafruit_matrixportal_s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_matrixportal_s3/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5656
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO10) },
5757
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO9) },
5858
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO3) },
59-
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO11) },
59+
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO12) },
6060

6161
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO4) },
6262

0 commit comments

Comments
 (0)
0