- Optimize speed with new
setPWM_DCPercentageInt_manual
function to improve speed almost 500 times compared tosetPWM
- Add example PWM_manual to demo how to correctly use PWM to generate waveform. Check About DCValue in setPWM_manual #2
- Add example PWM_SpeedTest to demo the better speed of new
setPWM_DCPercentageInt_manual
function - Breaking change: Modify
setPWM_manual
function to take16-bit
dutycycle instead from merely0-100
for better accuracy - Modify example PWM_Waveform to adapt to breaking change of
setPWM_manual
function - Improve
README.md
so that links can be used in other sites, such asPIO
- Bump up to v1.2.0 to sync with other Fast PWM libraries
- 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 SAMD21/SAMD51 boards such as
NANO_33_IOT
,ITSYBITSY_M4
,SEEED_XIAO_M0
,SparkFun SAMD51_Thing_Plus
, etc. using
- Arduino SAMD core
- Adafruit SAMD core
- Seeed-Studio SAMD core
- Sparkfun SAMD core
- Industruino SAMD core
Copyright 2022- Khoi Hoang