Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Thomas B b4888f009f use i2c bus number instead of display number for ddcutil il y a 2 mois
client use i2c bus number instead of display number for ddcutil il y a 2 mois
sensor fix lux sensor address and range il y a 2 mois
.gitignore add proof of concept client il y a 2 mois
.gitmodules prepare for actual work il y a 2 mois
COPYING prepare for actual work il y a 2 mois
README.md untested BH1750 i2c lux sensor implementation il y a 2 mois

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/>.