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

Method init

src/IRCommandDispatcher.hpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74#include "LocalDebugLevelStart.h"
75
76void IRCommandDispatcher::init() {
77 initPCIInterruptForTinyIRReceiver();
78}
79/*
80 * This is the TinyIRReceiver callback function, which is called if a complete command was received.
81 * Interrupts are enabled here to allow e.g. delay() in commands.

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45

Tested by

no test coverage detected