Merge pull request #3344 from blckmn/ledstrip_f7

Increase frequency of led strip for higher resolution
This commit is contained in:
Michael Keller 2017-06-25 18:06:35 +12:00 committed by GitHub
commit 289e054693
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
// number of bytes needed is #LEDs * 24 bytes + 42 trailing bytes)
#define WS2811_DMA_BUFFER_SIZE (WS2811_DATA_BUFFER_SIZE + WS2811_DELAY_BUFFER_LENGTH)
#define WS2811_TIMER_MHZ 24
#define WS2811_TIMER_MHZ 48
#define WS2811_CARRIER_HZ 800000
void ws2811LedStripInit(ioTag_t ioTag);