This repository was archived by the owner on Feb 4, 2023. It is now read-only.
v1.1.0 to permit PWM output for both channels of PWM slice, to use float `instead` of `double` for frequency and duty-cycle and to add example PWM_MultiChannel to demonstrate how to use both channels of PWM slice.
Releases v1.1.0
- Permit PWM output for both channels of PWM slice. Check Request for Clarification on PWM Slices and A/B sides #5
- Use float
instead
ofdouble
for frequency and duty-cycle - Add example PWM_MultiChannel to demonstrate how to use both channels of PWM slice.