|
TMP42x HAL Based Library 1.0.2
This library is a software library that works with the TMP42x remote and local temperature sensor with N-Factor and series-R correction. This library provides a convenient and efficient way to access the I2C interfaces of the chip, allowing developers to easily integrate this power meter into their systems.
|
Class (struct) that stores variables for interacting with TMP42x. More...
#include <TMP42x.h>
Data Structures | |
| union | _reg16 |
| union | _reg8 |
Data Fields | |
| I2C_HandleTypeDef * | hi2c |
| uint8_t | I2C_ADDR |
| TMP42x_Type | type |
| TMP42x_Shutdown | shutdown |
| TMP42x_Range | range |
| TMP42x_ConversionRate | conversion_rate |
| float | n_eff1 |
| float | n_eff2 |
| float | n_eff3 |
| union tmp42x::_reg16 | reg16 |
| union tmp42x::_reg8 | reg8 |
Class (struct) that stores variables for interacting with TMP42x.
| TMP42x_ConversionRate conversion_rate |
| float n_eff1 |
| float n_eff2 |
| float n_eff3 |
| TMP42x_Range range |
| union tmp42x::_reg16 reg16 |
| union tmp42x::_reg8 reg8 |
| TMP42x_Shutdown shutdown |
| TMP42x_Type type |