瀏覽代碼

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();