Oops - make sure board driver dispatch headers test for the correct BOARD define values.
Add button support for the BENITO board target.
This commit is contained in:
parent
61a799ed55
commit
d4c421e380
7 changed files with 114 additions and 11 deletions
|
|
@ -29,18 +29,18 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Board specific Buttons driver header for the JM-DB-U2.
|
||||
* \brief Board specific Buttons driver header for the Bentio.
|
||||
*
|
||||
* Board specific Buttons driver header for the JM-DB-U2 (http://u2.mattair.net/index.html).
|
||||
* Board specific Buttons driver header for the Benito (http://dorkbotpdx.org/wiki/benito).
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
|
||||
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
|
||||
*/
|
||||
|
||||
/** \ingroup Group_Buttons
|
||||
* @defgroup Group_Buttons_JMDBU2 JMDBU2
|
||||
* @defgroup Group_Buttons_BENITO BENITO
|
||||
*
|
||||
* Board specific Buttons driver header for the JM-DB-U2 (http://u2.mattair.net/index.html).
|
||||
* Board specific Buttons driver header for the Bentio (http://dorkbotpdx.org/wiki/benito).
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
|
||||
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#ifndef __BUTTONS_JMDBU2_H__
|
||||
#define __BUTTONS_JMDBU2_H__
|
||||
#ifndef __BUTTONS_BENTIO_H__
|
||||
#define __BUTTONS_BENITO_H__
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue