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 b7ff17b commit 7135660Copy full SHA for 7135660
ports/espressif/boards/lilygo_twatch_s3/pins.c
@@ -32,6 +32,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
32
// RTC
33
{ MP_ROM_QSTR(MP_QSTR_RTC_INT), MP_ROM_PTR(&pin_GPIO17) },
34
35
+ // IR
36
+ { MP_ROM_QSTR(MP_QSTR_RTC_INT), MP_ROM_PTR(&pin_GPIO2) },
37
+
38
// AXP2101 PMU
39
{ MP_ROM_QSTR(MP_QSTR_PMU_INT), MP_ROM_PTR(&pin_GPIO21) },
40
0 commit comments