Mimics the I2S/PWMAudio/Stream interface for ease of use. * Fix non-32b DMA size transfer calculation in ABM * Rename wasHolding to isHolding in the I2S/PWM It is the **current** number of bits left, not the past number. * Add commented microphone example * Add docs
10 lines
488 B
INI
10 lines
488 B
INI
name=ADCInput
|
|
version=1.0
|
|
author=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
sentence=Records ADC values (i.e. microphone, sensors) and presents an I2S-like callback/immediate read interface
|
|
paragraph=Records ADC values (i.e. microphone, sensors) and presents an I2S-like callback/immediate read interface
|
|
category=Communication
|
|
url=http://github.com/earlephilhower/arduino-pico
|
|
architectures=rp2040
|
|
dot_a_linkage=true
|