pico-extras
pico-extras copied to clipboard
Include pico_tone library
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.
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.