Updated EBB documentation for release 2.8.1.

pull/182/head
EmbeddedMan 2022-07-27 07:33:34 -05:00
rodzic 6d9b5ce185
commit 3fc8172363
2 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -401,6 +401,16 @@
</ul>
</p>
<h4>2.8.1 &mdash; 07/27/22</h4>
<p>
<ul>
<li>
In response to <a href="https://github.com/evil-mad/EggBot/issues/180">issue #180</a> Added a new debugging
option: CU,3,1 and CU,3,0 to enable/disable the use of the red (USR) LED as an 'empty FIFO' indicator.
</li>
</ul>
</p>
<p/>
<hr/>
<p/>

Wyświetl plik

@ -516,6 +516,11 @@ ul.no_bullets {
<p>
Turning off the limit checking for the <code>SM</code> command will prevent error messages from being sent back to the PC, which may make processing of the data returned from the EBB easier.
</p>
<li>When <i>Param_Number</i> = 3 : If <i>Param_Value</i> = 0, then the red LED will not be used to indicate an empty FIFO (default).</li>
<li>When <i>Param_Number</i> = 3 : If <i>Param_Value</i> = 1, then the red LED will be used to indicate an empty FIFO.</li>
<p>
Using the red LED to indicate an empty FIFO can aid in debugging certain types of problems. When enabled, this option will cause the red LED (labeled "USR" on the board) to light any time there is no motion command in the FIFO.
</p>
</ul>
</p>
</li>