Class FrcRevBlinkin


public class FrcRevBlinkin extends TrcRevBlinkin
This class implements a platform dependent REV Blinkin device. It provides a platform dependent method that sets the color pattern value to the device.
  • Constructor Details

    • FrcRevBlinkin

      public FrcRevBlinkin(String instanceName, int channel)
      Constructor: Create an instance of the object.
      Parameters:
      instanceName - specifies the instance name.
      channel - specifies the PWM channel the device is on.
  • Method Details