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

Method SerialDisplayClass

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

Source from the content-addressed store, hash-verified

761
762#ifndef NO_SERIAL
763 SerialDisplayClass() : s(Serial), doSerialBegin(true) {}
764#endif
765
766 SerialDisplayClass(Stream& _s) : s(_s), doSerialBegin(false) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected