OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
temperature.h File Reference

Detailed Description

Reads the temperature sensor(s).

Include dependency graph for temperature.h:

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.