We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5805e5 + a933547 commit 8fc5eaeCopy full SHA for 8fc5eae
adafruit_lc709203f.py
@@ -96,6 +96,7 @@ class PackSize(CV):
96
(
97
("MAH100", 0x08, "100 mAh", 100),
98
("MAH200", 0x0B, "200 mAh", 200),
99
+ ("MAH400", 0x0E, "400 mAh", 400),
100
("MAH500", 0x10, "500 mAh", 500),
101
("MAH1000", 0x19, "1000 mAh", 1000),
102
("MAH2000", 0x2D, "2000 mAh", 2000),
0 commit comments