adafruit / circuitpython

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

Add circuit python countio support for the Clue #4592

Closed swb1701 closed 3 years ago

swb1701 commented 3 years ago

I'm trying to read a simple encoder (photo interrupter on tt motor) with circuit python -- and since interrupts aren't available I was trying to find the best way to read it on the Clue. countio seems not to be implemented on the Clue. It would be nice to add it or perhaps someone could suggest a workaround.

Neradoc commented 3 years ago

I think this is closed by #4609