These are the four Interrupt Service Routines (ISR) which must be unique for each interrupt
| 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++; |
nothing calls this directly
no outgoing calls
no test coverage detected