Update README.md

Fixed some markdown formatting
This commit is contained in:
2024-08-06 11:09:15 -05:00
parent 95c227a553
commit 03a93101c1

View File

@@ -181,7 +181,7 @@ Homing the motor (must be done before you can issue position commands):
`./caput DSM:m0.HOMR 1 #Begins homing sequence in the reverse direction` `./caput DSM:m0.HOMR 1 #Begins homing sequence in the reverse direction`
Moving to a position target: Moving to a position target:
`./caput DSM:m0.VAL 2.345 #Moves to 2.345 mm `./caput DSM:m0.VAL 2.345 #Moves to 2.345 mm`
Setting a velocity target: Setting a velocity target:
`./caput DSM:m0.VELO 0.5 #Sets velocity target to 0.5 mm/s` `./caput DSM:m0.VELO 0.5 #Sets velocity target to 0.5 mm/s`