circuitpython/ports/mimxrt10xx/common-hal/pulseio
Jeff Epler dddd25a776 Combine similar strings to reduce size of translations
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-08-04 13:34:29 -05:00
..
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
PulseIn.c Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
PulseIn.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
PulseOut.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
PulseOut.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
PWMOut.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
PWMOut.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00