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

Simplified ESP32 code + siren effect #23

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fredzo
Copy link

@fredzo fredzo commented Oct 31, 2023

Hi Evert,

I made some changes to your EasyBuzzer library :

  • I removed ESP32 specific code since ESP32 Arduino framework now supports tone() method.
  • I added a new siren effect that can be used instead of beep effect.
    Pleas let me know if you want to merge this code or if you need me to make any modification before that.

Best regards,

Frederic.

…Tone + removed associated default values.

Added setVolume() for ESP32 bases on duty cycle.
Fixed issue on ESP32 of inconsistent sound when calling ledcWriteTone while a sound is already playing.
… ESP32 Ardiuino Framework.

Also removed volume() function whch was not really working and is ESP32 specific...
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.

None yet

1 participant