#include <modm/driver/temperature/max31855.hpp>
|
enum | Fault : uint8_t { ShortCircuitVcc = Bit2,
ShortCircuitGnd = Bit1,
OpenCircuit = Bit0
} |
| Thermocouple fault bits.
|
|
|
bool | acquireMaster () |
|
bool | releaseMaster () |
|
int8_t | getResumableDepth () const |
|
bool | isResumableRunning () const |
|
void | stopResumable () |
|
template<typename SpiMaster, typename Cs>
class modm::max31855< SpiMaster, Cs >
- Template Parameters
-
template<typename SpiMaster , typename Cs >
- Parameters
-
data | pointer to buffer of the internal data of type Data |
The documentation for this class was generated from the following file: