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.
1 parent bc0f5a4 commit 79ea4f6Copy full SHA for 79ea4f6
src/current_sense/LowsideCurrentSense.cpp
@@ -34,7 +34,7 @@ int LowsideCurrentSense::init(){
34
}
35
// Function finding zero offsets of the ADC
36
void LowsideCurrentSense::calibrateOffsets(){
37
- const int calibration_rounds = 10000;
+ const int calibration_rounds = 1000;
38
39
// find adc offset = zero current voltage
40
offset_ia = 0;
0 commit comments