]> git.piffa.net Git - sketchbook_andrea/blobdiff - libraries/common/common.h
RGB common anodo
[sketchbook_andrea] / libraries / common / common.h
index f5a763c715938b7d87c870729009d3780b81fcbf..0af9d453d46a0c49f75fc3ca3c06b15d6e756e58 100644 (file)
@@ -43,9 +43,11 @@ class RGBLed {
     byte redValue ;
     byte greenValue ;
     byte blueValue ;
+    byte common ;
 
   public:
     RGBLed (byte pinR, byte pinG, byte pinB) ;
+    RGBLed (byte pinR, byte pinG, byte pinB, byte com) ;
        void SetColor (byte r, byte g, byte b) ;
        void Red ();
     void Green ();