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

Method end

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void SoftwareSerial::end()
446{
447 stopListening();
448}
449
450
451// Read data from buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected