Set pin mode of RELAY_PIN in PID_RelayOutput example
This commit is contained in:
parent
9b4ca0e5b6
commit
f4703b29c9
@ -31,6 +31,8 @@ unsigned long windowStartTime;
|
||||
|
||||
void setup()
|
||||
{
|
||||
pinMode(RELAY_PIN, OUTPUT);
|
||||
|
||||
windowStartTime = millis();
|
||||
|
||||
//initialize the variables we're linked to
|
||||
|
Loading…
Reference in New Issue
Block a user