summaryrefslogtreecommitdiff
path: root/shared-bindings/audiobusio/I2SOut.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-08-07Modify some Python stubsTaku Fukada
2020-07-28Merge remote-tracking branch 'adafruit/main' into blm_badgeDan Halbert
2020-07-28add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUTDan Halbert
2020-07-27Fix several type hintsTaku Fukada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-02Removed all 'self, )'dherrada
2020-07-02Made suggested changesdherrada
2020-07-02Did audiobusiodherrada
2020-05-27Various doc examples: Fix the "/ 18" copypasta bugJeff Epler
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-04-29Did first 3dherrada
2020-04-28Fixed some more whitespacedherrada
2020-04-27Added inline pyi to audiobusiodherrada
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2019-11-25shared-bindings: I2SOut: Ensure object is deinitialisedJeff Epler
2019-10-27audiobus: correct trivial typoJeff Epler
2019-08-25docs: correct audiomixer refssommersoft
2019-07-26docs: An `audiocore.Mixer` suffices where another audio source wouldJeff Epler
2019-07-26docs: corrections that stem from the "audiocore" renameJeff Epler
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-05-08Make resume idempotent (allowing you to call it twice without complaining.)Scott Shawcroft
2018-05-08Tweak exception message.Scott Shawcroft
2018-05-08Add pause/resume control to AudioOut and I2SOutScott Shawcroft
2018-04-12Add audio output support!Scott Shawcroft