Added board hardware driver support for the EVK1104 board.

Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
This commit is contained in:
Dean Camera 2011-06-27 13:41:06 +00:00
parent 8cc3fd56d9
commit 8c3d421a01
10 changed files with 263 additions and 3 deletions

View file

@ -129,6 +129,8 @@
#include "AVR8/TUL/Buttons.h"
#elif (BOARD == BOARD_EVK1100)
#include "UC3/EVK1100/Buttons.h"
#elif (BOARD == BOARD_EVK1104)
#include "UC3/EVK1104/Buttons.h"
#else
#include "Board/Buttons.h"
#endif