Skip to content

Commit 67ea26b

Browse files
committed
Update README.md
1 parent 399b33c commit 67ea26b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sTune(float *input, float *output, TuningRule tuningRule, Action action, SerialM
103103
#### Instantiate sTune
104104

105105
```c++
106-
sTune tuner = sTune(&Input, &Output, tuner.ZN_PID, tuner.directIP, tuner.printALL);
106+
sTune tuner = sTune(&Input, &Output, tuner.Mixed_PID, tuner.directIP, tuner.printALL);
107107
/* ZN_PID directIP serialOFF
108108
DampedOsc_PID direct5T printALL
109109
NoOvershoot_PID reverseIP printSUMMARY

0 commit comments

Comments
 (0)