Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ setOutputPin
Method
setOutputPin
Arduino/libraries/ST_Anything/IS_DoorControl.cpp:143–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void IS_DoorControl::setOutputPin(byte pin)
144
{
145
m_nOutputPin = pin;
146
pinMode(m_nOutputPin, OUTPUT);
147
writeStateToPin();
148
}
149
150
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected