#include <modm/driver/temperature/tmp12x.hpp>
 | 
| 
using  | Temperature = TemperatureT | 
|   | 
 | 
| 
bool  | acquireMaster () | 
|   | 
| 
bool  | releaseMaster () | 
|   | 
template<typename SpiMaster, typename Cs, typename TemperatureT>
class modm::Tmp12x< SpiMaster, Cs, TemperatureT >
TMP12x temperature sensor driver Use aliases Tmp121, Tmp123, Tmp125 for convenience.
- Author
 - Christopher Durand
 
- Template Parameters
 - 
  
    | SpiMaster | SPI master interface  | 
    | Cs | Chip select output  | 
    | TemperatureT | Sensor temperature type  | 
  
   
The documentation for this class was generated from the following file: