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:
@@ -5,19 +5,13 @@
|
||||
#include "mozgatas_demo.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void set_ch (redony *r)
|
||||
void set_ch (shutter *r)
|
||||
{
|
||||
reset ();
|
||||
for (int i = 1; i <= r->ch; ++i)
|
||||
printf ("ch. %d\n", i);
|
||||
}
|
||||
|
||||
|
||||
void export ()
|
||||
{
|
||||
printf ("gpios exported\n");
|
||||
}
|
||||
|
||||
//reset láb active low, de negatív logikával van bekötve
|
||||
void reset ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user