Lines Matching refs:MAX31855
33 * @brief MAX31855 Thermocouple library
34 * @defgroup max31855 libupm-max31855
38 * @library max31855
39 * @sensor max31855
40 * @comname MAX31855 Thermocouple Amplifier
45 * @brief API for the MAX31855 Thermocouple Amplifier
48 * [MAX31855](http://datasheets.maximintegrated.com/en/ds/MAX31855.pdf)
55 * @image html max31855.jpg
56 * @snippet max31855.cxx Interesting
58 class MAX31855 {
61 * Instantiates an MAX31855 object
66 MAX31855(int bus, int cs);
69 * MAX31855 object destructor
71 ~MAX31855();