Added better module summaries.
This commit is contained in:
parent
e9215b4b36
commit
312748702a
16 changed files with 37 additions and 19 deletions
|
@ -44,7 +44,9 @@
|
|||
* - None
|
||||
*
|
||||
* \section Module Description
|
||||
* Functions, macros, variables, enums and types related to the setup of a the ADC subsystem.
|
||||
* Hardware ADC driver. This module provides an easy to use driver for the hardware
|
||||
* ADC present on many AVR models, for the conversion of analogue signals into the
|
||||
* digital domain.
|
||||
*/
|
||||
|
||||
#ifndef __ADC_H__
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
* - None
|
||||
*
|
||||
* \section Module Description
|
||||
* Functions, macros, variables, enums and types related to the setup of a the SPI port.
|
||||
* Driver for the hardware SPI port avaliable on most AVR models. This module provides
|
||||
* an easy to use driver for the setup of and transfer of data over the AVR's SPI port.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
* - LUFA/Drivers/Peripheral/Serial.c
|
||||
*
|
||||
* \section Module Description
|
||||
* Functions, macros, variables, enums and types related to the setup of the USART for serial communications.
|
||||
* Hardware serial USART driver. This module provides an easy to use driver for
|
||||
* the setup of and transfer of data over the AVR's USART port.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue