mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
add comp header include
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "comps/acim_ttc_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/and_comp.h"
|
||||
#include "hal.h"
|
||||
|
||||
HAL_COMP(and);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/avg_comp.h"
|
||||
#include "hal.h"
|
||||
#include "defines.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/curpid_comp.h"
|
||||
#include "commands.h"
|
||||
#include "common.h"
|
||||
#include "hal.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/dc_limits_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/dc_ttc_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/debounce_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/dq_comp.h"
|
||||
#include "commands.h"
|
||||
#include "common.h"
|
||||
#include "hal.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/en_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/fanuc_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/fault_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/fb_switch_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/field_comp.h"
|
||||
/*
|
||||
* This file is part of the stmbl project.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/fmove_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/gain_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/hal_test_comp.h"
|
||||
#include "hal.h"
|
||||
|
||||
HAL_COMP(hal_test);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/home_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/idq_comp.h"
|
||||
#include "commands.h"
|
||||
#include "common.h"
|
||||
#include "hal.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/idx_home_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/iit_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/jog_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/linrev_comp.h"
|
||||
//Calculate motor angle from position in machine units
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/mad_comp.h"
|
||||
#include "hal.h"
|
||||
|
||||
HAL_COMP(mad);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/move_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/mpid_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/mux_comp.h"
|
||||
#include "hal.h"
|
||||
#include "defines.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/not_comp.h"
|
||||
#include "hal.h"
|
||||
|
||||
HAL_COMP(not);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/or_comp.h"
|
||||
#include "hal.h"
|
||||
|
||||
HAL_COMP(or);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/pe_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/pid_comp.h"
|
||||
/*
|
||||
* This file is part of the stmbl project.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/pmsm_limits_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/pmsm_ttc_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/pos_filter_comp.h"
|
||||
#include "hal.h"
|
||||
#include "angle.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/psi_comp.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/ramp_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/reslimit_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/rev_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/rl_comp.h"
|
||||
#include "hal.h"
|
||||
#include "angle.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/rlpsij_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/scale_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/sensorless_comp.h"
|
||||
/*
|
||||
* This file is part of the stmbl project.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/sim_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/spid_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/stp_comp.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/svm_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/term_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "defines.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/th_comp.h"
|
||||
#include "hal.h"
|
||||
|
||||
HAL_COMP(th);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/uf2_comp.h"
|
||||
#include "hal.h"
|
||||
#include "defines.h"
|
||||
#include "angle.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/uvw_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "comps/vel_comp.h"
|
||||
#include "commands.h"
|
||||
#include "hal.h"
|
||||
#include "math.h"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user