Skip to content
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.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 25 Feb 01:04
· 47 commits to main since this release
649ddbb

Releases v1.1.0

  1. Permit PWM output for both channels of PWM slice. Check Request for Clarification on PWM Slices and A/B sides #5
  2. Use float instead of double for frequency and duty-cycle
  3. Add example PWM_MultiChannel to demonstrate how to use both channels of PWM slice.