Interface Loop
- 
- All Known Implementing Classes:
 DataLogger,LogWriter
public interface LoopInterface for loops, which are routine that run periodically in the robot code (such as periodic gyroscope calibration, etc.) 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidonLoop()default voidonStart()default voidonStop() 
 -