MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / writeByte

Function writeByte

src/ArduinoJson/MsgPack/MsgPackSerializer.hpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void writeByte(uint8_t c) {
198 writer_.write(c);
199 }
200
201 void writeBytes(const uint8_t* p, size_t n) {
202 writer_.write(p, n);

Callers 1

visitFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected