Skip to content

Commit fa08ea7

Browse files
committed
Remove "API" suffix from titles
1 parent 70f8e3c commit fa08ea7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

docs/api/arduino.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
---
2-
title: Arduino API
3-
---
1+
# Arduino
42

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

docs/api/motor-board.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
---
2-
title: Motor Board API
3-
---
1+
# Motor Board
42

53
The kit can control multiple motors simultaneously. One Motor Board can
64
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 API
1+
# Power Board
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 API
1+
# Servo Board
22

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

0 commit comments

Comments
 (0)