This commit is contained in:
Antoine PerreaultE
2025-02-27 18:37:29 -05:00
11 changed files with 508 additions and 2 deletions

View File

@ -43,8 +43,12 @@ public class Bougie extends SubsystemBase {
candle.setLEDs(255, 215, 0,0,48,8);
candle.setLEDs(255, 215, 0,0,64,8);
}
public void RainBow(){candle.animate(rainbowAnim);}
public void RainBowStop(){candle.animate(null);}
public void RainBow(){
candle.animate(rainbowAnim);
}
public void RainBowStop(){
candle.animate(null);
}
@Override
public void periodic() {
// This method will be called once per scheduler run