![]() |
LUFA Library
120219
|
NTC Temperature Sensor board hardware driver. More...
Defines | |
#define | TEMP_ADC_CHANNEL 0 |
#define | TEMP_ADC_CHANNEL_MASK ADC_CHANNEL0 |
#define | TEMP_TABLE_SIZE 120 |
#define | TEMP_MIN_TEMP TEMP_TABLE_OFFSET_DEGREES |
#define | TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET_DEGREES) |
Functions | |
static void | Temperature_Init (void) ATTR_ALWAYS_INLINE |
int8_t | Temperature_GetTemperature (void) ATTR_WARN_UNUSED_RESULT |
Master include file for the board temperature sensor driver, for the USB boards which contain a temperature sensor.