Package frc.robot.leds
Class LedRight.LedConfig
java.lang.Object
frc.spectrumLib.leds.SpectrumLEDs.Config
frc.robot.leds.LedRight.LedConfig
- Enclosing class:
- LedRight
-
Constructor Summary
ConstructorsConstructorDescriptionLedConfig
(edu.wpi.first.wpilibj.AddressableLED l, edu.wpi.first.wpilibj.AddressableLEDBuffer lb) -
Method Summary
Methods inherited from class frc.spectrumLib.leds.SpectrumLEDs.Config
getBuffer, getEndingIndex, getLed, getLedSpacing, getLength, getName, getPort, getStartingIndex, getView, isAttached, setAttached, setBuffer, setEndingIndex, setLed, setLedSpacing, setLength, setPort, setStartingIndex, setView
-
Constructor Details
-
LedConfig
public LedConfig(edu.wpi.first.wpilibj.AddressableLED l, edu.wpi.first.wpilibj.AddressableLEDBuffer lb)
-