Skip to content

Commit a7c7d14

Browse files
committed
Add information for countio
1 parent fcdb988 commit a7c7d14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared-bindings/countio/__init__.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
//|
1414
//| The `countio` module contains logic to read and count edge transistions
1515
//|
16+
//| For more information on the applications of counting edges, see
17+
//| `this Learn Guide on sequential circuits
18+
//| <https://learn.adafruit.com/digital-circuits-4-sequential-circuits>`_.
19+
//|
1620
//| All classes change hardware state and should be deinitialized when they
1721
//| are no longer needed if the program continues after use. To do so, either
1822
//| call :py:meth:`!deinit` or use a context manager. See

0 commit comments

Comments
 (0)