]> the.earth.li Git - esp8266-clock.git/commit
Initial check-in of ESP8266 / MAX7219 NTP backed LED clock
authorJonathan McDowell <noodles@earth.li>
Wed, 8 Feb 2017 22:14:44 +0000 (22:14 +0000)
committerJonathan McDowell <noodles@earth.li>
Wed, 8 Feb 2017 22:14:44 +0000 (22:14 +0000)
commita6b9bc4387fe370b7a3cddac157b1b9137847f30
tree0336f284d3f369c54b45f5c869dce60510107057
Initial check-in of ESP8266 / MAX7219 NTP backed LED clock
15 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
clock.c [new file with mode: 0644]
clock.h [new file with mode: 0644]
espmissingincludes.h [new file with mode: 0644]
font-8x5.h [new file with mode: 0644]
font-atari.h [new file with mode: 0644]
max7219.c [new file with mode: 0644]
max7219.h [new file with mode: 0644]
spi.c [new file with mode: 0644]
spi.h [new file with mode: 0644]
spi_register.h [new file with mode: 0644]
user_config.h [new file with mode: 0644]
user_main.c [new file with mode: 0644]