Browse Source

List new features in the README

Clara Hobbs 6 years ago
parent
commit
5302b9b003
1 changed files with 9 additions and 2 deletions
  1. 9
    2
      README.md

+ 9
- 2
README.md View File

22
 * Setup mode implements a USB CDC-ACM command-line interface allowing
22
 * Setup mode implements a USB CDC-ACM command-line interface allowing
23
   configuration to be loaded from and stored in flash.
23
   configuration to be loaded from and stored in flash.
24
 
24
 
25
+### New in version 1.1.0
26
+
27
+* Setup mode allows real-time renegotiation of voltage and current, complete
28
+  with the ability to control whether the output is enabled or disabled.
29
+* Allows the user to read a power supply's advertised capabilities while in
30
+  Setup mode.
31
+
25
 ## Prerequisites
32
 ## Prerequisites
26
 
33
 
27
 To compile the firmware, you must first install the [GNU ARM Embedded
34
 To compile the firmware, you must first install the [GNU ARM Embedded
98
 greeted with a `PDBS)` prompt.  The `help` command gives brief summaries of
105
 greeted with a `PDBS)` prompt.  The `help` command gives brief summaries of
99
 each of the available commands.
106
 each of the available commands.
100
 
107
 
101
-To configure the PD Buddy Sink to request 2.25 A at 20 V, run the following
102
-commands:
108
+For example, to configure the PD Buddy Sink to request 2.25 A at 20 V, run the
109
+following commands:
103
 
110
 
104
     PDBS) set_v 20000
111
     PDBS) set_v 20000
105
     PDBS) set_i 2250
112
     PDBS) set_i 2250

Loading…
Cancel
Save