Added board driver support for the Sparkfun ATMEGA8U2 breakout board.

This commit is contained in:
Dean Camera 2011-02-16 21:00:46 +00:00
parent 31ed53af55
commit 4344b0621d
5 changed files with 136 additions and 0 deletions

View file

@ -163,6 +163,8 @@
#include "ADAFRUITU4/LEDs.h"
#elif (BOARD == BOARD_MICROSIN162)
#include "MICROSIN162/LEDs.h"
#elif (BOARD == BOARD_SPARKFUN8U2)
#include "SPARKFUN8U2/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#endif