MCPcopy 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
165bool Multiplex::isEnabled(uint8_t n)
166{
167 if (n >= _count) return false;
168 return _enabled[n];
169}
170
171
172bool Multiplex::isEnabledAny()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36