Skip to content
Snippets Groups Projects
Commit c8b76280 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/machine.*: Add "currentmodule:: machine" directive.

Makes sure that classes described in these separate files are properly
designated as belonging to "machine" module in indexes.
parent 2c5fc681
No related branches found
No related tags found
No related merge requests found
.. currentmodule:: machine
.. _machine.ADC:
class ADC -- analog to digital conversion
......
.. currentmodule:: machine
.. _machine.I2C:
class I2C -- a two-wire serial protocol
......
.. currentmodule:: machine
.. _machine.Pin:
class Pin -- control I/O pins
......
.. currentmodule:: machine
.. _machine.RTC:
class RTC -- real time clock
......
.. currentmodule:: machine
.. _machine.SD:
class SD -- secure digital memory card
......
.. currentmodule:: machine
.. _machine.SPI:
class SPI -- a master-driven serial protocol
......
.. currentmodule:: machine
.. _machine.Timer:
class Timer -- control internal timers
......
.. currentmodule:: machine
.. _machine.UART:
class UART -- duplex serial communication bus
......
.. currentmodule:: machine
.. _machine.WDT:
class WDT -- watchdog timer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment