Class MorseCodeStream

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

public class MorseCodeStream extends Command
Command to flash the LED strip between 2 colors

DOES NOT WORK YET

  • Constructor Details

    • MorseCodeStream

      public MorseCodeStream(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
    • MorseCodeStream

      public MorseCodeStream(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