4.0.6 • Published 3 years ago

@mchp-mcc/scf-avr8-ac-v2 v4.0.6

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

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.0.6 - 2021-09-20

Improvements

  • CC8SCRIP-4292 :- API Documentation Updates