C++ classes to make a fly-by-wire system. 1st and 2nd order IIR Filters, PID controllers with saturations, rate limiters, etc.
|
|
||
|---|---|---|
| test | ||
| .gitignore | ||
| Doxyfile | ||
| main.cpp | ||
| Makefile | ||
| README.md | ||
| test_c_lib.c | ||
| test_c_lib.h | ||
| TestClass.cpp | ||
| TestClass.hpp | ||
| utils.hpp | ||
CppQuickStart
"Empty" project for a quicker start writing something in c++.