1.0.7 • Published 9 months ago

@mchp-mcc/scf-pic8-ccp-v2 v1.0.7

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
9 months ago

Capture/Compare/PWM (CCP)

Overview

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.

Changelog

All notable changes to this project will be documented in this file.

1.0.7 - 2025-04-22

Bug Fixes

  • M8PD-14676 :- Updated bidirectional pins to be displayed as separate rows for capture input and capture output in the CCP module.

New Features and Improvements

  • M8PD-14617 :- The default Duty Cycle for PWM is set to 50%