summaryrefslogtreecommitdiff
path: root/shared-bindings/i2cslave/I2CSlave.c
AgeCommit message (Collapse)Author
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
This is an incompatible change.
2020-06-25Use main/selected terminology in docstringsJeff Epler
Also copy some notes from busio docstrings to bitbangio docstrings
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Added gamepad, gamepadshift, and i2cslavedherrada
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-08-11shared-bindings: Use RUN_BACKGROUND_TASKSJeff Epler
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
Also, swap make_news to accept a kwarg map and refine param checking. Fixes #1237
2018-08-18i2cslave: Fix missing translate() when raising exceptionsNoralf Trønnes
The translate() changes where applied after travis had checked the i2cslave PR so this wasn't caught.
2018-08-16Add i2cslave.I2CSlave bindingsNoralf Trønnes