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 cfa9165 commit 35400d4Copy full SHA for 35400d4
PedalBox/Pedal.h
@@ -20,7 +20,7 @@ class Pedal
20
//initialise pedal
21
Pedal(String prefix) {
22
_prefix = prefix;
23
- _mySensor.begin(SMOOTHED_EXPONENTIAL, 10);
+ _mySensor.begin(SMOOTHED_AVERAGE, 2);
24
_mySensor.clear();
25
}
26
0 commit comments