@mchp-mcc/scf-avr8-ac-v1
v4.3.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Maintainers
Keywords
Readme
Analog Comparator Driver
Overview
The Analog Comparator (AC) compares the voltage levels on two inputs and gives a digital output based on this comparison. The AC module can be configured to generate interrupt requests and/or events based on several different combinations of input change.
Generated Files
This driver generates the following files:
- ./mcc_generated_files/ac/src/ac.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/ac/ac.h => A driver file containing the API function prototypes
Changelog
All notable changes to this project will be documented in this file.
[4.3.0] - 2025-10-14
New Features and Improvements
- M8PD-16020 :- Added support for new APIs to Read, Invert and MuxSet functionalities
[4.1.1] - 2024-06-14
Bug Fixes
- M8PD-6496 :- AC Output pin is missing in pin grid view for AVRDU devices
