Changed sensor output variable types (fixed warnings)
This commit is contained in:
parent
b21cefe412
commit
ac68334919
@ -103,8 +103,8 @@ enum
|
||||
} identification_registers_numbers;
|
||||
|
||||
/* Variables to store the measured data */
|
||||
int CO2, T_SCD4x, RH_SCD4x;
|
||||
int T_SHT4x, RH_SHT4x;
|
||||
int16_t T_SCD4x, T_SHT4x;
|
||||
uint16_t CO2, RH_SCD4x, RH_SHT4x;
|
||||
uint16_t sps30_measured_data[10];
|
||||
|
||||
/* Struct to store the sensor config */
|
||||
|
Loading…
Reference in New Issue
Block a user