Adafruit CircuitPython 7.2.0 on 2022-02-24; Cytron Maker Pi RP2040 with rp2040
>>> pin_counter = countio.Counter(board.GP3, edge=countio.Edge.RISE_AND_FALL)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NotImplementedError: RISE_AND_FALL not available on this chip
I know RISE_AND_FALL works on the M4, but it would be nice for the 2040 if it's possible.
I know RISE_AND_FALL works on the M4, but it would be nice for the 2040 if it's possible.