Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added construction mode to strobe #61

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

crox
Copy link

@crox crox commented Apr 7, 2024

I am not thrilled with this. It didn't turn out well due to the available aux colors. The feature works and hopefully someday there are better color options for this. Since it didn't turn out well, I didn't add it to any hardware so it doesn't affect anything. It can be added to hw anduril.h files like so:

// use aux white + aux yellow for construction strobe
#define USE_CONSTRUCTION_COLOR_STROBE_MODE
#define CONSTRUCTION_COLOR_STROBE_CH1 CM_AUXYEL
#define CONSTRUCTION_COLOR_STROBE_CH2 CM_AUXWHT

Maybe when I have newer avr lights I will come back to this.

closes #60

It didn't turn out well due to the available aux colors.
Hopefully someday there are better color options for this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: Add construction sequence to strobe mode options
1 participant