Browse Source

Mention rounding of v and i in documentation

Clara Hobbs 7 years ago
parent
commit
f5d3b69628
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      docs/console_config.md

+ 6
- 0
docs/console_config.md View File

@@ -137,12 +137,18 @@ Usage: `set_v voltage_in_mV`
137 137
 
138 138
 Sets the voltage of the configuration buffer, in millivolts.
139 139
 
140
+Note: values are rounded down to the nearest Power Delivery voltage unit
141
+(50 mV).
142
+
140 143
 ### set_i
141 144
 
142 145
 Usage: `set_i current_in_mA`
143 146
 
144 147
 Sets the current of the configuration buffer, in milliamperes.
145 148
 
149
+Note: values are rounded down to the nearest Power Delivery current unit
150
+(10 mA).
151
+
146 152
 ### identify
147 153
 
148 154
 Usage: `identify`

Loading…
Cancel
Save