Skip to content

Commit f93b13d

Browse files
made the subheader with code in code blocks
1 parent 1dbd375 commit f93b13d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/section-7/feedback-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This is a sneak peek to what will be discussed in the Feedforward section, but g
9090
### kMaxOutput, kMinOutput
9191
Should be self-explanatory, used to make sure you don't give your mechanism too much power
9292

93-
### setReference(), setSetpoint(), etc
93+
### `setReference()`, `setSetpoint()`, etc
9494
There are many names for "target", such as "reference", "setpoint", and more. When tuned properly, after you set the target the motor should drive to the setpoint.
9595

9696
There are many other methods and configurations that are used to PID control which you can find in the documentation.

0 commit comments

Comments
 (0)