|
@@ -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`
|