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

@@ -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 ()
{