|
TR-mbed 1.0
|
#include <PIDTools.h>
Public Member Functions | |
| PIDTools (DJIMotor *motor, int des_val, TYPE type=TYPE::VELOCITY) | |
| void | init () |
| void | test_velocity () |
| void | test_position () |
| std::string | run () |
| PIDTools::PIDTools | ( | DJIMotor * | motor, |
| int | des_val, | ||
| TYPE | type = TYPE::VELOCITY |
||
| ) |
|
inline |
| std::string PIDTools::run | ( | ) |
| void PIDTools::test_position | ( | ) |
| void PIDTools::test_velocity | ( | ) |