├── .gitattributes ├── .gitignore ├── AVVersatileTimer.ino ├── AVVersatileTimer_ESP-01.jpg ├── AVVersatileTimer_NodeMCU.jpg ├── EEPROMRingCounter.cpp ├── EEPROMRingCounter.h ├── EEPROMRingCounter.zip ├── ESP8266_GPIO_rc.png ├── LittleFS.zip ├── README.md ├── WEB-InterfaceE01.jpg ├── WEB-InterfaceE02.jpg ├── WEB-InterfaceE03.jpg ├── WEB-InterfaceR01.jpg ├── WEB-InterfaceR02.jpg ├── WEB-InterfaceR03.jpg └── favicon-timer-16x16.ico /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | Secrets.h 3 | -------------------------------------------------------------------------------- /AVVersatileTimer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/AVVersatileTimer.ino -------------------------------------------------------------------------------- /AVVersatileTimer_ESP-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/AVVersatileTimer_ESP-01.jpg -------------------------------------------------------------------------------- /AVVersatileTimer_NodeMCU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/AVVersatileTimer_NodeMCU.jpg -------------------------------------------------------------------------------- /EEPROMRingCounter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/EEPROMRingCounter.cpp -------------------------------------------------------------------------------- /EEPROMRingCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/EEPROMRingCounter.h -------------------------------------------------------------------------------- /EEPROMRingCounter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/EEPROMRingCounter.zip -------------------------------------------------------------------------------- /ESP8266_GPIO_rc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/ESP8266_GPIO_rc.png -------------------------------------------------------------------------------- /LittleFS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/LittleFS.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/README.md -------------------------------------------------------------------------------- /WEB-InterfaceE01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/WEB-InterfaceE01.jpg -------------------------------------------------------------------------------- /WEB-InterfaceE02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/WEB-InterfaceE02.jpg -------------------------------------------------------------------------------- /WEB-InterfaceE03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/WEB-InterfaceE03.jpg -------------------------------------------------------------------------------- /WEB-InterfaceR01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/WEB-InterfaceR01.jpg -------------------------------------------------------------------------------- /WEB-InterfaceR02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/WEB-InterfaceR02.jpg -------------------------------------------------------------------------------- /WEB-InterfaceR03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/WEB-InterfaceR03.jpg -------------------------------------------------------------------------------- /favicon-timer-16x16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Araris/VersatileTimer/HEAD/favicon-timer-16x16.ico --------------------------------------------------------------------------------