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 f846c61 commit 5acd870Copy full SHA for 5acd870
examples/AutoTune_Filter_DIRECT/AutoTune_Filter_DIRECT.ino
@@ -40,7 +40,6 @@ void setup() {
40
void loop() {
41
42
if (_myPID.autoTune->autoTuneLoop() != _myPID.autoTune->RUN_PID) { // running autotune
43
- Serial.println(F("I'm here!"));
44
45
Input = avg(_myPID.analogReadFast(inputPin)); // filtered input
46
analogWrite(outputPin, Output);
0 commit comments