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:
parent
8bb8c5be20
commit
cc1ac9e0ee
@ -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