Go to file
gilex-dev ecdce86bb1
Add function (pulse) to second LED (Amica only)
2024-06-26 22:11:05 +02:00
include initial commit 2023-08-19 19:15:40 +02:00
lib initial commit 2023-08-19 19:15:40 +02:00
src Add function (pulse) to second LED (Amica only) 2024-06-26 22:11:05 +02:00
test initial commit 2023-08-19 19:15:40 +02:00
.clang-format add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
.editorconfig add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
.gitattributes add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
.gitignore initial commit 2023-08-19 19:15:40 +02:00
.prettierrc add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
CONTRIBUTING.md add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
COPYING.md add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
README.md add contributing guide & associated config files 2023-11-12 22:20:33 +01:00
platformio.ini Add OTA debug environment, rewrite file from UI 2024-06-23 15:29:50 +02:00

README.md

ESP8266-IOT-TIMER

An Arduino program for the ESP8266 NodeMCU to switch the GPIOs based on a timer.

Web Interface

Currently, the web interface uses zero JavaScript. This will however change in the future.

Convert to classic Arduino project

open src/ and rename .cpp files to .ino. Rename main.ino to src.ino and open all files in src in the Arduino Legacy IDE and compile as usual.

Contributing

For contributing see CONTRIBUTING.md.

License

GNU GPLv3 only