Add information for countio

This commit is contained in:
Alec Delaney 2022-09-12 20:46:29 -04:00
parent fcdb988fa1
commit a7c7d1428a
1 changed files with 4 additions and 0 deletions

View File

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