Interface Loop

  • All Known Implementing Classes:
    DataLogger, LogWriter

    public interface Loop
    Interface for loops, which are routine that run periodically in the robot code (such as periodic gyroscope calibration, etc.)
    • Method Detail

      • onStart

        default void onStart()
      • onLoop

        void onLoop()
      • onStop

        default void onStop()