Added board hardware driver support for the USBFOO development board.

This commit is contained in:
Dean Camera 2010-09-04 09:41:08 +00:00
parent b369aa2cc6
commit 21954179a4
8 changed files with 233 additions and 2 deletions

View file

@ -97,6 +97,8 @@
#include "JMDBU2/Buttons.h"
#elif (BOARD == BOARD_OLIMEX162)
#include "OLIMEX162/Buttons.h"
#elif (BOARD == BOARD_USBFOO)
#include "USBFOO/Buttons.h"
#elif (BOARD == BOARD_USER)
#include "Board/Buttons.h"
#else