Skip to content

Commit 65121d5

Browse files
committed
25mA termination charging current limit
1 parent 7ec7bed commit 65121d5

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/boards/lilygo_twatch_s3

1 file changed

+1
-0
lines changed

ports/espressif/boards/lilygo_twatch_s3/board.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ static void pmic_init(busio_i2c_obj_t *i2c) {
9393
write_register8(i2c, 0x16, 0x04); // 1.5A INcurr limit
9494
write_register8(i2c, 0x61, 0x06); // 150mA Precharge limit
9595
write_register8(i2c, 0x64, 0x03); // 4.2V Voltage target
96+
write_register8(i2c, 0x63, 0x11); // 25mA Charging termination current
9697
}
9798

9899

0 commit comments

Comments
 (0)