main.c aktualisiert
This commit is contained in:
parent
c1bb77d323
commit
d8df05ec0d
5
main.c
5
main.c
@ -448,6 +448,9 @@ int main(void)
|
||||
{
|
||||
int time = 3000 / NACHLAUF;
|
||||
int rest = 3000 % NACHLAUF;
|
||||
|
||||
fein(true);
|
||||
grob(true);
|
||||
|
||||
uint8_t i = 0;
|
||||
for(i = 0; i < NACHLAUF; i++)
|
||||
@ -469,6 +472,8 @@ int main(void)
|
||||
wait_sys_ms(3000);
|
||||
}
|
||||
|
||||
fein(false);
|
||||
grob(false);
|
||||
leerBlasen(false);
|
||||
leerGeblasen = false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user