MCPcopy 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
151bool Multiplex::disable(uint8_t n)
152{
153 if (n >= _count) return false;
154 _enabled[n] = false;
155 return true;
156}
157
158
159bool Multiplex::disableStream(Print *stream)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36