Explorar el Código

Maximum voltage is 21 V

With PD 3.0, the highest voltage is 21 V (available on 20V Prog APDOs).
The firmware now allows that voltage to be configured.
Clara Hobbs hace 6 años
padre
commit
d50b94fc25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/include/pd.h

+ 1
- 1
lib/include/pd.h Ver fichero

@@ -339,7 +339,7 @@
339 339
  * Unit constants
340 340
  */
341 341
 #define PD_MV_MIN 0
342
-#define PD_MV_MAX 20000
342
+#define PD_MV_MAX 21000
343 343
 #define PD_PDV_MIN PD_MV2PDV(PD_MV_MIN)
344 344
 #define PD_PDV_MAX PD_MV2PDV(PD_MV_MAX)
345 345
 #define PD_MA_MIN 0

Loading…
Cancelar
Guardar