X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fmainboard%2Fpid_config.h;h=251cca83fa69e8abcd80fd7944805489f55c391f;hp=fa95f0825031abd8f30b4fe2926d19a0b53751e0;hb=HEAD;hpb=5918edd6f4f713ef3c8b0b0020dd30a4fb8222ae diff --git a/projects/microb2010/mainboard/pid_config.h b/projects/microb2010/mainboard/pid_config.h index fa95f08..251cca8 100755 --- a/projects/microb2010/mainboard/pid_config.h +++ b/projects/microb2010/mainboard/pid_config.h @@ -25,6 +25,6 @@ /** the derivate term can be filtered to remove the noise. This value * is the maxium sample count to keep in memory to do this * filtering. For an instance of pid, this count is defined o*/ -#define PID_DERIVATE_FILTER_MAX_SIZE 4 +#define PID_DERIVATE_FILTER_MAX_SIZE 6 #endif