circuitpython/ports/mimxrt10xx/common-hal/rotaryio
Jeff Epler 47e1abdbc7
Add IncrementalEncoder for mimxrt1011
.. and write a general 'pin change interrupt' facility to power it

This uses the same quadrature state machine as atmel-samd, nrf, and
rp2040. The 1011 doesn't have a dedicated encoder peripheral, so we
go the pin-change + software route.
2023-03-23 09:14:58 -05:00
..
IncrementalEncoder.c Add IncrementalEncoder for mimxrt1011 2023-03-23 09:14:58 -05:00
IncrementalEncoder.h Add IncrementalEncoder for mimxrt1011 2023-03-23 09:14:58 -05:00
__init__.c Add IncrementalEncoder for mimxrt1011 2023-03-23 09:14:58 -05:00
__init__.h Add IncrementalEncoder for mimxrt1011 2023-03-23 09:14:58 -05:00