internal struct used to save data related to temperature (imu) More...
#include <twi.h>
Data Fields | |
| uint8_t | temp_out_h | 
| uint8_t | temp_out_l | 
internal struct used to save data related to temperature (imu)
To convert the internal measurement into degrees celsius the following formula should be used: 
temp = value / 340 + 36.53
| uint8_t sMI_Temperature::temp_out_h | 
temperature (high byte)
| uint8_t sMI_Temperature::temp_out_l | 
 1.8.17