1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00

boards/nrf52840dk: provide LED1 as default ARDUINO_LED

This commit is contained in:
Mikolai Gütschow 2024-11-25 16:15:40 +01:00
parent add2dc269e
commit 9edbe1503f
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -60,6 +60,13 @@ extern "C" {
#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
* @{