Explorar el Código

Fixed lix.brightness() overload ambiguity

Lixie Labs hace 6 años
padre
commit
8c0ed3a9cc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);