@mchp-mcc/scf-pic8-adcc-v2
v5.0.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
800
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.
[5.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-5142 :- Updated firmware with new APIs and enhancements to existing functionalities
- M8PD-5129 :- Updated user interface for a more intuitive and user-friendly experience
- M8PD-4842 :- Improved code quality by reducing MISRA violations
[4.0.7] - 2021-09-26
No changes from previous version