Skip to content

Commit a98f278

Browse files
committed
Jekyll auto creates internal links to headers
Header all lower case, space replaced with hyphen
1 parent 6657f59 commit a98f278

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

programming/power.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are a few things that can be done with the power board, namely current and
1212
See the [Power Board](/docs/kit/power_board) hardware page for more details.
1313

1414

15-
[Accessing the Power Board](#access_power_board) {#access_power_board}
15+
Accessing the Power Board
1616
-------------------------
1717

1818
The power board can be accessed using the `power_board` property of the `Robot` object.
@@ -25,8 +25,8 @@ my_power_board = robot.power_board
2525
~~~~~
2626

2727

28-
[Power Outputs](#outputs) {#outputs}
29-
------------------------------------
28+
Power Outputs
29+
-------------
3030

3131
Each of the power board's controllable outputs has a constant whose name closely matches the name of the output:
3232

@@ -69,8 +69,8 @@ they will appear to be missing and your code will break if you try to control th
6969
</div>
7070

7171

72-
[Battery Status](#battery) {#battery}
73-
-------------------------------------
72+
Battery Status
73+
--------------
7474

7575
The power board can report both the battery voltage, in Volts, and the current being drawn from it, in Amps.
7676
You can access these values like so:
@@ -88,8 +88,8 @@ print(robot.power_board.battery_sensor.current)
8888
- The discharge curve is roughly linear between 11.4V and 10.4V.
8989

9090

91-
[Beeping](#beeping) {#beeping}
92-
------------------------------
91+
Beeping
92+
-------
9393

9494
The power board has a piezo buzzer which can beep.
9595

@@ -119,8 +119,8 @@ R.power_board.piezo.buzz(250, 3, blocking=True)
119119
~~~~~
120120

121121

122-
[Start Button](#start_button) {#start_button}
123-
---------------------------------------------
122+
Start Button
123+
------------
124124

125125
You can manually wait for the start button to be pressed, not only at the start.
126126

0 commit comments

Comments
 (0)