Skip to content

Commit

Permalink
Merge pull request #5822 from PontusO/main
Browse files Browse the repository at this point in the history
Added missing LDO control pin (SARA_PWR)
  • Loading branch information
microdev1 authored Jan 9, 2022
2 parents fb6ab72 + e23b272 commit 476b17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/raspberrypi/boards/challenger_rp2040_lte/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_GP6), MP_ROM_PTR(&pin_GPIO6) },
{ MP_ROM_QSTR(MP_QSTR_SARA_RTS), MP_ROM_PTR(&pin_GPIO7) },
{ MP_ROM_QSTR(MP_QSTR_GP7), MP_ROM_PTR(&pin_GPIO7) },
{ MP_ROM_QSTR(MP_QSTR_SARA_PWR), MP_ROM_PTR(&pin_GPIO15) },
{ MP_ROM_QSTR(MP_QSTR_GP15), MP_ROM_PTR(&pin_GPIO15) },

// GPIO
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_GPIO12) },
Expand Down

0 comments on commit 476b17b

Please sign in to comment.