Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ setOutputPin
Method
setOutputPin
Arduino/libraries/ST_Anything/S_TimedRelay.cpp:172–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void S_TimedRelay::setOutputPin(byte pin)
173
{
174
m_nOutputPin = pin;
175
pinMode(m_nOutputPin, OUTPUT);
176
writeStateToPin();
177
}
178
179
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected