circuitpython/ports/nrf/common-hal/audiopwmio
Jeff Epler fae6e29546 nrf: PWMAudioOut: deactivate PWM when deinitting self
.. otherwise, when an AudioPWMOut object was deinitted without being
explicitly stop()ped, it would use up a slot in active_audio[]; the
5th iteration would create a non-working audio object which would just
buzz instead of playing the right thing.

Closes: #2203
2019-10-12 14:01:35 +09:00
..
PWMAudioOut.c nrf: PWMAudioOut: deactivate PWM when deinitting self 2019-10-12 14:01:35 +09:00
PWMAudioOut.h PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_ 2019-07-29 18:39:00 -04:00
__init__.c ports/nrf: Implement audioio.AudioOut using PWM 2019-07-26 07:57:11 -05:00