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

Function ISR

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237#if defined(PCINT0_vect)
238ISR(PCINT0_vect)
239{
240 SoftwareSerial::handle_interrupt();
241}
242#endif
243
244#if defined(PCINT1_vect)

Callers 1

SoftwareSerial.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected