Skip to content

Commit 368d5ed

Browse files
committed
Add IR pin
1 parent b7ff17b commit 368d5ed

File tree

1 file changed

+3
-0
lines changed
  • ports/espressif/boards/lilygo_twatch_s3

1 file changed

+3
-0
lines changed

ports/espressif/boards/lilygo_twatch_s3/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3232
// RTC
3333
{ MP_ROM_QSTR(MP_QSTR_RTC_INT), MP_ROM_PTR(&pin_GPIO17) },
3434

35+
// IR
36+
{ MP_ROM_QSTR(MP_QSTR_IR_LED), MP_ROM_PTR(&pin_GPIO2) },
37+
3538
// AXP2101 PMU
3639
{ MP_ROM_QSTR(MP_QSTR_PMU_INT), MP_ROM_PTR(&pin_GPIO21) },
3740

0 commit comments

Comments
 (0)