Class MorseCodeFlash

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

public class MorseCodeFlash extends Command
Command to flash the LED strip between 2 colors
  • Constructor Details

    • MorseCodeFlash

      public MorseCodeFlash(LEDs leds, String word, Color color)
      Command to flash the LED strip between 2 colors
      Parameters:
      leds - LED Subsystem
      word - The word or sentence to flash in Morse Code
      color - The color to flash
    • MorseCodeFlash

      public MorseCodeFlash(LEDs leds, String word)
      Command to flash the LED strip between 2 colors
      Parameters:
      leds - LED Subsystem
      word - The word or sentence to flash in Morse Code
  • Method Details