|
modm API documentation
|
#include <modm/driver/temperature/tmp12x.hpp>
Public Typedefs | |
| using | Temperature = TemperatureT |
Public Member Functions | |
| void | initialize () |
| modm::ResumableResult< Temperature > | read () |
| void | attachConfigurationHandler (Spi::ConfigurationHandler handler) |
Protected Member Functions | |
| bool | acquireMaster () |
| bool | releaseMaster () |
| modm::ResumableResult< ReturnType > resumable | function (...) |
| int8_t | getResumableDepth () const |
| bool | isResumableRunning () const |
| void | stopResumable () |
| Force all resumable functions to stop running at the current nesting level. | |
TMP12x temperature sensor driver Use aliases Tmp121, Tmp123, Tmp125 for convenience.
|
inherited |
Run the resumable function.
You need to implement this method in you subclass yourself.
NestingError if still running, <=NestingError if it has finished.
|
inheritedinline |
|
inheritedinline |
true if a resumable function is running at the current nesting level, else false