Device descriptor for ADT7310 sensors.  
 More...
Device descriptor for ADT7310 sensors. 
Definition at line 65 of file adt7310.h.
 
#include <adt7310.h>
 | 
| spi_t  | spi | 
|   | SPI bus the sensor is connected to.  
  | 
|   | 
| spi_clk_t  | clk | 
|   | SPI bus clock speed.  
  | 
|   | 
| gpio_t  | cs | 
|   | CS pin GPIO handle.  
  | 
|   | 
| bool  | initialized | 
|   | sensor status, true if sensor is initialized  
  | 
|   | 
| bool  | high_res | 
|   | Sensor resolution, true if configured to 16 bit resolution.  
  | 
|   | 
◆ clk
SPI bus clock speed. 
Definition at line 67 of file adt7310.h.
 
 
◆ cs
CS pin GPIO handle. 
Definition at line 68 of file adt7310.h.
 
 
◆ high_res
Sensor resolution, true if configured to 16 bit resolution. 
Definition at line 70 of file adt7310.h.
 
 
◆ initialized
      
        
          | bool adt7310_t::initialized | 
        
      
 
sensor status, true if sensor is initialized 
Definition at line 69 of file adt7310.h.
 
 
◆ spi
SPI bus the sensor is connected to. 
Definition at line 66 of file adt7310.h.
 
 
The documentation for this struct was generated from the following file: