https://github.com/firstteam102/arduinolights2022
Arduino code for the light strips on our 2022 robot
https://github.com/firstteam102/arduinolights2022
arduino arduino-led
Last synced: 29 days ago
JSON representation
Arduino code for the light strips on our 2022 robot
- Host: GitHub
- URL: https://github.com/firstteam102/arduinolights2022
- Owner: FIRSTTeam102
- License: mit
- Created: 2022-02-08T23:26:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T20:06:27.000Z (about 4 years ago)
- Last Synced: 2025-10-25T02:44:05.476Z (8 months ago)
- Topics: arduino, arduino-led
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Team 102's main Arduino light strip patterns
[Simple online light simulator (written in Python; hosted on https://trinket.io)](https://trinket.io/python/502dfc496f?runOption=run&showInstructions=true)
## Patterns and (possible) uses
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 |