├── ESP8266-Arduino-IDE.txt ├── LEDMatrixClockV10.3.2_at ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_at.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_ca_en ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_ca_en.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_ca_fr ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_ca_fr.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_de ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_de.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_en_withoutHolidays ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_en_withoutHolidays.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_fr ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_fr.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_ie ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_ie.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_uk ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_uk.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LEDMatrixClockV10.3.2_us ├── Buzzer.ino ├── CaptivePortal.ino ├── LEDMatrixClockV10.3.2_us.ino ├── PushOver.ino ├── char.ino ├── date.ino ├── dht.ino ├── fonts.h ├── gmc.ino ├── max7219.h ├── myfunctions.ino ├── news.ino ├── ntp_time.ino ├── time.ino ├── weather.ino └── webserver.ino ├── LICENSE ├── Negative-HTTP-Codes.txt ├── README.md ├── STL.txt ├── Timezones.txt └── library ├── Pitches.h └── Pitches.txt ├── TimeLib.h └── TimeLib.txt └── Timezone.h └── Timezone.txt /ESP8266-Arduino-IDE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/ESP8266-Arduino-IDE.txt -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/LEDMatrixClockV10.3.2_at.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/LEDMatrixClockV10.3.2_at.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_at/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_at/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/LEDMatrixClockV10.3.2_ca_en.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/LEDMatrixClockV10.3.2_ca_en.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_en/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_en/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/LEDMatrixClockV10.3.2_ca_fr.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/LEDMatrixClockV10.3.2_ca_fr.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ca_fr/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ca_fr/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/LEDMatrixClockV10.3.2_de.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/LEDMatrixClockV10.3.2_de.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_de/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_de/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/LEDMatrixClockV10.3.2_en_withoutHolidays.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/LEDMatrixClockV10.3.2_en_withoutHolidays.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_en_withoutHolidays/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_en_withoutHolidays/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/LEDMatrixClockV10.3.2_fr.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/LEDMatrixClockV10.3.2_fr.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_fr/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_fr/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/LEDMatrixClockV10.3.2_ie.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/LEDMatrixClockV10.3.2_ie.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_ie/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_ie/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/LEDMatrixClockV10.3.2_uk.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/LEDMatrixClockV10.3.2_uk.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_uk/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_uk/webserver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/Buzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/Buzzer.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/CaptivePortal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/CaptivePortal.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/LEDMatrixClockV10.3.2_us.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/LEDMatrixClockV10.3.2_us.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/PushOver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/PushOver.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/char.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/char.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/date.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/date.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/dht.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/dht.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/fonts.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/gmc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/gmc.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/max7219.h -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/myfunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/myfunctions.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/news.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/news.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/ntp_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/ntp_time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/time.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/weather.ino -------------------------------------------------------------------------------- /LEDMatrixClockV10.3.2_us/webserver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LEDMatrixClockV10.3.2_us/webserver.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/LICENSE -------------------------------------------------------------------------------- /Negative-HTTP-Codes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/Negative-HTTP-Codes.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/README.md -------------------------------------------------------------------------------- /STL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/STL.txt -------------------------------------------------------------------------------- /Timezones.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammerscm68/LED-Matrix-Rolling-Clock-with-ESP8266/HEAD/Timezones.txt -------------------------------------------------------------------------------- /library/Pitches.h/Pitches.txt: -------------------------------------------------------------------------------- 1 | https://gist.github.com/mikeputnam/2820675 -------------------------------------------------------------------------------- /library/TimeLib.h/TimeLib.txt: -------------------------------------------------------------------------------- 1 | https://github.com/PaulStoffregen/Time -------------------------------------------------------------------------------- /library/Timezone.h/Timezone.txt: -------------------------------------------------------------------------------- 1 | https://github.com/JChristensen/Timezone/tree/master/src --------------------------------------------------------------------------------