pyupm_max31723 module

class pyupm_max31723.MAX31723(bus, csn)[source]

Bases: object

API for the MAX31723 Temperature Sensor.

ID: max31723

Name: SPI/3-wire Digital Thermometer

Category: temp

Manufacturer: maxim

Connection: spi

Link:https://www.maximintegrated.com/en/products/analog/sensors-and- sensor- interface/MAX31723.html Maxim Integrated*MAX31723 is a low- voltage 3-wire/SPI temperature sensor controller. This module was tested on the Maxim IntegratedMAX31732PMB1 PMOD module from the analog PMOD kit.

C++ includes: max31723.hpp

B_CONT_READING = 0L
R_STS_READ_CMD = 0L
R_STS_WRITE_CMD = 128L
R_TEMPERATURE_LSB = 1L
R_TEMPERATURE_MSB = 2L
getTemperature()[source]

short getTemperature()

MAXDS3231M object destructor; basically, it closes the I2C connection. it is not needed anymore, as the connections will be closed when m_spi and m_csnPinCtx variables will go out of scope ~MAX31723 (); Gets the on- board temperature.

name()[source]

std::string name()

Returns the name of the component