Private
Public Access
2
0

mraa.rst: adding Led class API links to Python docs too

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2018-01-16 15:04:54 -08:00
parent d538bbc91f
commit 3fb65de4b8

View File

@@ -23,6 +23,13 @@ Gpio
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
Led
===
.. autoclass:: mraa.Led
:members:
:undoc-members:
:show-inheritance:
Pwm Pwm
=== ===
.. autoclass:: mraa.Pwm .. autoclass:: mraa.Pwm
@@ -49,4 +56,4 @@ Common
.. automodule:: mraa .. automodule:: mraa
:members: :members:
:exclude-members: Gpio, Aio, Uart, Spi, I2c, Pwm, uint8Array, uint8Array_frompointer :exclude-members: Gpio, Led, Aio, Uart, Spi, I2c, Pwm, uint8Array, uint8Array_frompointer