Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Inc/tInfoLogger.h Sat Aug 09 16:55:20 2025 +0200 +++ b/Discovery/Inc/tInfoLogger.h Sun Aug 10 15:28:59 2025 +0200 @@ -35,6 +35,8 @@ #define LOG_TX_LINE (0u) #define LOG_RX_LINE (1u) +#include "gfx_engine.h" + /* Exported functions --------------------------------------------------------*/ void openInfo_Logger(); void refreshInfo_Logger(GFX_DrawCfgScreen s);
