akowalew / ws2812

Test project for WS2812 LEDs
3 stars 0 forks source link

Move sending of 0's and 1's into interrupt #12

Closed akowalew closed 3 years ago

akowalew commented 3 years ago

It will not work for a moment. Between changing of CCR values we have only 60 cycles (assuming 48MHz cpu), so before we enter interrupt routine and load all needed values we can be out of time.