Delete ws2812.h

oops uploaded in the wrong place
This commit is contained in:
not-matt 2017-12-18 20:44:04 +00:00 committed by GitHub
parent eb163b6771
commit f17c21d3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -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