Corrected LED blink documentation to show that red LED is normally off.

pull/195/head
EmbeddedMan 2023-02-24 07:25:16 -06:00
rodzic 1b59dbbdcd
commit 524f628635
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2937,19 +2937,19 @@ ul.no_bullets {
<tr>
<td>Fast Blink</td>
<td>No connection to USB host</td>
<td>On</td>
<td>Off</td>
<td>60 ms on, 60 ms off</td>
</tr>
<tr>
<td>Slow Blink</td>
<td>Connected to USB host but not enumerated</td>
<td>On</td>
<td>Off</td>
<td>750 ms on, 750 ms off</td>
</tr>
<tr>
<td>Short Long Blink</td>
<td>Fully enumerated and communicating with USB host</td>
<td>On</td>
<td>Off</td>
<td>365 ms on, 365 ms off, 1.25s on, 365 ms off</td>
</tr>
</tbody>