|
LUFA (Formerly MyUSB) Library 100807
|
Master include file for the board temperature sensor driver. More...
Defines | |
| #define | TEMP_ADC_CHANNEL 0 |
| #define | TEMP_ADC_CHANNEL_MASK ADC_CHANNEL0 |
| #define | TEMP_MIN_TEMP TEMP_TABLE_OFFSET |
| #define | TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET) |
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.