#include <avr/pgmspace.h>
#include "../../Common/Common.h"
#include "../Peripheral/ADC.h"
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) |
int8_t | Temperature_GetTemperature (void) ATTR_WARN_UNUSED_RESULT |
Temperature sensor board driver for the USB boards which contain a temperature sensor.