comparison 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
comparison
equal deleted inserted replaced
722:47a9ba771119 723:9b9ed5459d57
135 typedef struct 135 typedef struct
136 { 136 {
137 int32_t temperature; 137 int32_t temperature;
138 uint32_t status; 138 uint32_t status;
139 uint64_t sensorId; 139 uint64_t sensorId;
140 int32_t intensity;
141 int32_t ambient;
142 int32_t pressure;
143 int32_t humidity;
140 } SSensorDataDiveO2; 144 } SSensorDataDiveO2;
141 145
142 typedef struct 146 typedef struct
143 { 147 {
144 //pressure 148 //pressure