MCPcopy 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
137bool Multiplex::enable(uint8_t n)
138{
139 if (n >= _count) return false;
140 _enabled[n] = true;
141 return true;
142}
143
144
145bool Multiplex::enableStream(Print *stream)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36