소스 검색

Added deprecated version of lix.brightness()

Lixie Labs 6 년 전
부모
커밋
2a8958060f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();