1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Split filter into separate file for future reuse

This commit is contained in:
Joel Fuster 2015-01-31 11:46:44 -05:00
parent 4f0af41e79
commit ec946ea7d5
8 changed files with 210 additions and 209 deletions

View file

@ -715,6 +715,7 @@ void loop(void)
);
mixTable();
filterServos();
writeServos();
writeMotors();