Functions | |
void | pidf_init (pidf_t *pid, pid_values_t *config) |
bool | pidf_config_changed (pidf_t *pid, pid_values_t *config) |
void | pidf_reset (pidf_t *pid) |
float | pidf (pidf_t *pid, float command, float actual, float sample_rate) |
float pidf | ( | pidf_t * | pid, |
float | command, | ||
float | actual, | ||
float | sample_rate | ||
) |
bool pidf_config_changed | ( | pidf_t * | pid, |
pid_values_t * | config | ||
) |
void pidf_init | ( | pidf_t * | pid, |
pid_values_t * | config | ||
) |
void pidf_reset | ( | pidf_t * | pid | ) |