We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382ab55 commit c2432dbCopy full SHA for c2432db
docs/other.rst
@@ -12,6 +12,32 @@ Leds
12
.. autoclass:: ev3dev.ev3.Leds
13
:members:
14
15
+ .. rubric:: EV3 platform
16
+
17
+ Led groups:
18
19
+ .. py:data:: LEFT
20
+ .. py:data:: RIGHT
21
22
+ Colors:
23
24
+ .. py:data:: RED
25
+ .. py:data:: GREEN
26
+ .. py:data:: AMBER
27
+ .. py:data:: ORANGE
28
+ .. py:data:: YELLOW
29
30
+ .. rubric:: BrickPI platform
31
32
33
34
+ .. py:data:: LED1
35
+ .. py:data:: LED2
36
37
38
39
+ .. py:data:: BLUE
40
41
Power Supply
42
------------
43
@@ -21,7 +47,7 @@ Power Supply
47
Button
48
------
49
-.. autoclass:: Button
50
+.. autoclass:: ev3dev.ev3.Button
51
52
:inherited-members:
53
0 commit comments