File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed
Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,40 @@ Other classes
44.. currentmodule :: ev3dev.core
55
66Leds
7- ---
7+ ----
88
99.. autoclass :: Led
1010 :members:
1111
12- .. autoclass :: Leds
12+ .. autoclass :: ev3dev.ev3. Leds
1313 :members:
1414
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+ Led groups:
33+
34+ .. py :data :: LED1
35+ .. py :data :: LED2
36+
37+ Colors:
38+
39+ .. py :data :: BLUE
40+
1541 Power Supply
1642------------
1743
@@ -21,7 +47,7 @@ Power Supply
2147Button
2248------
2349
24- .. autoclass :: Button
50+ .. autoclass :: ev3dev.ev3. Button
2551 :members:
2652 :inherited-members:
2753
You can’t perform that action at this time.
0 commit comments