Add support for the Arduino Micro board, fix other Arduino board LED drivers.
This commit is contained in:
parent
5e4b14f007
commit
c69a623652
8 changed files with 46 additions and 36 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue