From 781f2ba320b09cbc32b3ec19de7f4d7181561e78 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Sun, 4 Jan 2015 22:47:33 -0800 Subject: Add WS2812 entries to the other half of chipsets.h --- chipsets.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chipsets.h b/chipsets.h index 767664f1..95bd1d1c 100644 --- a/chipsets.h +++ b/chipsets.h @@ -526,6 +526,13 @@ class WS2811Controller800Khz : public ClocklessController +class WS2812Controller800Khz : public ClocklessController {}; +#if NO_TIME(250, 625, 375) +#warning "Not enough clock cycles available for the WS2812 (800khz)" +#endif + // WS2811@400khz - 800ns, 800ns, 900ns template class WS2811Controller400Khz : public ClocklessController {}; -- cgit v1.2.3