#include <modm/driver/temperature/max31855.hpp>
|
enum | Fault : uint8_t { ShortCircuitVcc = Bit2,
ShortCircuitGnd = Bit1,
OpenCircuit = Bit0
} |
| Thermocouple fault bits.
|
|
|
| Max31855 (Data &data) |
|
void | initialize () |
| Call this function once before using the device.
|
|
void | readout () |
| Read the raw data from the sensor.
|
|
Data & | getData () |
| Get the data object for this sensor.
|
|
void | attachConfigurationHandler (Spi::ConfigurationHandler handler) |
|
|
bool | acquireMaster () |
|
bool | releaseMaster () |
|
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: