mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-07 03:42:48 +01:00
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:
21
mozgatas_demo.h
Normal file
21
mozgatas_demo.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Created by lacko on 19/08/2021.
|
||||
//
|
||||
|
||||
#ifndef _MOZGATAS_DEMO_H_
|
||||
#define _MOZGATAS_DEMO_H_
|
||||
#include "redony.h"
|
||||
|
||||
//beállítja a távirányítón a kívánt redőny csatornáját
|
||||
void set_ch (redony *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 ();
|
||||
|
||||
#endif //_MOZGATAS_DEMO_H_
|
||||
Reference in New Issue
Block a user