Fixed minor typo in EBB.html

feature/BinaryCommandTest
EmbeddedMan 2024-04-09 17:30:09 -05:00
rodzic 8ea54e0f5d
commit 87dbe2e370
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2725,7 +2725,7 @@
<li>
<span style="font-weight: bold;">Description:</span>
<p>
This command is extremely similar to the <code><a href="#LT">LM</a></code> command. In fact, if both <i>Jerk1</i> and <i>Jerk2</i> are zero, this command is exactly <code><a href="#LT">LM</a></code> command. The difference is in the addition of the two jerk parameters. When there are non-zero values for the jerk parameters, an additional step before step 1 (see the 'Methods and consequences' section in the <code><a href="#LM">LM</a></code> command description) adds the jerk term to the accel term.
This command is extremely similar to the <code><a href="#LT">LT</a></code> command. In fact, if both <i>Jerk1</i> and <i>Jerk2</i> are zero, this command is exactly <code><a href="#LT">LT</a></code> command. The difference is in the addition of the two jerk parameters. When there are non-zero values for the jerk parameters, an additional step before step 1 (see the 'Methods and consequences' section in the <code><a href="#LM">LM</a></code> command description) adds the jerk term to the accel term.
</p>
<p>
[[ TO BE FILLED IN ]]