Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ setPWMPin
Method
setPWMPin
Arduino/libraries/ST_Anything/EX_Switch_Dim.cpp:115–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void EX_Switch_Dim::setPWMPin(byte pin)
116
{
117
m_nPinPWM = pin;
118
pinMode(m_nPinPWM, OUTPUT);
119
writeLevelToPin();
120
}
121
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected