예제 #1
0
void PIDCommand::PIDWrite(float output)
{
	UsePIDOutput(output);
}
예제 #2
0
void PIDSubsystem::PIDWrite(float output) { UsePIDOutput(output); }