Class TrcRevBlinkin.Pattern

java.lang.Object
trclib.driverio.TrcRevBlinkin.Pattern
Enclosing class:
TrcRevBlinkin

public static class TrcRevBlinkin.Pattern extends Object
This class contains information about an LED pattern. An LED pattern contains a pattern type, an array of colors and a time interval between color changes for running patterns.
  • Field Details

  • Constructor Details

    • Pattern

      public Pattern(String name, TrcRevBlinkin.RevLedPattern ledPattern)
      Constructor: Creates an instance of the object.
      Parameters:
      name - specifies the name of the pattern.
      ledPattern - specifies the REV Blinkin LED pattern.
  • Method Details