1.0.3 • Published 6 months ago

@mchp-mcc/scf-pic8-adc3-v1 v1.0.3

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

Analog-to-Digital Converter with Computation and Context Driver

Overview

The Analog-to-Digital Converter with Computation and Context (ADC) allows conversion of an analog input signal to a 12-bit binary representation of that signal. The analog inputs are multiplexed into a single Sample-and-Hold circuit. The converter then generates a 12-bit binary result via successive approximation and stores the conversion result into the ADC result registers.

In Single-ended conversions, the ADC measures the voltage between the selected analog input and VSS. In Differential conversions, the ADC measures the voltage difference between two selected analog inputs.

Changelog

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

1.0.3 - 2023-11-19

Bug Fixes

  • CC8SCRIP-18129 :- The ADC Channels are not being generated for the ADC channel enum.

1.0.2 - 2023-08-01

New Features

  • CC8SCRIP-16982 :- PIC18FxxQ83/4 ADC3 Development
  • CC8SCRIP-15794 :- PIC18F-Q84 doesn't have ADC driver in MCC Melody.

1.0.1 - 2023-01-19

New Features

  • CC8SCRIP-11410 :- API reference documentation

Bug Fixes

  • CC8SCRIP-10530 :- Incorrect computation of ADC Thresholds
  • CC8SCRIP-10306 :- Double Write to ADCON0 register clears ADCONT Setting in Initializer