Expand description
A simplified driver for the MAX31865 RTD to Digital converter (Raspberry Pi focus)
§References
- Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf
- Wiring diagrams: https://www.playingwithfusion.com/docs/1203
- SPECIAL NOTE: The chip does not implement continuous mode, in spite of the docs.
Re-exports§
pub use rtd_reader::RTDReader;
Modules§
- rtd_
reader - temp_
conversion - Temperature conversion vec and lookup function
Enums§
- Filter
Hz - Noise filter settings based on mains frequency.
- MaxFault
- All the errors the MAX31865 can report to us.
- RTDLeads
- RTD lead configurations supported by the MAX31865.
- RtdError
- An enumeration of all the different faults the API can report back.
Constants§
Functions§
- decode_
fault_ status - Public helper to decode a full fault status byte into a list of active faults (for users). Returns a Vec of descriptions for set bits; empty if no faults.