Reads the temperature sensor(s).
Files | |
file | temperature.h |
Reads the temperature sensor(s). | |
Enumerations | |
enum | TemperatureSensor { TEMPERATURE_BOARD_TEMP } |
The different types of temperature sensors. More... | |
Functions | |
void | Temperature_Init () |
Initialize the temperature module. | |
uint16_t | Temperature_GetValue (TemperatureSensor sensor) |
Get the last known value for a sensor. More... | |
void | Temperature_Tasks () |
Perform the periodic tasks. | |
enum TemperatureSensor |
uint16_t Temperature_GetValue | ( | TemperatureSensor | sensor | ) |
Get the last known value for a sensor.
sensor | The sensor to get the value of |
If the value is known this will return 0.