mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-07 03:42:48 +01:00
Changed comments, variable names and filenames to be in English
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user