Adjust temperature values with offset and sensitivity
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
12819f8d26
commit
43e37b17dd
2 changed files with 3 additions and 2 deletions
|
@ -127,7 +127,7 @@ struct device3_t {
|
|||
bool claimed;
|
||||
|
||||
uint64_t last_timestamp;
|
||||
float temperature;
|
||||
float temperature; // (in °C)
|
||||
|
||||
void* offset;
|
||||
device3_ahrs_type* ahrs;
|
||||
|
|
Reference in a new issue