You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
HowManyOliversAreThere
changed the title
RunMode.cpp: get..() functions to be fleshed out
RunMode.cpp: get...() functions to be fleshed out
Jun 8, 2017
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 genericgetMode()
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.
The text was updated successfully, but these errors were encountered: