Skip to content

Commit 5acd870

Browse files
committed
Update AutoTune_Filter_DIRECT.ino
1 parent f846c61 commit 5acd870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/AutoTune_Filter_DIRECT/AutoTune_Filter_DIRECT.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ void setup() {
4040
void loop() {
4141

4242
if (_myPID.autoTune->autoTuneLoop() != _myPID.autoTune->RUN_PID) { // running autotune
43-
Serial.println(F("I'm here!"));
4443

4544
Input = avg(_myPID.analogReadFast(inputPin)); // filtered input
4645
analogWrite(outputPin, Output);

0 commit comments

Comments
 (0)