From bd7c712d5990548aff35accf2f996c59850924ac Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Wed, 14 Aug 2013 11:56:37 +0200 Subject: Support for common cathode RGB LEDs --- examples/hue_rotation/hue_rotation.ino | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/hue_rotation/hue_rotation.ino b/examples/hue_rotation/hue_rotation.ino index 2151618..6e57069 100644 --- a/examples/hue_rotation/hue_rotation.ino +++ b/examples/hue_rotation/hue_rotation.ino @@ -1,6 +1,9 @@ #include Colours colours(6,5,3); +// For common cathode RGB LEDs comment the line above and uncomment +// the one below. +//Colours colours(6,5,3,true); void setup() { } -- cgit v1.2.3