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
 
137
 
138
 Sets the voltage of the configuration buffer, in millivolts.
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
 ### set_i
143
 ### set_i
141
 
144
 
142
 Usage: `set_i current_in_mA`
145
 Usage: `set_i current_in_mA`
143
 
146
 
144
 Sets the current of the configuration buffer, in milliamperes.
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
 ### identify
152
 ### identify
147
 
153
 
148
 Usage: `identify`
154
 Usage: `identify`

Loading…
Cancel
Save