Reads the temperature sensor(s).
Go to the source code of this file.
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. | |