Skip to content

Commit

Permalink
Added LED states
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Jan 11, 2024
1 parent 9fae23a commit c055019
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
package com.team4099.robot2023.config.constants

object LedConstants {
// TODO: Review states and change them if needed
enum class LEDMode {
IDLE
IDLE,
AUTO,
INTAKE,
OUTTAKE,
TELEOP,
NOTE,
SOURCE,
MOVEMENT,
SCORE_SPEAKER,
SCORE_AMP
}
}

0 comments on commit c055019

Please sign in to comment.