Skip to content

Commit bd2a985

Browse files
committed
Revert "Remove "API" suffix from titles"
This reverts commit fa08ea7. Turns out it's very useful, mostly for distinguishing in search
1 parent 4ad0eee commit bd2a985

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/api/arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Arduino
1+
# Arduino API
22

33
The [Arduino](https://store.arduino.cc/arduino-uno-rev3) provides a
44
total of 18 pins for either digital input or output (labelled 2 to 13

docs/api/motor-board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Motor Board
1+
# Motor Board API
22

33
The kit can control multiple motors simultaneously. One Motor Board can
44
control up to two motors.

docs/api/power-board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Power Board
1+
# Power Board API
22

33
The power board can be accessed using the `power_board` property of
44
the `Robot` object.

docs/api/servo-board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Servo Board
1+
# Servo Board API
22

33
The kit can control multiple servos simultaneously. One Servo Board can
44
control up to twelve servos.

0 commit comments

Comments
 (0)