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 05cae3b commit c5d1d17Copy full SHA for c5d1d17
examples/PID_simulated_heater_disp/PID_simulated_heater_disp.ino
@@ -11,6 +11,7 @@
11
// Wokwi https://wokwi.com/projects/357374218559137793
12
// Wokwi https://wokwi.com/projects/356437164264235009
13
14
+//#include "PID_v1.h" // https://github.com/br3ttb/Arduino-PID-Library
15
#include "PID_v1_bc.h" // https://github.com/drf5n/Arduino-PID-Library
16
17
//Define Variables we'll be connecting to
0 commit comments