2.0.0 • Published 7 months ago

@mchp-mcc/scf-pic8-adc-v4 v2.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
7 months ago

Analog-to-Digital Converter (ADC)

Overview

The Analog-to-Digital Converter (ADC) 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 - 2025-04-07

New Features and Improvements

  • M8PD-15066 :- Updated firmware with new APIs and enhancements to existing functionalities
  • M8PD-13075 :- Added support for configuration of Guard Ring Control (AADxGRD) settings
  • M8PD-12944 :- Renamed API names for consistency and clarity
  • M8PD-12943 :- Hard-coded hex values are replaced with DFP defined macros
  • M8PD-12942 :- Improved code quality by reducing MISRA violations
  • M8PD-5127 :- Updated user interface for a more intuitive and user-friendly experience

1.0.0 - 2023-07-13

Initial Release