Mercurial > public > ostc4
comparison Discovery/Inc/demo.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 | 5f11787b4f42 |
| children |
comparison
equal
deleted
inserted
replaced
| 1035:5b913cdaa9dc | 1036:5865f0aeb438 |
|---|---|
| 33 uint8_t demoGetCommand(void); | 33 uint8_t demoGetCommand(void); |
| 34 uint8_t demoModeActive(void); | 34 uint8_t demoModeActive(void); |
| 35 void demoConfigureSettings(void); | 35 void demoConfigureSettings(void); |
| 36 void demoSendCommand(uint8_t action); | 36 void demoSendCommand(uint8_t action); |
| 37 | 37 |
| 38 void demo_HandleData(void); | |
| 39 | |
| 38 #endif // DEMO_H | 40 #endif // DEMO_H |
