Parcourir la source

Added deprecated version of lix.brightness()

Lixie Labs il y a 6 ans
Parent
commit
2a8958060f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();