diff 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
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Mon Jul 28 18:32:23 2025 +0200
+++ b/Common/Inc/configuration.h	Mon Jul 28 18:34:45 2025 +0200
@@ -96,6 +96,9 @@
 /* Enable to have a faster transfer speed between bluetooth module and CPU */
 #define ENABLE_FAST_COMM
 
+/* Enable to have support of Polar HC10 heartbeat sensor active */
+#define ENABLE_PULSE_SENSOR_BT
+
 /* Enable RTE sleep mode debugging */
 /* #define ENABLE_SLEEP_DEBUG */