C++ classes to make a fly-by-wire system. 1st and 2nd order IIR Filters, PID controllers with saturations, rate limiters, etc.
Find a file
2019-04-25 10:59:42 +02:00
test Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
.gitignore Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
Doxyfile Initial commit. 2019-03-28 16:38:50 +01:00
main.cpp Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
Makefile Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
README.md Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
test_c_lib.c Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
test_c_lib.h Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
TestClass.cpp Initial commit. 2019-03-28 16:38:50 +01:00
TestClass.hpp Initial commit. 2019-03-28 16:38:50 +01:00
utils.hpp Added TIMER_FOR convenience macro. Added functions to the timer so that it can also be used as a 'normal' timer than can be reset and everything. 2019-04-25 10:59:42 +02:00

CppQuickStart

"Empty" project for a quicker start writing something in c++.