We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the 'RelayPin' the PID_RelayOutput.ino example need to be set to output in the 'setup' function?
The text was updated successfully, but these errors were encountered:
I had the same issue when trying this example. should be a
pinMode(RelayPin,OUTPUT);
Sorry, something went wrong.
I ran into the same thing. Wish I had thought to look here instead of trying to trouble shoot it for the past couple hours.
like sjunnesson said, simple fix just add: pinMode(RelayPin, OUTPUT);
Merge pull request br3ttb#8 from gnalbandian/patch-2
0fbd0da
Please consider this aproach
No branches or pull requests
Does the 'RelayPin' the PID_RelayOutput.ino example need to be set to output in the 'setup' function?
The text was updated successfully, but these errors were encountered: