Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ reset
Method
reset
libraries/Multiplex/Multiplex.cpp:27–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
void Multiplex::reset()
28
{
29
for (uint8_t i = 0; i < _size; i++)
30
{
31
_enabled[i] = false;
32
}
33
_count = 0;
34
_outputCount = 0;
35
}
36
37
38
bool Multiplex::add(Print * stream)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36