LED

public class LED extends SubsystemBase

Properties

Link copied to clipboard

Functions

Link copied to clipboard
public void blueWave()
Creates a wave blue themed effect on the LED strip.
Link copied to clipboard
public void createWave(Color startColor, Color endColor, double wavelength, double cycleDuration)
Creates a wave effect on the LED strip.
Link copied to clipboard
public void flowingRainbow()
Creates a flowing rainbow effect.
Link copied to clipboard
public void funnyRobonaunts()
Funny robonaunts lights
Link copied to clipboard
public static LED getInstance()
Returns the Singleton instance of this LEDSubsystem.
Link copied to clipboard
public void greenWave()
Creates a wave green themed effect on the LED strip.
Link copied to clipboard
public void highTideFlow()
Creates a flowing high tide effect on the LED strip.
Link copied to clipboard
public void laserbeam()
Laser effect for LED lights
Link copied to clipboard
public void orangeWave()
Creates a wave orange themed effect on the LED strip.
Link copied to clipboard
public void periodic()
This method will be called once per scheduler run.
Link copied to clipboard
public void pinkWave()
Creates a wave pink themed effect on the LED strip.
Link copied to clipboard
public void purpleWave()
Creates a wave purple themed effect on the LED strip.
Link copied to clipboard
public void rainbowHSV(int h, int s, int v)
Sets the color for each of the LEDs based on HSV values
Link copied to clipboard
public void redWave()
Creates a wave red themed effect on the LED strip.
Link copied to clipboard
public void robonautsLED()
Creates a robonauts themed LED pattern courtesy of CalamityCow
Link copied to clipboard
public void setDarkGreen()
Link copied to clipboard
public void setGreen()
Sets the LED color to green.
Link copied to clipboard
public void setHighTide()
Sets the LED color to high tide (a specific shade of blue-green).
Link copied to clipboard
public void setLightGreen()
Link copied to clipboard
public void setOrange()
Sets the LED color to orange.
Link copied to clipboard
public void setPurpleColor()
Sets the LED color to purple.
Link copied to clipboard
public void setRed()
Sets the LED color to red.
Link copied to clipboard
public void setRGB(int r, int g, int b)
Sets the color for each of the LEDs based on RGB values.
Link copied to clipboard
public void setTan()
Sets the LED color to tan.
Link copied to clipboard
public void solidColor(Color color)
Creates a solid color effect on the LED strip.
Link copied to clipboard
public void twinkle()
Creates a twinkle where lights flicker at random.
Link copied to clipboard
public void yellowWave()
Creates a wave yellow themed effect on the LED strip.