We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdb988 commit a7c7d14Copy full SHA for a7c7d14
shared-bindings/countio/__init__.c
@@ -13,6 +13,10 @@
13
//|
14
//| The `countio` module contains logic to read and count edge transistions
15
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
+//|
20
//| All classes change hardware state and should be deinitialized when they
21
//| are no longer needed if the program continues after use. To do so, either
22
//| call :py:meth:`!deinit` or use a context manager. See
0 commit comments