fome-fw/firmware/controllers/math/math.mk

8 lines
243 B
Makefile
Raw Normal View History

2015-07-10 06:01:56 -07:00
CONTROLLERS_MATH_SRC =
CONTROLLERS_MATH_SRC_CPP = $(PROJECT_DIR)/controllers/math/engine_math.cpp \
$(PROJECT_DIR)/controllers/math/pid.cpp \
2016-09-10 13:03:27 -07:00
$(PROJECT_DIR)/controllers/math/biquad.cpp \
2015-07-10 06:01:56 -07:00
$(PROJECT_DIR)/controllers/math/speed_density.cpp