Class BlingConstants
java.lang.Object
frc.alotobots.library.subsystems.bling.constants.BlingConstants
Constants for LED control and configuration.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Pre-configured animation patterns.static final class
Pre-defined color configurations. -
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Status LED state configurationstatic final int
Offset for LED positioningstatic final com.ctre.phoenix.led.CANdle.LEDStripType
LED strip type configurationstatic final double
Maximum brightness setting for LEDs (0.0-1.0)static final int
Total number of LEDs in the strip -
Constructor Summary
-
Method Summary
-
Field Details
-
MAX_LED_BRIGHTNESS
public static final double MAX_LED_BRIGHTNESSMaximum brightness setting for LEDs (0.0-1.0)- See Also:
-
NUM_LEDS
public static final int NUM_LEDSTotal number of LEDs in the strip- See Also:
-
LED_OFFSET
public static final int LED_OFFSETOffset for LED positioning- See Also:
-
DISABLE_STATUS_LED
public static final boolean DISABLE_STATUS_LEDStatus LED state configuration- See Also:
-
LED_TYPE
public static final com.ctre.phoenix.led.CANdle.LEDStripType LED_TYPELED strip type configuration
-
-
Constructor Details
-
BlingConstants
public BlingConstants()
-