Class PoliceLEDs

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.robot.commands.leds.PoliceLEDs
All Implemented Interfaces:
Sendable

public class PoliceLEDs extends Command
Command to flash the LED strip between red and blue like police lights
  • Constructor Details

    • PoliceLEDs

      public PoliceLEDs(LEDs leds)
      Command to flash the LED strip between red and blue like police lights
      Parameters:
      leds - LED subsystem
  • Method Details