暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Thomas B b4888f009f use i2c bus number instead of display number for ddcutil 9 个月前
client use i2c bus number instead of display number for ddcutil 9 个月前
sensor fix lux sensor address and range 9 个月前
.gitignore add proof of concept client 9 个月前
.gitmodules prepare for actual work 10 个月前
COPYING prepare for actual work 10 个月前
README.md untested BH1750 i2c lux sensor implementation 10 个月前

README.md

AutoBrightness

License

The firmware of this project is licensed as GPLv3. A copy of the license can be found in COPYING.

It uses V-USB and is based on their example code.

Also includes the I2C Master implementation from the Atmel AVR310 AppNote.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See <http://www.gnu.org/licenses/>.