MCPcopy Create free account
hub / github.com/KlausMu/esp32-fan-controller / LogStreamClass

Method LogStreamClass

src/log.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14// https://www.learncpp.com/cpp-tutorial/class-code-and-header-files/
15
16LogStreamClass::LogStreamClass(void) {
17}
18
19int LogStreamClass::read() {
20 // return Serial.read();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected