Skip to content

Commit 580043f

Browse files
committed
Mention that the 5V Outputs are now controllable
1 parent f7050e3 commit 580043f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

programming/sr/power/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@ R.power_board.something...
1616
[Power Outputs](#outputs) {#outputs}
1717
-------
1818

19-
Each of the power board's six outputs has a constant whose name closely
19+
Each of the power board's controllable outputs has a constant whose name closely
2020
matches the name of the output:
2121

2222
* H0 : `OUT_H0`
2323
* H1 : `OUT_H1`
2424
* L0 : `OUT_L0`
2525
* L1 : `OUT_L1`
26-
* L2 : `OUT_L2`
26+
* L2 : N/A (Not Controllable)
2727
* L3 : `OUT_L3`
28+
* 5V : `OUT_FIVE_VOLT`
29+
30+
Both of the 5V outputs are controlled simultaneously.
2831

2932
While they are all turned on when your code starts running,
3033
you can control whether each output is turned on or off like so:

0 commit comments

Comments
 (0)