1.0.6 • Published 5 months ago

@mchp-mcc/scf-pic8-adcc-v4 v1.0.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
5 months 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.

1.0.6 - 2023-11-28

Bug Fixes

  • CC8SCRIP-18882 :- Fixed Melody Core Compatibility warnings

1.0.5 - 2023-09-04

New Features

  • CC8SCRIP-16389 :- Added support for PIC18FxxQ24 device family

1.0.4 - 2023-08-30

No changes from previous version