@mchp-mcc/external-interrupt-driver
v1.1.1
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
733
Maintainers
Keywords
Readme
MCC Melody External Interrupt Driver Module
Overview
Interrupt gets generated on an external event like a positive edge or a negative edge pulse on a selected input pin, these interrupts are named as INT0, INT1 and so on.
Features
- Selecting the input pin for external interrupt enables the user to configure the edge detect type i,e either positive or negative edge event for which the interrupt gets triggered.
- Custom name can be added for each external interrupt.
Changelog
All notable changes to this project will be documented in this file.
[1.1.1] - 2024-09-06
Bug Fixes
- CC16SCRIP-9164 :- Removed the negative edge detection option for INT4 of the dsPIC33AK128MC106 family in accordance with Errata
[1.0.4] - 2024-07-09
New Features
- CC16SCRIP-9558 :- Updated link for API reference document
- CC16SCRIP-8818 :- Added support for devices with External Interrupt 4 (INT4) capability
[1.0.2] - 2022-05-24
New Features
- CC16SCRIP-2045 :- Dependency module names updated in builder view
[1.0.1] - 2022-01-20
New Features
- CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name