Mercurial > public > ostc4
comparison Common/Inc/configuration.h @ 1032:33b91584d827 Puls_Integration
New CV Pulse:
The basic infrastructure for external puls measurement via Bluetooth has been added. Precondition is an OSTC with an activated central role. The OSTC will then search for a BLE device with puls measurement service. Reading data and visualization is not implemented yet.
| author | Ideenmodellierer |
|---|---|
| date | Mon, 28 Jul 2025 18:34:45 +0200 |
| parents | 3bcf592e9cc9 |
| children | 5865f0aeb438 |
comparison
equal
deleted
inserted
replaced
| 1031:cd4561c33758 | 1032:33b91584d827 |
|---|---|
| 94 /* #define ENABLE_PREDIVE_CHECK */ | 94 /* #define ENABLE_PREDIVE_CHECK */ |
| 95 | 95 |
| 96 /* Enable to have a faster transfer speed between bluetooth module and CPU */ | 96 /* Enable to have a faster transfer speed between bluetooth module and CPU */ |
| 97 #define ENABLE_FAST_COMM | 97 #define ENABLE_FAST_COMM |
| 98 | 98 |
| 99 /* Enable to have support of Polar HC10 heartbeat sensor active */ | |
| 100 #define ENABLE_PULSE_SENSOR_BT | |
| 101 | |
| 99 /* Enable RTE sleep mode debugging */ | 102 /* Enable RTE sleep mode debugging */ |
| 100 /* #define ENABLE_SLEEP_DEBUG */ | 103 /* #define ENABLE_SLEEP_DEBUG */ |
| 101 | 104 |
| 102 | 105 |
| 103 #endif | 106 #endif |
