My Version of The LED_WS2812 Library

Dependencies:   WS2812 PixelArray

Fork of LED_WS2812 by CreaLab

Files at this revision

API Documentation at this revision

Comitter:
fbd38
Date:
Sun Mar 12 17:09:09 2017 +0000
Parent:
0:999518b1799b
Child:
2:2ba0fcde765c
Commit message:
Changed timing for Nucleo32 F303K8

Changed in this revision

LED_WS2812.h Show annotated file Show diff for this revision Revisions of this file
--- a/LED_WS2812.h	Wed Feb 15 01:44:53 2017 +0000
+++ b/LED_WS2812.h	Sun Mar 12 17:09:09 2017 +0000
@@ -6,11 +6,16 @@
 #include "WS2812.h"
 #include "PixelArray.h"
 
-
+/*
 #define ZERO_HIGH  250.0
 #define ZERO_LOW  1000.0
 #define ONE_HIGH  1000.0
 #define ONE_LOW   250.0
+*/
+#define ZERO_HIGH  200.0
+#define ZERO_LOW  800.0
+#define ONE_HIGH  800.0
+#define ONE_LOW   200.0
 
  typedef enum _LED_COLORS {
         BLUE        = 0x0000FF,