diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-22 21:31:18 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-22 21:31:18 +0000 |
| commit | 52d58ebd8b36a3943b5f42b88b17fbc13067893d (patch) | |
| tree | 005b3b1fd165a9f4f25efb92a520ef4f81aa2e1f /LUFA/Common/BoardTypes.h | |
| parent | 92627aabc948ca218627960b1e408ded544f1455 (diff) | |
Added support for the BitWizard Multio and Big-Multio boards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2065 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 56760603..1a3fccb2 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -171,22 +171,22 @@ /** Selects the Micropendous 32U2 specific board drivers, including the Button and LED drivers. */ #define BOARD_MICROPENDOUS_32U2 35 - /** Selects the Micropendous A specific board drivers, including the Button. */ + /** Selects the Micropendous A specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_A 36 - /** Selects the Micropendous 1 specific board drivers, including the Button. */ + /** Selects the Micropendous 1 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_1 37 - /** Selects the Micropendous 2 specific board drivers, including the Button. */ + /** Selects the Micropendous 2 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_2 38 - /** Selects the Micropendous 3 specific board drivers, including the Button. */ + /** Selects the Micropendous 3 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_3 39 - /** Selects the Micropendous 4 specific board drivers, including the Button. */ + /** Selects the Micropendous 4 specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_4 40 - /** Selects the Micropendous DIP specific board drivers, including the Button. */ + /** Selects the Micropendous DIP specific board drivers, including the driver for the board Button. */ #define BOARD_MICROPENDOUS_DIP 41 /** Selects the Micropendous (Arduino-like) revision 1 specific board drivers, including the Button and LED drivers. */ @@ -198,6 +198,12 @@ /** Selects the XMEGA B1 Xplained specific board drivers, including the Button and LED drivers. */ #define BOARD_B1_XPLAINED 44 + /** Selects the Bitwizard Multio specific board drivers, including the driver for the board LEDs. */ + #define BOARD_MULTIO 45 + + /** Selects the Bitwizard Big-Multio specific board drivers, including the driver for the board LEDs. */ + #define BOARD_BIGMULTIO 46 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE |
