We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea8fa2 commit b16d5eaCopy full SHA for b16d5ea
libraries/Nicla_System/src/BQ25120A.cpp
@@ -83,6 +83,6 @@ void BQ25120A::setHighImpedanceModeEnabled(bool enabled) {
83
cd = 0;
84
} else {
85
cd = 1;
86
- delayMicroseconds(64); // Give some time to the BQ25120A to wake up
+ delayMicroseconds(128); // Give some time to the BQ25120A to wake up
87
}
88
0 commit comments