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

TODO: Do something useful/smart with the buzzer #5

Open
NachtRaveVL opened this issue Nov 26, 2022 · 0 comments
Open

TODO: Do something useful/smart with the buzzer #5

NachtRaveVL opened this issue Nov 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NachtRaveVL
Copy link
Owner

We have the Piezo buzzer pin specified but it's not actually used by anything. We were using a simple buzzer library, but realized later on that we didn't actually need an entire separate library to do what amounts to a few functions. In fact, it would be better to build an object specifically for use in our Task system space directly, since this is something that provides a great opportunity for a mixer system to be built and take advantage of. Having a mixer would allow us to do things like do a beep code based on, say, some part of any error code, or at least provide some sort of jingle or other melody. In fact, there are entire melody libraries that do this and more, readily available, and may be an even better approach. Otherwise, we have a piezo buzzer pin, we save it and load it from JSON, and we do absolutely nothing with it. We should change that.

@NachtRaveVL NachtRaveVL added the enhancement New feature or request label Nov 26, 2022
@NachtRaveVL NachtRaveVL self-assigned this Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant