Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ enable
Method
enable
libraries/Multiplex/Multiplex.cpp:137–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
137
bool Multiplex::enable(uint8_t n)
138
{
139
if (n >= _count) return false;
140
_enabled[n] = true;
141
return true;
142
}
143
144
145
bool Multiplex::enableStream(Print *stream)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36