diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-24 08:06:23 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-24 08:06:23 +0000 |
| commit | 9b7d584dd4e2b1717683984d52f2b6fcfa5d199b (patch) | |
| tree | 86e026f5136609665799ff4618c6bb3fbecc60e2 /LUFA/Common/BoardTypes.h | |
| parent | 732eb95795fd32844e67bd439c9d2c8d7b50a3db (diff) | |
Added new Relay Controller Board project (thanks to OBinou).
Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1177 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 10e31ac1..38ea5c91 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -94,6 +94,9 @@ * such as the Joystick driver, where the removal would adversely affect the code's operation is still disallowed. */
#define BOARD_NONE 10
+ /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */
+ #define BOARD_TEENSY 11
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE
|
