Class FtcGobildaIndicatorLight


public class FtcGobildaIndicatorLight extends TrcGobildaIndicatorLight
This class implements a platform dependent Gobilda Indicator Light device. It provides platform dependent methods that gets/sets the color pattern from/to the device.
  • Field Details

  • Constructor Details

    • FtcGobildaIndicatorLight

      public FtcGobildaIndicatorLight(com.qualcomm.robotcore.hardware.HardwareMap hardwareMap, String instanceName)
      Constructor: Create an instance of the object.
      Parameters:
      hardwareMap - specifies the global hardware map.
      instanceName - specifies the instance name.
    • FtcGobildaIndicatorLight

      public FtcGobildaIndicatorLight(String instanceName)
      Constructor: Create an instance of the object.
      Parameters:
      instanceName - specifies the instance name.
  • Method Details