Quellcode durchsuchen

Added LED description table to README

Clara Hobbs vor 6 Jahren
Ursprung
Commit
7508afdb55
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 11
    0
      README.md

+ 11
- 0
README.md Datei anzeigen

@@ -173,3 +173,14 @@ configured voltage, the Sink will negotiate it, then turn on its output and
173 173
 blink the LED three times to indicate success.  If the supply cannot output
174 174
 enough power, the Sink will turn its LED on solid to indicate failure, and
175 175
 leave its output turned off.
176
+
177
+### Status LED descriptions
178
+
179
+LED State            | Mode  | Meaning
180
+---------------------|-------|---------------------------------------------------
181
+Fast blink (4/sec)   | Sink  | Negotiating USB Power Delivery contract
182
+Medium blink (2/sec) | Sink  | USB Power Delivery contract established, output on
183
+Off                  | Sink  | Output on
184
+On                   | Sink  | Unable to get configured power from source
185
+Slow blink (1/sec)   | Setup | Running in setup mode
186
+Fast blink (4/sec)   | Setup | `identify` command run

Laden…
Abbrechen
Speichern