@mchp-mcc/scf-pic8-adcc-v3
v2.0.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
113
Maintainers
Keywords
Readme
Analog-to-Digital Converter with Computation(ADCC) Driver
Overview
The Analog-to-Digital Converter with Computation(ADCC) allows conversion of both single-ended and differential analog input signals to a 12-bit binary representation of that signal. The analog inputs are multiplexed into a single Sample-and-Hold circuit. The output of the Sample-and-Hold (S/H) circuit is connected to the input of the converter. The converter generates a 12-bit binary result via successive approximation and stores the conversion result into the ADC result registers. In single-ended conversions, the ADC measures the voltage between the selected analog input and VSS (0V). In differential conversions, the ADC measures the voltage difference between two selected analog inputs.
Changelog
All notable changes to this project will be documented in this file.
[2.0.0] - 2024-10-11
New Features and Improvements
- M8PD-10590 :- Added support for channel grouping
- M8PD-10571 :- Updated file names and module names for better alignment and consistency
- M8PD-10570 :- Renamed API names for consistency and clarity
- M8PD-8099 :- Added software busy flag to check the status of ADC
- M8PD-5980 :- Hard-coded hex values are replaced with DFP defined macros
- M8PD-5143 :- Updated firmware with new APIs and enhancements to existing functionalities
- M8PD-5130 :- Updated user interface for a more intuitive and user-friendly experience
- M8PD-4842 :- Improved code quality by reducing MISRA violations
Bug Fixes
- M8PD-9416 :- ADCG1x registers not available in some devices for scf-pic8-adcc-v3 variant
[1.0.1] - 2022-02-03
No changes from previous version
[1.0.0] - 2021-12-06
No changes from previous version