Open jcarranz97 opened 12 months ago
Fixes #69 This PR was previously made against pico-sdk but now requesting to include the library as part of pico-extras as per @lurch recommendation.
pico-sdk
pico-extras
This PR includes tone functions to generate tones using PWM.
The tone function is similar to tone() from Arduino. I have also included a no_tone function to silence buzzer if needed.
no_tone
Fixes #69 This PR was previously made against
pico-sdk
but now requesting to include the library as part ofpico-extras
as per @lurch recommendation.This PR includes tone functions to generate tones using PWM.
The tone function is similar to tone() from Arduino. I have also included a
no_tone
function to silence buzzer if needed.Inspiration and References: