/*\r
LUFA Library\r
- Copyright (C) Dean Camera, 2009.\r
+ Copyright (C) Dean Camera, 2010.\r
\r
dean [at] fourwalledcubicle [dot] com\r
www.fourwalledcubicle.com\r
*/\r
\r
/*\r
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
\r
Permission to use, copy, modify, distribute, and sell this \r
software and its documentation for any purpose is hereby granted\r
/* Public Interface - May be used in end-application: */\r
/* Macros: */\r
/** ADC channel number for the temperature sensor. */\r
- #define TEMP_ADC_CHANNEL 0\r
+ #define TEMP_ADC_CHANNEL 0\r
\r
+ /** ADC channel MUX mask for the temperature sensor. */\r
+ #define TEMP_ADC_CHANNEL_MASK ADC_CHANNEL0\r
+\r
/** Minimum returnable temperature from the \ref Temperature_GetTemperature() function. */\r
- #define TEMP_MIN_TEMP TEMP_TABLE_OFFSET\r
+ #define TEMP_MIN_TEMP TEMP_TABLE_OFFSET\r
\r
/** Maximum returnable temperature from the \ref Temperature_GetTemperature() function. */\r
- #define TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET)\r
+ #define TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET)\r
\r
/* Pseudo-Function Macros: */\r
#if defined(__DOXYGEN__)\r