MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / isrPulse2

Function isrPulse2

Arduino/libraries/ST_Anything/PS_PulseCounter.cpp:59–61  ·  view source on GitHub ↗

These are the four Interrupt Service Routines (ISR) which must be unique for each interrupt

Source from the content-addressed store, hash-verified

57
58 //These are the four Interrupt Service Routines (ISR) which must be unique for each interrupt
59 void isrPulse2() {
60 m_nCounts2++;
61 }
62
63 void isrPulse3() {
64 m_nCounts3++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected