X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9b0e4b8356eb79003a806d010f4b00123350ed90..3a03da970558de9211fc1a43b12bf69e38854d09:/LUFA/Drivers/Board/Temperature.h?ds=inline diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h index ddba7c798..40d8e9890 100644 --- a/LUFA/Drivers/Board/Temperature.h +++ b/LUFA/Drivers/Board/Temperature.h @@ -31,7 +31,7 @@ /** \file * \brief Master include file for the board temperature sensor driver. * - * Master include file for the board temperature sensor driver, for the USB boards which contain a temperature sensor. + * Master include file for the board temperature sensor driver, for the USB boards which contain a temperature sensor. */ /** \ingroup Group_BoardDrivers @@ -87,7 +87,7 @@ #define TEMP_MAX_TEMP ((TEMP_TABLE_SIZE - 1) + TEMP_TABLE_OFFSET) /* Inline Functions: */ - /** Initializes the temperature sensor driver, including setting up the appropriate ADC channel. + /** Initialises the temperature sensor driver, including setting up the appropriate ADC channel. * This must be called before any other temperature sensor routines. * * \pre The ADC itself (not the ADC channel) must be configured separately before calling the