mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/common/e104-bt50xxa-tb: Override WS281X_TIMER_*
This commit is contained in:
parent
0d31432cb3
commit
fb5ebea1a5
@ -56,6 +56,14 @@ extern "C" {
|
||||
#define BTN1_MODE GPIO_IN_PU
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name WS281x RGB LED configuration
|
||||
* @{
|
||||
*/
|
||||
#define WS281X_TIMER_DEV TIMER_DEV(1) /**< Timer device */
|
||||
#define WS281X_TIMER_MAX_VALUE TIMER_1_MAX_VALUE /**< Timer max value */
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user