summaryrefslogtreecommitdiff
path: root/shared-bindings/i2cperipheral
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-11-25merge from upstream + wipDan Halbert
2020-08-07Merge pull request #3252 from ciscorn/pyiJeff Epler
Some improvements to the core module docs
2020-08-07Modify some Python stubsTaku Fukada
2020-08-04Use qstrs to save an additional 4 bytesJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
This is a slight trade-off with code size, in places where a "_varg" mp_raise variant is now used. The net savings on trinket_m0 is just 32 bytes. It also means that the translation will include the original English text, and cannot be translated. These are usually names of Python types such as int, set, or dict or special values such as "inf" or "Nan".
2020-07-27Fix several type hintsTaku Fukada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to i2cperipheraldherrada
2020-07-02Removed all 'self, )'dherrada
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
This is an incompatible change.