Skip to content

Commit 7e3ea5d

Browse files
authored
Merge pull request #385 from srobo/dgt/5v-output-controllable
Mention that the 5V Outputs are now controllable
2 parents 7c6669c + 580043f commit 7e3ea5d

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)