- 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
, instead ofabsolute DCValue
depending on varying resolution - Fix glitch when changing PWM frequency. Check Frequency change on cycle end. #1
- Add example PWM_StepperControl to demo how to control Stepper Motor using PWM. Check Using PWM to step a stepper driver #16
- Initial coding for ESP32, ESP32_S2, ESP32_S3 and ESP32_C3 boards using ESP32 core