Crazy-Geeks / STM32-ARGB-DMA

STM32 Library for Addressable LEDs: WS2812(b), WS2811, SK6812, etc. Supports RGB & RGBW LEDs.
MIT License
84 stars 25 forks source link

Updated Readme.md #2

Closed Rahulelectobuddy closed 3 years ago

Rahulelectobuddy commented 3 years ago

Included timer PWM generation API in main.c @Crazy-Geeks this must the step that you may have skipped.

Please review and merge the changes.

Crazy-Geeks commented 3 years ago

No. You can see that timer starts in 65 string in .c file. It is function "led_show ()". Here you suggest to start only TIM2 ch2, my library is universal for any preferred timer.

And why size of BUF_DMA is [0] in your commit? =)