1.0.5 • Published 11 months ago

@mchp-mcc/ic-driver v1.0.5

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

MCC Melody Input Capture Driver

Overview

Input Capture is used to capture a timer value from an independent timer base on the occurrence of an event on an input pin. This is useful in applications requiring frequency (time period) and pulse measurement.

Features

  • User configurable capture mode like any Edge Detect or Every Raising Edge or Every Falling Edge.
  • Independent timer period depends on the clock source selected from the PLIB.
  • In sync operation, the timer Reset or clear occurs when the input selected by SYNC is asserted. In trigger operation, the timer is held in Reset until the input selected by trigger is asserted.

PIC24/dsPIC33 Input Capture Driver, MCCP/SCCP PLIB and Device Package Version Compatibility Matrix

Input Capture DriverMCCP/SCCP PLIBPIC24/dsPIC devices
1.0.2>=1.1.0>=5.4.0
1.0.01.1.0<=5.4.0
1.0.0<=1.0.1<=5.3.0

Changelog

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

1.0.5 - 2023-06-26

Bug Fixes

  • CC16SCRIP-6888 :- Updated notifications for Trigger Source options when the selected trigger source is from another core.

1.0.4 - 2023-02-01

Bug Fixes

  • CC16SCRIP-4857 :- Updated notifications for Sync/Trigger Source options

1.0.3 - 2022-06-01

New Features

  • CC16SCRIP-2045 :- Dependency module names updated in builder view

1.0.2 - 2022-01-24

Bug Fixes

  • CC16SCRIP-3532 :- Custom name change and number change are not getting reflected in the UI after unload and loading

1.0.1 - 2022-01-17

New Features

  • CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name
  • CC16SCRIP-3168 :- Add Notification for dependent Driver/PLIB selection in UI

Bug Fixes

  • CC16SCRIP-3415 :- MCCP Modules :: Fix for Empty Hint Notifications for selected Trigger Source