Browse Source

PID: Fix typos

mission-4.1.18
Ricardo de Almeida Gonzaga 9 years ago committed by Lucas De Marchi
parent
commit
287eb69502
  1. 2
      libraries/PID/PID.h

2
libraries/PID/PID.h

@ -113,7 +113,7 @@ private:
/// Low pass filter cut frequency for derivative calculation. /// Low pass filter cut frequency for derivative calculation.
/// ///
/// 20 Hz becasue anything over that is probably noise, see /// 20 Hz because anything over that is probably noise, see
/// http://en.wikipedia.org/wiki/Low-pass_filter. /// http://en.wikipedia.org/wiki/Low-pass_filter.
/// ///
static const uint8_t _fCut = 20; static const uint8_t _fCut = 20;

Loading…
Cancel
Save