Browse Source

h2o2读取传感器全部信息

master
zhaohe 11 months ago
parent
commit
c1c23f522c
  1. 6
      transmit_disfection_protocol.hpp

6
transmit_disfection_protocol.hpp

@ -383,6 +383,12 @@ typedef struct {
uint16_t temp; // °C * 10 uint16_t temp; // °C * 10
uint16_t rs; // %RS * 10 uint16_t rs; // %RS * 10
uint16_t h2o2adc; // adc_val uint16_t h2o2adc; // adc_val
int16_t df_ptemp; // Dew/frost point temperature °C * 10
int16_t ah; // Absolute humidity g/m3 * 10
int16_t mr; // Mixing ratio g/kg * 10
int16_t wet_bulb_temp; // Wet-bulb temperature °C * 10
int16_t enthalpy; // Enthalpy kJ/kg * 10
} report_h2o2_data_t; } report_h2o2_data_t;
typedef struct { typedef struct {

Loading…
Cancel
Save