4.0.7 • Published 3 years ago

@mchp-mcc/scf-pic8-adcc-v2 v4.0.7

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

Analog-to-Digital Converter with Computation (ADCC) Driver

Overview

The Analog-to-Digital Converter with Computation (ADCC) allows conversion of an analog input signal to a 10-bit binary representation of that signal. The analog inputs are multiplexed into a single Sample-and-Hold circuit. The converter then generates a 10-bit binary result via successive approximation and stores the conversion result into the ADC result registers.

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/adc/src/adcc.c => A driver file containing Register Initialization and API function implementations
  • ./mcc_generated_files/adc/adcc.h => A driver file containing the API function prototypes

Changelog

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

4.0.7 - 2021-09-26

Improvements

  • CC8SCRIP-4885 :- API Documentation Updates