Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: WS2812 PixelArray
Fork of LED_WS2812 by
Diff: LED_WS2812.h
- Revision:
- 1:64e72a25801f
- Parent:
- 0:999518b1799b
- Child:
- 3:ba8dc8811164
--- 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,
