summaryrefslogtreecommitdiff
path: root/shared-bindings/ps2io
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-11-19fix crash on user code exitmicroDev
2020-08-04"pop from empty %q"Jeff Epler
Saves 12 bytes code on trinket m0
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-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to ps2iodherrada
2020-07-02Removed all 'self, )'dherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-11Did ps2io, pulseio, randomdherrada
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-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter