summaryrefslogtreecommitdiff
path: root/examples/hue_rotation
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-08-14 11:56:37 +0200
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-08-14 11:56:37 +0200
commitbd7c712d5990548aff35accf2f996c59850924ac (patch)
treeb08442d9a5e67f5a21f9f8a680a59958b7683803 /examples/hue_rotation
parentf1b7e9364074571899063e9f668a00eb60d2269a (diff)
Support for common cathode RGB LEDs
Diffstat (limited to 'examples/hue_rotation')
-rw-r--r--examples/hue_rotation/hue_rotation.ino3
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() {
}