temperature reading properties/resolutions struct of the LM75 sensors  
 More...
temperature reading properties/resolutions struct of the LM75 sensors 
Definition at line 48 of file lm75.h.
 
#include <lm75.h>
 | 
| 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)  
  | 
|   | 
◆ os_mult
      
        
          | uint16_t lm75_properties::os_mult | 
        
      
 
multiplier required for getting the OS and HYST into ºC 
Definition at line 50 of file lm75.h.
 
 
◆ os_res
      
        
          | uint16_t lm75_properties::os_res | 
        
      
 
resolution of the OS and HYST registers 
Definition at line 49 of file lm75.h.
 
 
◆ os_shift
      
        
          | uint8_t lm75_properties::os_shift | 
        
      
 
how many bits need to be shifted (2 bytes - any unused bits) 
Definition at line 53 of file lm75.h.
 
 
◆ temp_mult
      
        
          | uint16_t lm75_properties::temp_mult | 
        
      
 
multiplier required for getting the temperature into ºC 
Definition at line 52 of file lm75.h.
 
 
◆ temp_res
      
        
          | uint16_t lm75_properties::temp_res | 
        
      
 
resolution of the temperature register 
Definition at line 51 of file lm75.h.
 
 
◆ temp_shift
      
        
          | uint8_t lm75_properties::temp_shift | 
        
      
 
how many bits need to be shifted (2 bytes - any unused bits) 
Definition at line 54 of file lm75.h.
 
 
The documentation for this struct was generated from the following file: