瀏覽代碼

Fixed lix.brightness() overload ambiguity

Lixie Labs 6 年之前
父節點
當前提交
8c0ed3a9cc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);