summaryrefslogtreecommitdiff
path: root/shared-module/bitbangio/I2C.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-08-07Support internationalisation.Scott Shawcroft
2018-05-16Reformat the error messageScott Shawcroft
2018-05-13 remove #include py/nlr.h from I2C.cJerry Needell
2018-05-13 revise to use mp_raise_msg insead of nlr_raise....Jerry Needell
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-02-19Two I2C fixes:Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft