comparison Discovery/Inc/ostc_hw2.h @ 872:5e027b0f7475 Evo_2_23

Added first time initialization for new bluetooth module: The serial numbers are not defined when the electonic is connected to power for the first time. This event is used to run a initialization sequence which sets the defaults for the bluetooth modul. At the end the module may be accessed using a default name.
author Ideenmodellierer
date Wed, 14 Aug 2024 14:41:04 +0200
parents 5f11787b4f42
children
comparison
equal deleted inserted replaced
870:bc6c90e20d9e 872:5e027b0f7475
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