@mchp-mcc/scf-pic8-adcc-v4
v2.0.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
268
Maintainers
Keywords
Readme
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.
Changelog
All notable changes to this project will be documented in this file.
[2.0.0] - 2024-10-10
New Features and Improvements
- 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-5144 :- Updated firmware with new APIs and enhancements to existing functionalities
- M8PD-5131 :- Updated user interface for a more intuitive and user-friendly experience
- M8PD-4842 :- Improved code quality by reducing MISRA violations
[1.0.6] - 2023-11-28
No changes from previous version
[1.0.5] - 2023-09-04
No changes from previous version