This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
v2.1.0 for new PWM_manual example, to add function setPWM_DCPercentage_manual() to facilitate the setting PWM DC manually and to optimize for PWM speed when changing `dutycycle` while using same `frequency`
LatestReleases v2.1.0
- Add example PWM_manual to demo how to correctly use PWM to generate waveform. Check About DCValue in setPWM_manual #2
- Add function
setPWM_DCPercentage_manual()
to facilitate the setting PWM DC manually by usingDCPercentage
- Optimize for PWM speed when changing
dutycycle
while using samefrequency