-
Notifications
You must be signed in to change notification settings - Fork 7
Reference_Generic_ADC
jsnyder edited this page Sep 30, 2010
·
2 revisions
This module contains functions that access analog to digital converter (ADC) peripherals.
When utilizing this module, acquiring ADC data is a two step process: requesting sample conversions (using adc.sample) and extraction of conversion results from a conversion buffer (using adc.getsample, adc.getsamples or adc.insertsamples). Various configuration parameters are available to set conversion rate, how results are extracted from the buffer and how these results are processed prior to extraction.