diff options
| author | Jonathan Hogg <me@jonathanhogg.com> | 2022-09-12 18:37:22 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-08-02 00:00:03 +1000 |
| commit | 641ca2eb0624fc0df2b358f1a4652525af123fd7 (patch) | |
| tree | 42d2585a96a49aeeece189b3d10824414dfcd632 /docs/library/machine.rst | |
| parent | 327655905e9f523070301f2f35459197d46db4fb (diff) | |
docs/library/machine: Add docs for Counter and Encoder.
Add documentation for `machine.Counter` and `machine.Encoder` as currently
implemented by the esp32 port, but intended to be implemented by other
ports.
Originally authored by: Ihor Nehrutsa <Ihor.Nehrutsa@gmail.com> and
Jonathan Hogg <me@jonathanhogg.com>.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/library/machine.rst')
| -rw-r--r-- | docs/library/machine.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst index 3c22aa9af..7acaddde8 100644 --- a/docs/library/machine.rst +++ b/docs/library/machine.rst @@ -268,6 +268,8 @@ Classes machine.I2S.rst machine.RTC.rst machine.Timer.rst + machine.Counter.rst + machine.Encoder.rst machine.WDT.rst machine.SD.rst machine.SDCard.rst |
