Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
238
ISR(PCINT0_vect)
239
{
240
SoftwareSerial::handle_interrupt();
241
}
242
#endif
243
244
#if defined(PCINT1_vect)
Callers
1
SoftwareSerial.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected