Added support for the Pololu A-Star Micro board (thanks to Joh Schneider).

This commit is contained in:
Dean Camera
2016-01-31 16:03:12 +11:00
parent 0afb548b51
commit 78478be260
6 changed files with 22 additions and 11 deletions
+2
View File
@@ -157,6 +157,8 @@
#include "AVR8/YUN/Board.h"
#elif (BOARD == BOARD_MICRO)
#include "AVR8/MICRO/Board.h"
#elif (BOARD == BOARD_POLOLUMICRO)
#include "AVR8/POLOLUMICRO/Board.h"
#elif (BOARD == BOARD_XPLAINED_MINI)
#include "AVR8/XPLAINED_MINI/Board.h"
#else