The Capture/Compare/PWM module is a peripheral that allows the user to time and control different events, and to generate Pulse-Width Modulation (PWM) signals.
- Capture mode allows the timing of the duration of an event.
- Compare mode allows the user to trigger an external event when a predetermined amount of time has expired.
- PWM mode generates Pulse-Width Modulated signals of varying frequency and duty cycle.
All notable changes to this project will be documented in this file.
- M8PD-14773 :- Incorrect PPS pin options for PIC18F-Q71 devices
- M8PD-13553 :- CCP PPS output pin should not be locked by default
- M8PD-13725 :- MISRA issue fixes
- M8PD-13550 :- The default populated Duty Cycle for CCPs is 0, whereas it is 50% for PWMs. more user friendly
- M8PD-13551 :- The custom name should be unique for the CCP and PWM modules