diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-05 15:50:09 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-05 15:50:09 +0000 |
| commit | 5e9d06d44af8e908128157973c9fd08368a21b6d (patch) | |
| tree | 7f11c5551af7527a2ac0d3e3b80b401d52b277eb /LUFA/Common | |
| parent | d0880166004767b908ab9fa62a60cefe7ecbc02f (diff) | |
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2031 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 85885177..e21709b2 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -189,6 +189,12 @@ /** Selects the Micropendous DIP specific board drivers, including the Button. */ #define BOARD_MICROPENDOUS_DIP 41 + /** Selects the Micropendous (Arduino-like) revision 1 specific board drivers, including the Button and LED drivers. */ + #define BOARD_MICROPENDOUS_REV1 42 + + /** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */ + #define BOARD_MICROPENDOUS_REV2 43 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE |
