ardupilot/libraries/PID
Lucas De Marchi d387deb2f5 PID: fix example using wrong type
pid.imax() has type int16_t

../../libraries/PID/examples/pid/pid.cpp:36:53: warning: format ‘%f’ expects argument of type ‘double’, but argument 6 has type ‘int’ [-Wformat=]
             pid.kP(), pid.kI(), pid.kD(), pid.imax());
                                                     ^
2016-02-19 11:51:49 -02:00
..
examples/pid PID: fix example using wrong type 2016-02-19 11:51:49 -02:00
PID.cpp PID: add parameter descriptions 2016-02-08 20:42:35 +09:00
PID.h PID: standardize inclusion of libaries headers 2015-08-11 16:38:25 +10:00
keywords.txt PID: fixup line endings 2014-04-15 15:57:56 +09:00