docs/library/machine.*: Add cross-reference label to individual classes.

This commit is contained in:
Damien George 2017-04-18 15:27:37 +10:00
parent 1f1a03d0c3
commit d4675e7674
9 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.ADC:
class ADC -- analog to digital conversion class ADC -- analog to digital conversion
========================================= =========================================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.I2C:
class I2C -- a two-wire serial protocol class I2C -- a two-wire serial protocol
======================================= =======================================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.Pin:
class Pin -- control I/O pins class Pin -- control I/O pins
============================= =============================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.RTC:
class RTC -- real time clock class RTC -- real time clock
============================ ============================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.SD:
class SD -- secure digital memory card class SD -- secure digital memory card
====================================== ======================================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.SPI:
class SPI -- a Serial Peripheral Interface bus protocol (master side) class SPI -- a Serial Peripheral Interface bus protocol (master side)
===================================================================== =====================================================================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.Timer:
class Timer -- control hardware timers class Timer -- control hardware timers
====================================== ======================================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.UART:
class UART -- duplex serial communication bus class UART -- duplex serial communication bus
============================================= =============================================

View File

@ -1,4 +1,5 @@
.. currentmodule:: machine .. currentmodule:: machine
.. _machine.WDT:
class WDT -- watchdog timer class WDT -- watchdog timer
=========================== ===========================