#include <temp_sensor.h>
Data Fields | |
| float | current_temp |
| Current Temperature */. | |
| float | high_limit |
| High Temperature Limit */. | |
| float | low_limit |
| Low Temperature Limit */. | |
Hold temperature data for a single channel/diode.
Definition at line 148 of file temp_sensor.h.
| float temp_sensor_channelData_t::current_temp |
Current Temperature */.
Definition at line 149 of file temp_sensor.h.
| float temp_sensor_channelData_t::high_limit |
High Temperature Limit */.
Definition at line 150 of file temp_sensor.h.
| float temp_sensor_channelData_t::low_limit |
Low Temperature Limit */.
Definition at line 151 of file temp_sensor.h.