Skip to content

Commit 6c36de8

Browse files
nedsebCopilot
andcommitted
bq27441: Update lib/bq27441/bq27441/const.py.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 63951e2 commit 6c36de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bq27441/bq27441/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from micropython import const
22

33
# Lipo Battery Capacity
4-
LIPO_BATTERY_CAPACITY = const(650) # 850 mAh
4+
LIPO_BATTERY_CAPACITY = const(650) # 650 mAh
55

66

77
BQ27441_I2C_ADDRESS = const(0x55) # Default I2C address of the BQ27441-G1A

0 commit comments

Comments
 (0)