Simple online light simulator (written in Python; hosted on https://trinket.io)
Patterns that use the alliance variable (and can change color based on which alliance we are on) are marked with '*'
| Enum | Name | Description | 
|---|---|---|
| 0 | P_DISABLED | ⛔ Alternating orange & black/off | 
| 1 | P_TELEOP* | 🔥 "It's fire" | 
| 2 | P_AUTO | 🔁 Opposing blue sliders | 
| 4 | P_INTAKE | 🟣 Purple sine slider on black/off background | 
| 5 | P_LIMELIGHT | 🟢 Green (lime) slider on black/off background | 
| 6 | P_SHOOTING | 🟠 Orange sine slider on black/off background | 
| 7 | P_CLIMBING | ⏩ Double rainbow slider on black/off background |