Bläddra i källkod

Added deprecated version of lix.brightness()

Lixie Labs 6 år sedan
förälder
incheckning
2a8958060f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/Lixie_II.h

+ 1 - 0
src/Lixie_II.h

@@ -68,6 +68,7 @@ class Lixie_II
 		// Deprecated Lixie 1 functions and overloads:
 		// ----------------------------------------------
 		
+		void brightness(uint8_t b);
 		void clear(bool show_change = true);
 		void clear_digit(uint8_t index, bool show_change = true);
 		void show();