4.2.12 • Published 3 months ago

@mchp-mcc/scf-pic8-pwm-v2 v4.2.12

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

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.12 - 2024-02-14

Bug Fixes

  • CC8SCRIP-19533 :- MCC Melody generates nonworking code with two PWM modules enabled

4.2.11 - 2023-09-27

New Features

  • CC8SCRIP-18261 :- Supported Alternative Pin Functionality (APFCON) for PIC12/PIC16 devices

4.2.10 - 2023-07-13

New Features

  • CC8SCRIP-16805 :- Add support for PIC12/16(L)F150x device family