We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This class will work similar to button but be used to turn LEDs on/off and flash. It will use an update() method and internal timers.
The class will be pure virtual and require sub-classes to provide a set_active(bool) method to turn the LED on and off.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This class will work similar to button but be used to turn LEDs on/off and flash. It will use an update() method and internal timers.
The class will be pure virtual and require sub-classes to provide a set_active(bool) method to turn the LED on and off.
The text was updated successfully, but these errors were encountered: