MCPcopy Create free account
hub / github.com/MCUdude/MiniCore / ~SoftwareSerial

Method ~SoftwareSerial

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:274–277  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

272// Destructor
273//
274SoftwareSerial::~SoftwareSerial()
275{
276 end();
277}
278
279void SoftwareSerial::setTX(int8_t tx)
280{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected