NAME
max31855 - Support for the MAX31855 Thermocouple-to-Digital converter using bitbanged spiSYNOPSIS
loadrt
max31855 [count=
N|names=name1[,name2...]]
[personality= P,P,...]
DESCRIPTION
The component requires at least 3 pins to bitbang spi protocol, for example:FUNCTIONS
- max31855.N.bitbang-spi (requires a floating-point thread)
PINS
- max31855.N.data.M.in bit in (M=0..( personality & 0xf ))
- Pin(s) connected to data out.
- max31855.N.cs.out bit out
- Pin connected to cs, pulled low to shift data, pulled high for data refresh.
- max31855.N.clk.out bit out
- Pin connected to clk.
- max31855.N.temp-celsius.M float out (M=0..( personality & 0xf ))
- Temperature output values in Celsius.
- max31855.N.temp-fahrenheit.M float out (M=0..( personality & 0xf ))
- Temperature in Fahrenheit.
- max31855.N.temp-kelvin.M float out (M=0..( personality & 0xf ))
- Temperature in Kelvin.
- max31855.N.fault.M bit out (M=0..( personality & 0xf ))
- Fault condition detected.
- max31855.N.fault-flags.M u32 out (M=0..( personality & 0xf ))
- Fault flags: 0x1 = open sensor, 0x2 short to gnd, 0x3 short to vcc.
AUTHOR
Joseph CalderonLICENSE
GPL2023-02-10 | LinuxCNC Documentation |