MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / write

Method write

src/RemoteDebugWS.cpp:173–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171// Print
172
173size_t RemoteDebugWS::write(const uint8_t *buffer, size_t size) {
174
175 // Process buffer
176
177 for(size_t i=0; i<size; i++) {
178 write((uint8_t) buffer[i]);
179 }
180
181 return size;
182}
183
184size_t RemoteDebugWS::write(uint8_t character) {
185

Callers

nothing calls this directly

Calls 1

sendTXTMethod · 0.45

Tested by

no test coverage detected