Added new Relay Controller Board project (thanks to OBinou).

Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
This commit is contained in:
Dean Camera 2010-03-24 08:06:23 +00:00
parent c2de01b661
commit b8db5fc1e7
14 changed files with 3002 additions and 10 deletions

View file

@ -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