Defines

BoardTypes.h File Reference

Supported board hardware defines. More...

Defines

#define BOARD_USBKEY   0
#define BOARD_STK525   1
#define BOARD_STK526   2
#define BOARD_RZUSBSTICK   3
#define BOARD_ATAVRUSBRF01   4
#define BOARD_USER   5
#define BOARD_BUMBLEB   6
#define BOARD_XPLAIN   7
#define BOARD_XPLAIN_REV1   8
#define BOARD_EVK527   9
#define BOARD_NONE   10
#define BOARD_TEENSY   11
#define BOARD_USBTINYMKII   12
#define BOARD_BENITO   13
#define BOARD_JMDBU2   14
#define BOARD_OLIMEX162   15
#define BOARD_UDIP   16
#define BOARD_BUI   17
#define BOARD_UNO   18
#define BOARD_CULV3   19
#define BOARD_BLACKCAT   20
#define BOARD_MAXIMUS   21
#define BOARD_MINIMUS   22
#define BOARD_ADAFRUITU4   23
#define BOARD_MICROSIN162   24

Detailed Description

This file contains constants which can be passed to the compiler (via setting the macro BOARD) in the user project makefile using the -D option to configure the library board-specific drivers.

Note:
Do not include this file directly, rather include the Common.h header file instead to gain this file's functionality.