Skip to content

Commit 663b71d

Browse files
committed
increase the current software limit to 3A in such way that the limit is given by the R28
1 parent e538930 commit 663b71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/mkrgsm1400/variant.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ static inline void set_voltage_current_thresholds() {
195195

196196
PERIPH_WIRE.startTransmissionWIRE( PMIC_ADDRESS, WIRE_WRITE_FLAG );
197197
PERIPH_WIRE.sendDataMasterWIRE(PMIC_REG00);
198-
PERIPH_WIRE.sendDataMasterWIRE(0x06); // input voltage limit = 3.88V, input current limit = 2A
198+
PERIPH_WIRE.sendDataMasterWIRE(0x07); // input voltage limit = 3.88V, input current limit = 3A
199199
PERIPH_WIRE.prepareCommandBitsWire(WIRE_MASTER_ACT_STOP);
200200

201201
PERIPH_WIRE.disableWIRE();

0 commit comments

Comments
 (0)