Kaynağa Gözat

Fixed lix.brightness() overload ambiguity

Lixie Labs 6 yıl önce
ebeveyn
işleme
8c0ed3a9cc
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/Lixie_II.h

+ 1 - 0
src/Lixie_II.h

@@ -55,6 +55,7 @@ class Lixie_II
 		void fade_in();
 		void fade_out();
 		void brightness(float level);
+	        void brightness(double level);
 		void run();
 		void wait();
 		void streak(CRGB col, float pos, uint8_t blur);