aboutsummaryrefslogtreecommitdiff
path: root/extmod/machine_i2c.h
AgeCommit message (Expand)Author
2016-11-24extmod/machine_i2c: Expose soft I2C obj and readfrom/writeto funcs.Damien George
2016-11-23extmod/machine_i2c: Add 'nack' argument to i2c.readinto.Damien George
2016-11-23extmod/machine_i2c: Add a C-level I2C-protocol, refactoring soft I2C.Damien George
2016-04-12extmod: Add generic machine.I2C class, with bit-bang I2C.Damien George