lm75_properties Struct Reference

temperature reading properties/resolutions struct of the LM75 sensors More...

Detailed Description

temperature reading properties/resolutions struct of the LM75 sensors

Definition at line 49 of file lm75.h.

#include <lm75.h>

Data Fields

uint16_t os_res
 resolution of the OS and HYST registers
 
uint16_t os_mult
 multiplier required for getting the OS and HYST into ºC
 
uint16_t temp_res
 resolution of the temperature register
 
uint16_t temp_mult
 multiplier required for getting the temperature into ºC
 
uint8_t os_shift
 how many bits need to be shifted (2 bytes - any unused bits)
 
uint8_t temp_shift
 how many bits need to be shifted (2 bytes - any unused bits)
 

The documentation for this struct was generated from the following file: