Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 871:f7318457df4d | 981:c6c781a2e85b |
|---|---|
| 195 | 195 |
| 196 #define RESET_LOGIC_ALLES_OK_PIN GPIO_PIN_15 | 196 #define RESET_LOGIC_ALLES_OK_PIN GPIO_PIN_15 |
| 197 #define RESET_LOGIC_ALLES_OK_GPIO_PORT GPIOB | 197 #define RESET_LOGIC_ALLES_OK_GPIO_PORT GPIOB |
| 198 #define RESET_LOGIC_ALLES_OK_GPIO_ENABLE() __GPIOB_CLK_ENABLE() | 198 #define RESET_LOGIC_ALLES_OK_GPIO_ENABLE() __GPIOB_CLK_ENABLE() |
| 199 | 199 |
| 200 /* new OSTC5 */ | |
| 201 #define BLE_UBLOX_DSR_PIN GPIO_PIN_12 | |
| 202 #define BLE_UBLOX_DSR_GPIO_PORT GPIOC | |
| 203 #define BLE_UBLOX_DSR_GPIO_ENABLE() __GPIOC_CLK_ENABLE() | |
| 204 | |
| 205 | |
| 206 | |
| 200 #endif // OSTC_HW2_H | 207 #endif // OSTC_HW2_H |
