From f17c21d3ccadc8dbd1798e0055f0e7f36d0877b2 Mon Sep 17 00:00:00 2001 From: not-matt <32398028+not-matt@users.noreply.github.com> Date: Mon, 18 Dec 2017 20:44:04 +0000 Subject: [PATCH] Delete ws2812.h oops uploaded in the wrong place --- ws2812.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ws2812.h diff --git a/ws2812.h b/ws2812.h deleted file mode 100644 index 5dddc9f..0000000 --- a/ws2812.h +++ /dev/null @@ -1,17 +0,0 @@ -// ws2812.h - -#ifndef __WS2812_H__ -#define __WS2812_H__ - -// Temporal Dithering -// Dithering preserves color and light when brightness is low. -// Sometimes this can cause undesirable flickering. -// 1 = Disable temporal dithering -// 2, 6, 8 = Enable temporal dithering (larger values = more dithering) -#define WS2812_DITHER_NUM (8) - -#define WS2812_USE_INTERRUPT (0) // not supported yet - -#endif - -// end of file