circuitpython/ports/mimxrt10xx/common-hal/digitalio
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
..
DigitalInOut.c Add IncrementalEncoder for mimxrt1011 2023-03-23 09:14:58 -05:00
DigitalInOut.h Add IncrementalEncoder for mimxrt1011 2023-03-23 09:14:58 -05:00
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00