We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8609ba + d9e9bee commit 7cd5c6dCopy full SHA for 7cd5c6d
src/AXP2101.cpp
@@ -268,7 +268,7 @@ void AXP2101::coreS3_init() {
268
write1Byte(0x69, 0b00110101); // AXP CHG_LED
269
// write1Byte(0x97, (0b11110 - 2));
270
write1Byte(0x90, 0xBF); // AXP ALDO~4,BLDO0~2,DIDO1 Enable
271
- write1Byte(0x95, 0x28); // AXP ALDO4 voltage
+ write1Byte(0x95, 0b00011100); // AXP ALDO4 voltage / SD card / 3.3 V
272
273
write1Byte(AW9523_ADDR, 0x02, 0b00000101); // P0
274
write1Byte(AW9523_ADDR, 0x03, 0b00000011);
@@ -348,4 +348,4 @@ void AXP2101::coreS3_VBUS_boost(bool state) {
348
// 7
349
write1Byte(0xF0, 0x00);
350
}
351
-}
+}
0 commit comments