MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / remoteWrite

Method remoteWrite

include/VectorDisplay.h:732–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730 }
731
732 virtual void remoteWrite(uint8_t c) override {
733 //s.write(c);
734 }
735
736 virtual void remoteWrite(const void* data, size_t n) override {
737 //s.write((uint8_t*)data, n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected