circuitpython/atmel-samd/common-hal/pulseio
Scott Shawcroft 58ab5844cb atmel-samd: Fix sharing TCCs by statically storing the current period.
A previous fix improved the duty_cycle channel value computation by
removing the reliance on the PER register which gave old values. It
saved the period on the object but failed to set anything for reused
timers. So, this breaks it out into a separate array that can be
shared across all object regardless of whether it used a new or
existing timer.
2017-06-12 15:37:09 -07:00
..
PWMOut.c atmel-samd: Fix sharing TCCs by statically storing the current period. 2017-06-12 15:37:09 -07:00
PWMOut.h atmel-samd: Fix sharing TCCs by statically storing the current period. 2017-06-12 15:37:09 -07:00
PulseIn.c atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise. 2017-04-13 17:50:06 -07:00
PulseIn.h atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
PulseOut.c atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't get garbage collected while we are using them. 2017-05-04 11:57:51 -07:00
PulseOut.h atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
__init__.c Split up nativeio. 2017-04-10 13:32:19 -07:00