mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nrf52840dk: provide LED1 as default ARDUINO_LED
This commit is contained in:
parent
add2dc269e
commit
9edbe1503f
@ -60,6 +60,13 @@ extern "C" {
|
|||||||
#define ARDUINO_I2C_UNO I2C_DEV(0)
|
#define ARDUINO_I2C_UNO I2C_DEV(0)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name on-board LED (LED1/D25)
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define ARDUINO_LED (24)
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Mapping of MCU pins to Arduino pins
|
* @name Mapping of MCU pins to Arduino pins
|
||||||
* @{
|
* @{
|
||||||
|
Loading…
Reference in New Issue
Block a user