Selaa lähdekoodia

Document how PPS APDOs are printed

Clara Hobbs 6 vuotta sitten
vanhempi
commit
10cd0db194
1 muutettua tiedostoa jossa 25 lisäystä ja 1 poistoa
  1. 25
    1
      docs/console_config.md

+ 25
- 1
docs/console_config.md Näytä tiedosto

@@ -1,6 +1,6 @@
1 1
 # PD Buddy Sink Serial Console Configuration Interface
2 2
 
3
-Version 1.2.0-dev, 2017-12-09
3
+Version 1.2.0-dev, 2017-12-20
4 4
 
5 5
 The PD Buddy Sink can be put into setup mode by holding the Setup button while
6 6
 plugging it into a computer.  In this mode, the device runs a configuration
@@ -454,6 +454,30 @@ The `i` field holds the value of the PDO's Maximum Current field (B9-0), in
454 454
 amperes.  The field's value is a floating-point decimal number, followed by a
455 455
 space and a capital A.  For example: `2.25 A`.
456 456
 
457
+### Source Programmable Power Supply APDO Fields
458
+
459
+This section describes how Source Programmable Power Supply APDOs (type `pps`)
460
+are printed.  For more information about the meaning of each field, see the USB
461
+Power Delivery Specification, Revision 3.0, Version 1.1, section 6.4.1.2.5.
462
+
463
+#### vmin
464
+
465
+The `vmin` field holds the value of the PDO's Minimum Voltage field (B15-8), in
466
+volts.  The field's value is a floating-point decimal number, followed by a
467
+space and a capital V.  For example: `3.00 V`.
468
+
469
+#### vmax
470
+
471
+The `vmax` field holds the value of the PDO's Maximum Voltage field (B24-17
472
+in volts.  The field's value is a floating-point decimal number, followed by a
473
+space and a capital V.  For example: `16.00 V`.
474
+
475
+#### i
476
+
477
+The `i` field holds the value of the PDO's Maximum Current field (B6-0), in
478
+amperes.  The field's value is a floating-point decimal number, followed by a
479
+space and a capital A.  For example: `3.00 A`.
480
+
457 481
 ### Type-C Current Virtual PDO Fields
458 482
 
459 483
 This section describes how Type-C Current Virtual PDOs (type `typec_virtual`)

Loading…
Peruuta
Tallenna