From f1b7e9364074571899063e9f668a00eb60d2269a Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Wed, 14 Aug 2013 11:14:47 +0200 Subject: Migration to arduino 1.0 --- examples/hue_rotation/hue_rotation.pde | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/hue_rotation/hue_rotation.pde (limited to 'examples/hue_rotation/hue_rotation.pde') diff --git a/examples/hue_rotation/hue_rotation.pde b/examples/hue_rotation/hue_rotation.pde deleted file mode 100644 index 2151618..0000000 --- a/examples/hue_rotation/hue_rotation.pde +++ /dev/null @@ -1,14 +0,0 @@ -#include - -Colours colours(6,5,3); - -void setup() { -} - -void loop() { - int h; - for (h=0;h<360;h++) { - colours.writeHSV(h,255,255); - delay(50); - } -} -- cgit v1.2.3