#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 116 of file temp_sensor.h.
| float temp_sensor_channelData_t::current_temp |
Current Temperature */.
Definition at line 117 of file temp_sensor.h.
| float temp_sensor_channelData_t::high_limit |
High Temperature Limit */.
Definition at line 118 of file temp_sensor.h.
| float temp_sensor_channelData_t::low_limit |
Low Temperature Limit */.
Definition at line 119 of file temp_sensor.h.