diff options
Diffstat (limited to 'examples/hue_rotation')
-rw-r--r-- | examples/hue_rotation/hue_rotation.ino | 3 |
1 files changed, 3 insertions, 0 deletions
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.h> 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() { } |