MCPcopy Create free account
hub / github.com/MCUdude/MiniCore / overflow

Method overflow

avr/libraries/SoftwareSerial/src/SoftwareSerial.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 bool isListening() { return this == active_object; }
115 bool stopListening();
116 bool overflow() { bool ret = _buffer_overflow; if (ret) _buffer_overflow = false; return ret; }
117 int peek();
118
119 virtual size_t write(uint8_t byte);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected