Set pin mode of RELAY_PIN in PID_RelayOutput example

This commit is contained in:
per1234 2017-10-22 01:44:03 -07:00 committed by GitHub
parent 9b4ca0e5b6
commit f4703b29c9

View File

@ -31,6 +31,8 @@ unsigned long windowStartTime;
void setup() void setup()
{ {
pinMode(RELAY_PIN, OUTPUT);
windowStartTime = millis(); windowStartTime = millis();
//initialize the variables we're linked to //initialize the variables we're linked to