You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a relay board where low means on so when the program allocates the output pin it defaults to low turning the relay on. Immediately after that i can do
driver.Write(outputPin3, true);
But sometimes the relay still trips. I'm not sure if this is possible, if its not do you maybe have some work around where I can allocate the pin high instead of low?
The text was updated successfully, but these errors were encountered:
When allocating an output pin like this
It seems the the pin is defaulted to low, it would be nice if you could pass in the default state like
I have a relay board where low means on so when the program allocates the output pin it defaults to low turning the relay on. Immediately after that i can do
But sometimes the relay still trips. I'm not sure if this is possible, if its not do you maybe have some work around where I can allocate the pin high instead of low?
The text was updated successfully, but these errors were encountered: