comparison Discovery/Inc/tInfoLogger.h @ 1036:5865f0aeb438 Puls_Integration

Radio data integration: Added functionality for displaying radio data as debug message. The USART3 has been configurated for receiption and a function for the visualization of the data has been added to the demo unit (draft implementation). For activation the radio as well as the logger functionality needs to be activated via compile switch. Note that at the moment bluetooth and radio DMA may not be operated in parallel.
author Ideenmodellierer
date Sun, 10 Aug 2025 15:28:59 +0200
parents 5f66e44d69f0
children
comparison
equal deleted inserted replaced
1035:5b913cdaa9dc 1036:5865f0aeb438
33 #define MAX_LOGGER_LINES (13u) 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 #include "gfx_engine.h"
39
38 /* Exported functions --------------------------------------------------------*/ 40 /* Exported functions --------------------------------------------------------*/
39 void openInfo_Logger(); 41 void openInfo_Logger();
40 void refreshInfo_Logger(GFX_DrawCfgScreen s); 42 void refreshInfo_Logger(GFX_DrawCfgScreen s);
41 void sendActionToInfoLogger(uint8_t sendAction); 43 void sendActionToInfoLogger(uint8_t sendAction);
42 void InfoLogger_writeLine(uint8_t* pLine,uint8_t lineLength,uint8_t direction); 44 void InfoLogger_writeLine(uint8_t* pLine,uint8_t lineLength,uint8_t direction);