circuitpython/ports/stm/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 create copy 2020-03-11 18:13:06 -04:00
PulseIn.c Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
PulseIn.h Factor out stm32f4xx_hal_conf.h 2020-03-23 14:46:25 -07:00
PulseOut.c Claim USB pins at startup to prevent overwrites 2020-07-22 14:22:05 -04:00
PulseOut.h create copy 2020-03-11 18:13:06 -04:00
PWMOut.c Claim USB pins at startup to prevent overwrites 2020-07-22 14:22:05 -04:00
PWMOut.h Enables PulseIO on STM32F7 2020-04-27 17:55:07 +02:00