circuitpython/ports/atmel-samd/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 Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
PulseIn.c Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
PulseIn.h Implementation of RTC continuous synchronization during pulsein 2020-07-04 21:15:38 -05:00
PulseOut.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
PulseOut.h m0 pulseout works. Factored out shared timer code. 2018-02-13 18:17:20 -08:00
PWMOut.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
PWMOut.h Track unadjusted PWM duty cycle to avoid accumulating conversion errors 2019-10-23 14:34:14 -07:00