aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/AVR8/STK526/Buttons.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-04-25 18:27:27 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-04-25 18:27:27 +0000
commit8f39183a683e8115141d741d59f08f12f77f962c (patch)
treed82787a575c7337c8d694d4fd4aacfcd83258068 /LUFA/Drivers/Board/AVR8/STK526/Buttons.h
parentad524fec087042e7407a0e547af27d701be2c326 (diff)
Add basic hardware mapping information for all supported boards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2173 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/AVR8/STK526/Buttons.h')
-rw-r--r--LUFA/Drivers/Board/AVR8/STK526/Buttons.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/AVR8/STK526/Buttons.h b/LUFA/Drivers/Board/AVR8/STK526/Buttons.h
index 2c6b9280..13ec3760 100644
--- a/LUFA/Drivers/Board/AVR8/STK526/Buttons.h
+++ b/LUFA/Drivers/Board/AVR8/STK526/Buttons.h
@@ -42,6 +42,11 @@
*
* Board specific Buttons driver header for the Atmel STK526.
*
+ * <table>
+ * <tr><th>Name</th><th>Info</th><th>Active Level</th><th>Port Pin</th></tr>
+ * <tr><td>BUTTONS_BUTTON1</td><td>HWB Button</td><td>Low</td><td>PORTD.7</td></tr>
+ * </table>
+ *
* @{
*/