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

@@ -4,17 +4,14 @@
#ifndef _MOZGATAS_DEMO_H_
#define _MOZGATAS_DEMO_H_
#include "redony.h"
#include "shutter.h"
//beállítja a távirányítón a kívánt redőny csatornáját
void set_ch (redony *r);
void set_ch (shutter *r);
//megnyomja a kívánt gombot
void press_button (buttons b);
//exportálja a használt GPIO-kat
void export ();
//reseteli a távirányítót, hogy a 0-ás csatornáról kezdjünk
void reset ();