@mchp-mcc/scf-pic8-adcc-v4
v2.0.3
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
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.3] - 2026-03-14
New Features and Improvements
- M8PD-17518 :- PIC18FxxQ35 device family support
[2.0.1] - 2025-04-29
Bug Fixes
- M8PD-13794 :- Code generation failure when vectored interrupt is enabled
- M8PD-12707 :- Fixed the issues with the ADC_ComputationModeSet and ADC_ThresholdModeSet APIs
New Features and Improvements
- M8PD-13737 :- Removed the Software Busy flag to check the status of ADC
