upm
0.1.8
Sensor/Actuator repository for libmraa (v0.4.5)
|
C++ API for MAX31723 chip (Temperature sensor) More...
The 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 | ) |
Instanciates a MAX31723 object
bus | number of used bus |
devAddr | addres of used i2c device |
~MAX31723 | ( | ) |
MAXDS3231M object destructor, basicaly it close i2c connection.
short getTemperature | ( | ) |
Get on board temperature.
|
inline |
Return name of the component