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 f7050e3 commit 580043fCopy full SHA for 580043f
programming/sr/power/index.md
@@ -16,15 +16,18 @@ R.power_board.something...
16
[Power Outputs](#outputs) {#outputs}
17
-------
18
19
-Each of the power board's six outputs has a constant whose name closely
+Each of the power board's controllable outputs has a constant whose name closely
20
matches the name of the output:
21
22
* H0 : `OUT_H0`
23
* H1 : `OUT_H1`
24
* L0 : `OUT_L0`
25
* L1 : `OUT_L1`
26
-* L2 : `OUT_L2`
+* L2 : N/A (Not Controllable)
27
* L3 : `OUT_L3`
28
+* 5V : `OUT_FIVE_VOLT`
29
+
30
+Both of the 5V outputs are controlled simultaneously.
31
32
While they are all turned on when your code starts running,
33
you can control whether each output is turned on or off like so:
0 commit comments