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:
commit
e6bd633eaf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user