Implementing Arduino tone() for the Rasperry Pico
I am quite enthusiastic about the new Raspberry Pico. However I find the C SDK not very friendly and I prefer to have something as simple as the Arduino API. I did not want to wait for the official Arduino support – so I started my own project. In order to implement the Arduino tone() I first provided an version which was based on the PWM functionality. After some more thoughts I decided that it Read more






