Added board hardware driver support for the Microsin AVR-USB162 development board.

This commit is contained in:
Dean Camera 2010-11-21 10:34:15 +00:00
parent 55da77d85f
commit b87d0b45a2
8 changed files with 244 additions and 9 deletions

View file

@ -105,6 +105,8 @@
#include "CULV3/Buttons.h"
#elif (BOARD == BOARD_MINIMUS)
#include "MINIMUS/Buttons.h"
#elif (BOARD == BOARD_MICROSIN162)
#include "MICROSIN162/Buttons.h"
#elif (BOARD == BOARD_USER)
#include "Board/Buttons.h"
#else