#include "PID_v1.h" // https://github.com/br3ttb/Arduino-PID-Library
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
255°
Setpoint
0°
#include "PID_v1.h" // https://github.com/br3ttb/Arduino-PID-Library
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}