changeset 723:9b9ed5459d57

DigO2 added raw data request: Beside ppO2 the Digo2 also offers raw data like humidity, pressure or signal intensity. These information may be of interest for diagnostic functions and have been added to the protocol support function.
author Ideenmodellierer
date Thu, 05 Jan 2023 18:27:04 +0100
parents 47a9ba771119
children f285424f04d9
files Common/Inc/data_exchange.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Common/Inc/data_exchange.h	Thu Jan 05 18:25:47 2023 +0100
+++ b/Common/Inc/data_exchange.h	Thu Jan 05 18:27:04 2023 +0100
@@ -137,6 +137,10 @@
 	int32_t temperature;
 	uint32_t status;
 	uint64_t sensorId;
+	int32_t intensity;
+	int32_t ambient;
+	int32_t pressure;
+	int32_t humidity;
 } SSensorDataDiveO2;
 
 typedef struct