Use the PWM hardware to generate a signal suitable for filtering and amplifying 16bps audio output. Refactor the AudioBufferManager to allow sharing with I2S Add example
10 lines
366 B
INI
10 lines
366 B
INI
name=AudioBufferManager
|
|
version=1.0.0
|
|
author=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
sentence=Manages DMA buffers for audio output
|
|
paragraph=Manages DMA buffers for audio output
|
|
category=Device Control
|
|
url=https://github.com/earlephilhower/arduino-pico
|
|
architectures=rp2040
|
|
dot_a_linkage=true
|