Module anyleaf::rtd[][src]

Expand description

Supports the Max31865. Based on rudihorn’s max31865 lib, with modifications like support for Pt1000, and borrowing SPI instead of owning the bus.

Structs

A struct used to describe the RTD. Owns the cs pin.

Enums

Set Auto to automatically perform conversion.

Mains freq to filter out, eg 50Hz in Europe, 50Hz in US.

RM: When the conversion mode is set to “Normally Off”, write 1 to this bit to start a conversion. This causes a single resistance conversion to take place. The conversion is triggered when CS goes high after writing a 1 to this bit.

vbias voltage; must be On to perform conversion.

Thinly wraps max31865::SensorType.