diff Common/Inc/data_exchange.h @ 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 045ff7800501
children 5143e927219f
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