Initial revision
authorArjen Baart <arjen@andromeda.nl>
Thu, 26 Dec 2019 11:05:33 +0000 (12:05 +0100)
committerArjen Baart <arjen@andromeda.nl>
Thu, 26 Dec 2019 11:05:33 +0000 (12:05 +0100)
commitdfea59616e79fbfc375f769f5fa0f39321d17a66
tree76598ecdeb5671feb397e5cc4502487b06790c9d
Initial revision
53 files changed:
ArduinoLDR/ArduinoLDR.ino [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/dataflow.svg [new file with mode: 0644]
doc/design.xml [new file with mode: 0644]
doc/light_to_pwm.svg [new file with mode: 0644]
doc/lightfade.svg [new file with mode: 0644]
doc/pwm-algorithm.svg [new file with mode: 0644]
doc/pwm-psd.svg [new file with mode: 0644]
doc/style.css [new file with mode: 0644]
doc/wakeup-classes.svg [new file with mode: 0644]
doc/wakeup.svg [new file with mode: 0644]
hardware/footprints/BRIDGE_5401.fp [new file with mode: 0644]
hardware/footprints/RJ45.fp [new file with mode: 0644]
hardware/footprints/TSR.fp [new file with mode: 0644]
hardware/footprints/TSR_power [new file with mode: 0644]
hardware/footprints/USB.fp [new file with mode: 0644]
hardware/footprints/bridge_5401 [new file with mode: 0644]
hardware/footprints/rj45 [new file with mode: 0644]
hardware/footprints/usb [new file with mode: 0644]
hardware/gafrc [new file with mode: 0644]
hardware/gschemrc [new file with mode: 0644]
hardware/ledcontrol-bom.gnumeric [new file with mode: 0644]
hardware/ledcontrol.cmd [new file with mode: 0644]
hardware/ledcontrol.csv [new file with mode: 0644]
hardware/ledcontrol.net [new file with mode: 0644]
hardware/ledcontrol.pcb [new file with mode: 0644]
hardware/ledcontrol.prj [new file with mode: 0644]
hardware/ledcontrol.sch [new file with mode: 0644]
hardware/output.net [new file with mode: 0644]
hardware/symbols/#untitled_2.sch# [new file with mode: 0644]
hardware/symbols/555.sym [new file with mode: 0644]
hardware/symbols/555.symdef [new file with mode: 0644]
hardware/symbols/djboxsym [new file with mode: 0755]
src/Makefile.am [new file with mode: 0644]
src/lightcontrol.cpp [new file with mode: 0644]
src/pwm-sysfs.c [new file with mode: 0644]
src/pwm.c [new file with mode: 0644]
src/pwm.h [new file with mode: 0644]
src/pwmread.cpp [new file with mode: 0644]
src/read_serial.cpp [new file with mode: 0644]
src/sunrise.cpp [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/colorsequence [new file with mode: 0755]
test/flash.py [new file with mode: 0644]
test/lightctrl [new file with mode: 0755]
test/lightctrl-fade [new file with mode: 0755]
test/lightctrl-oor [new file with mode: 0755]
web/slider.css [new file with mode: 0644]
web/slider.html [new file with mode: 0644]