Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ disableStream
Method
disableStream
libraries/Multiplex/Multiplex.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
159
bool Multiplex::disableStream(Print *stream)
160
{
161
return disable(index(stream));
162
}
163
164
165
bool Multiplex::isEnabled(uint8_t n)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64