Skip to content

Commit 87fef91

Browse files
author
Alec Miller
committed
MPAE-4022: Formating changes
1 parent 8deef0b commit 87fef91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ a selected end effector.
6565

6666
Most configuration is done through the config.h file. The configurations are:
6767

68-
- TICKS_PER_METER: the number of steps of the stepper motor required to move the
68+
- `TICKS_PER_METER`: the number of steps of the stepper motor required to move the
6969
end effector one meter
70-
- X_MAX/YMAX: the maximum range, in steps, of the X and Y axes
71-
- X_BACKWARDS/Y_BACKWARDS: whether to reverse the direction of the stepper
70+
- `X_MAX`/`YMAX`: the maximum range, in steps, of the X and Y axes
71+
- `X_BACKWARDS`/`Y_BACKWARDS`: whether to reverse the direction of the stepper
7272
motor on this axis
73-
- BUFFER_NUMBER_PACKETS: the size of the command buffer. This can be left at the
73+
- `BUFFER_NUMBER_PACKETS`: the size of the command buffer. This can be left at the
7474
default 5
7575

7676
Pinout is defined with two constants, `NAME_PIN_PORT` and `NAME_PIN_POS`. To

0 commit comments

Comments
 (0)