Class BlingIO.BlingIOInputs
java.lang.Object
frc.alotobots.library.subsystems.bling.io.BlingIO.BlingIOInputs
- Direct Known Subclasses:
BlingIOInputsAutoLogged
- Enclosing interface:
- BlingIO
Data structure for logging LED state information.
-
Field Summary
Modifier and TypeFieldDescriptionName of the currently running animationCurrent solid color setting of the LEDsboolean
Flag indicating if an animation is currently activeboolean
Flag indicating if a solid color is currently set -
Constructor Summary
-
Method Summary
-
Field Details
-
currentSolidColor
Current solid color setting of the LEDs -
hasAnimation
public boolean hasAnimationFlag indicating if an animation is currently active -
hasColor
public boolean hasColorFlag indicating if a solid color is currently set -
animationName
Name of the currently running animation
-
-
Constructor Details
-
BlingIOInputs
public BlingIOInputs()
-