MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / flush

Method flush

libraries/Multiplex/Multiplex.cpp:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105void Multiplex::flush() // see issue #13
106{
107 for (uint8_t i = 0; i < _count; i++)
108 {
109 if (_enabled[i])
110 {
111 _stream[i]->flush();
112 }
113 }
114}
115
116
117uint8_t Multiplex::index(Print *stream)

Callers 1

sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected