adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.1k stars 1.22k forks source link

Add IR receive support #103

Closed tannewt closed 7 years ago

tannewt commented 7 years ago

Use an EXTINT to detect input edges and timestamp them in an interrupt with ticks_ms + the ticks timer counter value.

tannewt commented 7 years ago

This is good enough for now. More work is needed in the driver though: https://github.com/adafruit/Adafruit_CircuitPython_IRRemote