comparison Discovery/Inc/tInfoLogger.h @ 1033:5f66e44d69f0 Puls_Integration

Added functionality needed for subscription of standard Bluetooth pulse service notifications
author Ideenmodellierer
date Sat, 02 Aug 2025 22:42:51 +0200
parents cd4561c33758
children 5865f0aeb438
comparison
equal deleted inserted replaced
1032:33b91584d827 1033:5f66e44d69f0
27 /* Define to prevent recursive inclusion -------------------------------------*/ 27 /* Define to prevent recursive inclusion -------------------------------------*/
28 #ifndef TINFO_LOGGER_H 28 #ifndef TINFO_LOGGER_H
29 #define TINFO_LOGGER_H 29 #define TINFO_LOGGER_H
30 30
31 #define LINE_HEADER_BYTES (3u) 31 #define LINE_HEADER_BYTES (3u)
32 #define MAX_CHAR_PER_LINE (50u) 32 #define MAX_CHAR_PER_LINE (60u)
33 #define MAX_LOGGER_LINES (12u) 33 #define MAX_LOGGER_LINES (13u)
34 34
35 #define LOG_TX_LINE (0u) 35 #define LOG_TX_LINE (0u)
36 #define LOG_RX_LINE (1u) 36 #define LOG_RX_LINE (1u)
37 37
38 /* Exported functions --------------------------------------------------------*/ 38 /* Exported functions --------------------------------------------------------*/