This Library is a fork from khoih-prog's Portenta_H7_PWM library. All I did was update some pin definitions to make it work on my Portenta Machine Control. View that repo for much more helpful information! I forked the original repo rather than submitting a PR because it is not being mantained anymore.
I would say be careful when using this because it is not tested very well. And be mindful of managing your PWM instances.
I may submit it to the library manager sometime.
Another way to install is to:
- Navigate to Portenta_H7_PWM page.
- Download the latest release
Portenta_H7_PWM-main.zip
. - Extract the zip file to
Portenta_H7_PWM-main
directory - Copy whole
Portenta_H7_PWM-main
folder to Arduino libraries' directory such as~/Arduino/libraries/
.
If you want to contribute to this project:
- Report bugs and errors
- Create issues and pull requests
- Tell other people about this library