]> git.piffa.net Git - sketchbook_andrea/blobdiff - libraries/common/common.h
Common, cambiato il behaiour di RGB LED:
[sketchbook_andrea] / libraries / common / common.h
index 97689614f08c1a5a7a119e960f17c10ba206b639..440abf4f803dcb8d82e35a6fae6e94b1907bc7c0 100644 (file)
@@ -48,7 +48,7 @@ class RGBLed {
     byte redValue ;
     byte greenValue ;
     byte blueValue ;
-    byte common ;
+    boolean common ;
 
   public:
     RGBLed (byte pinR, byte pinG, byte pinB) ;