1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20553 from MrKevinWeiss/pr/feather/neopixle

boards/feather-nrf52840-sense: Add WS281X_PARAM_PIN
This commit is contained in:
Kevin "Tristate Tom" Weiss 2024-04-08 14:01:17 +00:00 committed by GitHub
commit e6bd633eaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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