Mercurial > public > ostc4
diff Discovery/Inc/ostc_hw2.h @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 5e027b0f7475 |
| children | 5865f0aeb438 |
line wrap: on
line diff
--- a/Discovery/Inc/ostc_hw2.h Tue Aug 13 13:24:54 2024 +0200 +++ b/Discovery/Inc/ostc_hw2.h Tue Feb 11 18:12:00 2025 +0100 @@ -197,4 +197,11 @@ #define RESET_LOGIC_ALLES_OK_GPIO_PORT GPIOB #define RESET_LOGIC_ALLES_OK_GPIO_ENABLE() __GPIOB_CLK_ENABLE() +/* new OSTC5 */ +#define BLE_UBLOX_DSR_PIN GPIO_PIN_12 +#define BLE_UBLOX_DSR_GPIO_PORT GPIOC +#define BLE_UBLOX_DSR_GPIO_ENABLE() __GPIOC_CLK_ENABLE() + + + #endif // OSTC_HW2_H
