#include <modm/driver/temperature/tmp12x.hpp>
|
using | Temperature = TemperatureT |
|
|
bool | acquireMaster () |
|
bool | releaseMaster () |
|
int8_t | getResumableDepth () const |
|
bool | isResumableRunning () const |
|
void | stopResumable () |
|
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: