changed PI to float

This commit is contained in:
Jason Short 2011-09-19 14:41:32 -07:00
parent 3b4743ef03
commit 13e83aed2f

View File

@ -77,7 +77,7 @@ public:
/// ///
/// @returns The updated control output. /// @returns The updated control output.
/// ///
long get_pi(int32_t error, float dt); long get_pi(int32_t error, float dt);
/// Reset the PI integrator /// Reset the PI integrator
/// ///