Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isEnabled
Method
isEnabled
libraries/Multiplex/Multiplex.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
164
165
bool Multiplex::isEnabled(uint8_t n)
166
{
167
if (n >= _count) return false;
168
return _enabled[n];
169
}
170
171
172
bool Multiplex::isEnabledAny()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36