Version 1.1: Second working version. First commit. Added features: disabling channels for the day by having the same raise and lower timings.

This commit is contained in:
2021-08-30 17:21:29 +02:00
commit 877614b7a3
9 changed files with 378 additions and 0 deletions

10
CMakeLists.txt Executable file
View File

@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.19)
project(redony_automata C)
set(CMAKE_C_STANDARD 99)
add_executable(redony_automata main.c idozites.c idozites.h
#mozgatas.c mozgatas.h
redony.h
mozgatas_demo.c mozgatas_demo.h
)