diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-13 08:36:16 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-13 08:36:16 -0700 |
| commit | 3ffa5604fc0523aa131be4a353fb883a9c8a37ff (patch) | |
| tree | 1aad88937074ffaace775ea189e45970eb4135d5 /shared-bindings/countio/__init__.c | |
| parent | 7546d47f777636962fa0119224f52496ab64181f (diff) | |
Update countio to python stub docs
Diffstat (limited to 'shared-bindings/countio/__init__.c')
| -rw-r--r-- | shared-bindings/countio/__init__.c | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/shared-bindings/countio/__init__.c b/shared-bindings/countio/__init__.c index 8929bf7ed..7046a5e72 100644 --- a/shared-bindings/countio/__init__.c +++ b/shared-bindings/countio/__init__.c @@ -8,22 +8,10 @@ #include "shared-bindings/countio/__init__.h" #include "shared-bindings/countio/Counter.h" -//| :mod:`countio` --- Support for edge counting -//| ======================================================== -//| -//| .. module:: countio -//| :synopsis: Support for edge counting -//| :platform: SAMD +//| """Support for edge counting //| //| The `countio` module contains logic to read and count edge transistions //| -//| Libraries -//| -//| .. toctree:: -//| :maxdepth: 3 -//| -//| Counter -//| //| .. warning:: This module is not available in some SAMD21 (aka M0) builds. See the //| :ref:`module-support-matrix` for more info. @@ -32,7 +20,7 @@ //| 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 -//| :ref:`lifetime-and-contextmanagers` for more info. +//| :ref:`lifetime-and-contextmanagers` for more info.""" //| STATIC const mp_rom_map_elem_t countio_module_globals_table[] = { |
