Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Thomas B 6fcab3b981 tweak formula for prototype client 2 meses atrás
client tweak formula for prototype client 2 meses atrás
sensor fix lux sensor address and range 2 meses atrás
.gitignore add proof of concept client 2 meses atrás
.gitmodules prepare for actual work 2 meses atrás
COPYING prepare for actual work 2 meses atrás
README.md untested BH1750 i2c lux sensor implementation 2 meses atrás

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