1
0
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:
MrKevinWeiss 2023-12-13 17:05:24 +01:00
parent 0d31432cb3
commit fb5ebea1a5
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF

View File

@ -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