Skip to content

zephyrCommon: Improved tone implemetation #133

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

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

Conversation

soburi
Copy link
Member

@soburi soburi commented Aug 23, 2025

Improved to align more closely with the standard Arduino implementation.

  • Eliminated the end timer and used counting to determine the end.
  • Improved to handle infinity correctly.
  • Added a guard to prevent the timeout value from reaching 0.
  • Set the GPIO value to 0 when the timer starts.

Improved to align more closely with the standard Arduino implementation.

- Eliminated the end timer and used counting to determine the end.
- Improved to handle infinity correctly.
- Added a guard to prevent the timeout value from reaching 0.
- Set the GPIO value to 0 when the timer starts.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
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.

1 participant