#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); } }