Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ disable
Method
disable
libraries/Multiplex/Multiplex.cpp:151–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
151
bool Multiplex::disable(uint8_t n)
152
{
153
if (n >= _count) return false;
154
_enabled[n] = false;
155
return true;
156
}
157
158
159
bool Multiplex::disableStream(Print *stream)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36