diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-29 07:49:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-29 07:49:58 +0000 |
commit | 0557676013f41487701a8951d3dbb4aee3117882 (patch) | |
tree | d0c369cd182543f6a2344cb16bafb9be2d985665 /LUFA/Drivers/Board/Buttons.h | |
parent | ec19436d5456a095f652939c8163a9af2657f391 (diff) | |
download | lufa-0557676013f41487701a8951d3dbb4aee3117882.tar.gz lufa-0557676013f41487701a8951d3dbb4aee3117882.tar.bz2 lufa-0557676013f41487701a8951d3dbb4aee3117882.zip |
Add file-level brief documentation.
Remove accidentally duplicated model-specific peripheral driver files.
Diffstat (limited to 'LUFA/Drivers/Board/Buttons.h')
-rw-r--r-- | LUFA/Drivers/Board/Buttons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/Buttons.h b/LUFA/Drivers/Board/Buttons.h index d908fd43a..40ed384a7 100644 --- a/LUFA/Drivers/Board/Buttons.h +++ b/LUFA/Drivers/Board/Buttons.h @@ -29,6 +29,7 @@ */
/** \file
+ * \brief Master include file for the board digital button driver.
*
* This file is the master dispatch header file for the board-specific Buttons driver, for boards containing
* physical pushbuttons connected to the AVR's GPIO pins.
|