circuitpython/ports/atmel-samd/common-hal/audioio
jepler 0b00787b4d samd: AudioOut: ensure stopped before deinit
.. otherwise, a sequence like
    >>> a = audioio.AudioOut(board.A0)
    >>> a.play(sample, loop=True)
    >>> a.deinit()
would potentially leave related DMA channel(s) active.
2019-08-28 16:43:55 -05:00
..
AudioOut.c samd: AudioOut: ensure stopped before deinit 2019-08-28 16:43:55 -05:00
AudioOut.h Tweaks from feedback: 2018-10-17 11:31:08 -07:00
__init__.c Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00