Skip to content

Commit c5d1d17

Browse files
author
David R Forrest
committed
Add comment for quick switching between alternative libaries.
1 parent 05cae3b commit c5d1d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/PID_simulated_heater_disp/PID_simulated_heater_disp.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Wokwi https://wokwi.com/projects/357374218559137793
1212
// Wokwi https://wokwi.com/projects/356437164264235009
1313

14+
//#include "PID_v1.h" // https://github.com/br3ttb/Arduino-PID-Library
1415
#include "PID_v1_bc.h" // https://github.com/drf5n/Arduino-PID-Library
1516

1617
//Define Variables we'll be connecting to

0 commit comments

Comments
 (0)