fixed bug in PID
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
extern conf_t Conf;
|
||||
double nanotime();
|
||||
void getModData(mountdata_t *mountdata);
|
||||
void getModData(coordval_pair_t *c);
|
||||
typedef struct{
|
||||
double *x, *t, *t2, *xt; // arrays of coord/time and multiply
|
||||
double xsum, tsum, t2sum, xtsum; // sums of coord/time and their multiply
|
||||
|
||||
Reference in New Issue
Block a user