Skip to content

Commit

Permalink
Update PID_Basic.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiaai authored Oct 29, 2023
1 parent 677f5cc commit ed93821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PID_Basic/PID_Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Reading analog input 0 to control analog PWM output 3
********************************************************/

#include <PID_v1.h>
#include <PID_Timed.h>

#define PIN_INPUT 0
#define PIN_OUTPUT 3
Expand Down

0 comments on commit ed93821

Please sign in to comment.