Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).

This commit is contained in:
Dean Camera 2012-02-05 15:50:09 +00:00
parent 0e8e70153a
commit da676f0f70
6 changed files with 75 additions and 13 deletions

View file

@ -189,6 +189,12 @@
/** Selects the Micropendous DIP specific board drivers, including the Button. */
#define BOARD_MICROPENDOUS_DIP 41
/** Selects the Micropendous (Arduino-like) revision 1 specific board drivers, including the Button and LED drivers. */
#define BOARD_MICROPENDOUS_REV1 42
/** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */
#define BOARD_MICROPENDOUS_REV2 43
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE