mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
b950cab874
* start hw refactor * move that * pins * put that back old-commit-hash: 8674b023bab2b44405139ceec5785a389f837682
9 lines
200 B
Python
9 lines
200 B
Python
# TODO: these are also defined in a header
|
|
# GPIO pin definitions
|
|
GPIO_HUB_RST_N = 30
|
|
GPIO_UBLOX_RST_N = 32
|
|
GPIO_UBLOX_SAFEBOOT_N = 33
|
|
GPIO_UBLOX_PWR_EN = 34
|
|
GPIO_STM_RST_N = 124
|
|
GPIO_STM_BOOT0 = 134
|