diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2009-11-12 21:53:44 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2009-11-12 21:53:44 +0100 |
commit | 3be77c410e88ccdf9dfeddb28d9c4ec04db0c6de (patch) | |
tree | cd3d7f7dc831a5736af349ea95bad3beda998f7c /Colours.cpp | |
parent | fb8720cfcf5beab4985b4cedc0508621e2171a90 (diff) |
functions headers
Diffstat (limited to 'Colours.cpp')
-rw-r--r-- | Colours.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Colours.cpp b/Colours.cpp index 4656a4c..da33c26 100644 --- a/Colours.cpp +++ b/Colours.cpp @@ -13,3 +13,9 @@ Colours::Colours(int rPin,int gPin,int bPin) { pinMode(_gPin,OUTPUT); pinMode(_bPin,OUTPUT); } + +void Colours::writeRGB(char r,char g,char b) { +} + +void Colours::writeHSV(char h,char s,char v) { +} |