2.1.0 • Published 11 months ago

@mchp-mcc/scf-pic8-adc3-v1 v2.1.0

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

Analog-to-Digital Converter with Computation and Context Driver

Overview

The Analog-to-Digital Converter with Computation and Context (ADCCC) converts single-ended or differential analog signals to a 12-bit binary value. It uses a Sample-and-Hold circuit to multiplex analog inputs and performs the conversion using successive approximation, storing the result in ADC registers.

Changelog

All notable changes to this project will be documented in this file.

2.1.0 - 2025-01-06

New Features and Improvements

  • M8PD-12616 :- Removed the Software Busy flag to check the status of ADC
  • M8PD-7825 :- Added support for configuration through Register Editor

Bug Fixes

  • M8PD-11429 :- Fixed issues with the ADC_ComputationModeSet and ADC_ThresholdModeSet APIs

2.0.0 - 2024-10-10

New Features and Improvements

  • M8PD-10590 :- Added support for channel grouping
  • M8PD-10589 :- Added channel table to user interface
  • M8PD-10571 :- Updated file 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-5145 :- Updated firmware with new APIs and enhancements to existing functionalities
  • M8PD-5136 :- Updated user interface for a more intuitive and user-friendly experience
  • M8PD-4842 :- Improved code quality by reducing MISRA violations

1.0.3 - 2023-11-19

No changes from previous version