BowlerKernel
IExtendedPIDControl.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.namespace.bcs.pid;
2 
3 
4 // TODO: Auto-generated Javadoc
8 public interface IExtendedPIDControl extends IPidControlNamespace{
9 
16  boolean runOutputHysteresisCalibration(int group);
17 }