MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / timerEnableReceiveInterrupt

Function timerEnableReceiveInterrupt

src/private/IRTimer.hpp:128–129  ·  view source on GitHub ↗

* Enables the receive sample timer interrupt, which consumes a small amount of CPU every 50 us. */

Source from the content-addressed store, hash-verified

126 * Enables the receive sample timer interrupt, which consumes a small amount of CPU every 50 us.
127 */
128void timerEnableReceiveInterrupt() {
129}
130
131/**
132 * Disables the receive sample timer interrupt. This must be done before using the timer for e.g. tone().

Callers 3

startMethod · 0.85
restartTimerMethod · 0.85

Calls 3

startMethod · 0.80
resumeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected