Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
4ec04584
Commit
4ec04584
authored
May 18, 2019
by
schneider
Browse files
fix(pmic): update wrong charger setting
parent
1a5d0a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/card10/pmic.c
View file @
4ec04584
...
...
@@ -55,7 +55,7 @@ void pmic_init(void)
MAX77650_setEN_LED_MSTR
(
true
);
//LEDs Master enable
MAX77650_setCHG_CV
(
0
b11000
0
);
// 4.2 V target battery voltage
MAX77650_setCHG_CV
(
0
b11000
);
// 4.2 V target battery voltage
MAX77650_setICHGIN_LIM
(
1
);
// 190 mA limit on USB
MAX77650_setCHG_CC
(
0
b1011
);
// 90 mA fast charge current
MAX77650_setCHG_EN
(
1
);
// Turn on charger
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment