Changed comments, variable names and filenames to be in English

This commit is contained in:
2021-08-30 19:04:07 +02:00
parent 6bc23c92fe
commit 0833762006
11 changed files with 153 additions and 162 deletions

View File

@@ -3,8 +3,8 @@ 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
add_executable(redony_automata main.c timing.c timing.h
moving.c moving.h
shutter.h
#mozgatas_demo.c mozgatas_demo.h
)