PWM for ESP32 Platforms
Installation 1
From the ESP32PWM repo, select Clone or download > Download ZIP
, or use the direct download link.
In the Arduino IDE, navigate to Sketch > Include Library > Add .ZIP Library
. At the top of the drop down list, select the option to Add .ZIP Library
.
Return to the Sketch > Include Library
menu. menu. You should now see the library at the bottom of the drop-down menu. It is ready to be used in your sketch. The zip file will have been expanded in the libraries folder in your Arduino sketches directory.
One example file is provided:
Demonstrates basic PWM functionality.
2018 Ian McLinden under the GNU General Public License v3.0. Use at your own risk, author retains no liability for misuse.
1) Installation instructions provided in part from the official Installing Additional Arduino Libraries guide.
2) Library format based in part on the Arduino Libraries documentation, and on the Arduino Test Library Implementation