Mercurial > public > ostc4
comparison Discovery/Inc/demo.h @ 1037:2af07aa38531 GasConsumption
Merge with external development branches:
Some features have been prepared for integration: Profiles, DMA UART on Firmware part, Bluetooth discovery and messges logging for development phase. All these new function are deactivated by compile switch and may be activated using the configuration.h for testing purpose.
| author | Ideenmodellierer |
|---|---|
| date | Mon, 15 Sep 2025 21:12:44 +0200 |
| parents | 5865f0aeb438 |
| children |
comparison
equal
deleted
inserted
replaced
| 1029:e938901f6386 | 1037:2af07aa38531 |
|---|---|
| 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 |
