upm
0.3.2
Sensor/Actuator repository for libmraa (v0.7.2)
|
API for the MAX31723 Temperature Sensor. More...
Maxim Integrated* MAX31723 is a low-voltage 3-wire/SPI temperature sensor controller. This module was tested on the Maxim Integrated MAX31732PMB1 PMOD module from the analog PMOD kit.
Public Member Functions | |
MAX31723 (int csn) | |
~MAX31723 () | |
short | getTemperature () |
std::string | name () |
MAX31723 | ( | int | csn | ) |
Instantiates an MAX31723 object
bus | Number of the used bus |
devAddr | Address of the used I2C device |
~MAX31723 | ( | ) |
MAXDS3231M object destructor; basically, it closes the I2C connection.
short getTemperature | ( | void | ) |
Gets the on-board temperature.
|
inline |
Returns the name of the component