@mchp-mcc/pic16-pin-manager
v3.6.3
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Maintainers
Keywords
Readme
Pins Driver for PIC16(L)F Microcontrollers
Overview
The Pins Driver provides the Firmware Implementations of Device pins used by the Peripherals.
Features
- Generates GPIO Pin APIs
- Generates I/O Ports Registers
- PORTx
- LATx
- TRISx
- ANSELx
- WPUx
- INLVLx
- SLRCONx
- ODCONx
- Generates IOC - Interrupt-on-Change Registers and APIs
- IOCxP
- IOCxN
- Generates PPS - Peripheral Pin Select Module Registers
- Input PPS
- Output PPS
Generate Code
Clicking generate code creates the following files:
- ./mcc_generated_files/system/src/pins.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/system/pins.h => A driver file containing the API function definitions
Changelog
All notable changes to this project will be documented in this file.
[3.6.3] - 2025-06-18
Bug Fixes
- M8PD-16036 :- MCC does not generate pin alias for PORTG and PORTH on PIC16F device families
[3.6.2] - 2025-02-28
Bug Fixes
- M8PD-13495 :- MCC does not generate PORTF drivers
