1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/feather-nrf52840-sense: Add WS281X_PARAM_PIN

This commit is contained in:
MrKevinWeiss 2024-04-08 10:30:40 +02:00
parent 8bb8c5be20
commit cc1ac9e0ee
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF

View File

@ -90,6 +90,15 @@ extern "C" {
#define LSM6DSXX_PARAM_ADDR (0x6A)
/** @} */
/**
* @name WS281x RGB LEDs configuration
* @{
*/
#ifndef WS281X_PARAM_PIN
#define WS281X_PARAM_PIN GPIO_PIN(0, 16) /**< GPIO pin connected to the data pin of the first LED */
#endif
/** @} */
#ifdef __cplusplus
}
#endif