aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-09-11 23:16:16 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-09-11 23:16:16 +1000
commitc69a6236529416aa134cbfcd04a8f05eff987948 (patch)
treea2f99de76c78b3037505fc897f77bb670637e5a3 /LUFA/Common
parent5e4b14f0071a4057564f5c9f0642d8d7066ef84e (diff)
downloadlufa-c69a6236529416aa134cbfcd04a8f05eff987948.tar.gz
lufa-c69a6236529416aa134cbfcd04a8f05eff987948.tar.bz2
lufa-c69a6236529416aa134cbfcd04a8f05eff987948.zip
Add support for the Arduino Micro board, fix other Arduino board LED drivers.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/BoardTypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 2f703f5ed..06ff4ddb4 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -234,9 +234,12 @@
/** Selects the U2S specific board drivers, including the Button and LEDs drivers. */
#define BOARD_U2S 56
- /** Selects the YUN specific board drivers, including the driver for the board LEDs. */
+ /** Selects the Arduino YUN specific board drivers, including the driver for the board LEDs. */
#define BOARD_YUN 57
+ /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */
+ #define BOARD_MICRO 58
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE