CuVoodoo STM32F1 firmware template
Macros
timer peripheral used to generate SPI clock

Macros

#define LED_WS2812B_TIMER   3
 timer peripheral
 
#define LED_WS2812B_CLK_CH   3
 timer channel to output PWM (PB0), connect to SPI clock input
 
#define LED_WS2812B_TIMER_OC   TIM_OC3
 timer output compare used to set PWM frequency
 

Detailed Description