diff options
author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-08-14 17:54:58 +0200 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-08-14 17:54:58 +0200 |
commit | 8f34001c8a2eec5594bee45f8429622b377de084 (patch) | |
tree | fa957990b01dc9b3e0d0913db860e1d45d5107fb /examples/hue_rotation | |
parent | bd7c712d5990548aff35accf2f996c59850924ac (diff) |
Diffstat (limited to 'examples/hue_rotation')
-rw-r--r-- | examples/hue_rotation/hue_rotation.ino | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/hue_rotation/hue_rotation.ino b/examples/hue_rotation/hue_rotation.ino index 6e57069..00a48d7 100644 --- a/examples/hue_rotation/hue_rotation.ino +++ b/examples/hue_rotation/hue_rotation.ino @@ -1,3 +1,13 @@ +/* + * hue_rotation - Cycle an RGB LED through hue values. + * Copyright 2009, 2013 Elena Grandi + * + * This work is free. You can redistribute it and/or modify it under the + * terms of the Do What The Fuck You Want To Public License, Version 2, + * as published by Sam Hocevar. See the examples/wtfpl-2.txt file + * for more details. + */ + #include <Colours.h> Colours colours(6,5,3); |