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¶
-