@mchp-mcc/scf-pic8-pwm-v2
v4.2.13
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
1,368
Maintainers
Keywords
Readme
Pulse-Width Modulation (PWM) Driver
Overview
The PWM module generates a Pulse-Width Modulated signal determined by the duty cycle, period, and resolution that are configured by the following registers: • TxPR • TxCON • PWMxDC • PWMxCON
Generated Files
This driver generates the following files:
- ./mcc_generated_files/pwm/src/pwm3.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/pwm/pwm3.h => A driver file containing the API function prototypes
Changelog
All notable changes to this project will be documented in this file.
[4.2.13] - 2026-01-10
New Features and Improvements
- M8PD-16994 :- Added support for CLB synthesizer library
