| 74 | #include "LocalDebugLevelStart.h" |
| 75 | |
| 76 | void 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. |
nothing calls this directly
no test coverage detected