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 --- Colours.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Colours.cpp') diff --git a/Colours.cpp b/Colours.cpp index c121391..bb77e85 100644 --- a/Colours.cpp +++ b/Colours.cpp @@ -2,7 +2,7 @@ * Colours - library for managing the colours on RGB LEDs */ -#include "WProgram.h" +#include "Arduino.h" #include "Colours.h" Colours::Colours(int rPin,int gPin,int bPin) { @@ -51,5 +51,4 @@ void Colours::writeHSV(unsigned int h,unsigned char s,unsigned char v) { break; } } - } -- cgit v1.2.3