In exploring the use of analogWrite() and digitalWrite() on the Raspberry Pi Pico using Arduino, I have discovered some strange behaviors when switching between those modes on the same GPIO pin. This ...
Hi Tony, Esp32 library to version 2.0.11 or later already includes analogWrite and tone function therefore you don´t need to include this library. If I am right you are using version 2.0.13. So, just ...