X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6865a7bc09e31d3bbebb33eefb6475c8713351bd..9cec85bfd92a77a97e7d12625897de2682dfacd7:/LUFA/Drivers/Board/Temperature.h?ds=sidebyside diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h index 56e579076..30c311f83 100644 --- a/LUFA/Drivers/Board/Temperature.h +++ b/LUFA/Drivers/Board/Temperature.h @@ -76,10 +76,10 @@ /** ADC channel number for the temperature sensor. */ #define TEMP_ADC_CHANNEL 0 - /** Minimum returnable temperature from the Temperature_GetTemperature() function. */ + /** Minimum returnable temperature from the \ref Temperature_GetTemperature() function. */ #define TEMP_MIN_TEMP TEMP_TABLE_OFFSET - /** Maximum returnable temperature from the Temperature_GetTemperature() function. */ + /** Maximum returnable temperature from the \ref Temperature_GetTemperature() function. */ #define TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET) /* Pseudo-Function Macros: */ @@ -97,7 +97,7 @@ /* Function Prototypes: */ /** Performs a complete ADC on the temperature sensor channel, and converts the result into a - * valid temperature between TEMP_MIN_TEMP and TEMP_MAX_TEMP in degrees Celsius. + * valid temperature between \ref TEMP_MIN_TEMP and \ref TEMP_MAX_TEMP in degrees Celsius. * * \return Signed temperature in degrees Celsius */