summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/i2cslave
AgeCommit message (Collapse)Author
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
This is an incompatible change.
2018-08-31add pin claiming to devicesDan Halbert
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-16ports/atmel-samd: Implement i2cslave.I2CSlaveNoralf Trønnes
This adds support for SAMD acting as a I2C slave in polled mode.