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

RunMode.cpp: get...() functions to be fleshed out #11

Open
HowManyOliversAreThere opened this issue Jun 8, 2017 · 1 comment
Open

Comments

@HowManyOliversAreThere
Copy link

Currently there exists a RunMode::getModeNormal() function for checking if the output mode is set to normal mode. It would be good to have equivalents of this for the other modes (blink, double-flash). It would also be good to have a generic getMode() function that could return the index for that mode (0 for normal, 1 for blink, 2 for double-flash).

Currently there exists no function for getting the blink mode. It would be good if there was a function for getting the currently assigned blink mode.

@HowManyOliversAreThere HowManyOliversAreThere changed the title RunMode.cpp: get..() functions to be fleshed out RunMode.cpp: get...() functions to be fleshed out Jun 8, 2017
@seanlano
Copy link
Owner

seanlano commented Jun 8, 2017

Agreed, there needs to be more get() functions.
How useful all of these would be remains to be seen, but for completeness they should exist, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants