IRremote
IRCommandDispatcher.hpp File Reference
#include <Arduino.h>
#include "IRCommandDispatcher.h"
#include "TinyIRReceiver.hpp"
#include "LocalDebugLevelStart.h"
#include "LocalDebugLevelEnd.h"
Include dependency graph for IRCommandDispatcher.hpp:

Go to the source code of this file.

Macros

#define USE_TINY_IR_RECEIVER
 
#define USE_CALLBACK_FOR_TINY_RECEIVER
 

Functions

void handleReceivedTinyIRData ()
 Declaration of the callback function provided by the user application. More...
 

Variables

IRCommandDispatcher IRDispatcher
 

Macro Definition Documentation

◆ USE_CALLBACK_FOR_TINY_RECEIVER

#define USE_CALLBACK_FOR_TINY_RECEIVER

Definition at line 68 of file IRCommandDispatcher.hpp.

◆ USE_TINY_IR_RECEIVER

#define USE_TINY_IR_RECEIVER

Definition at line 56 of file IRCommandDispatcher.hpp.

Variable Documentation

◆ IRDispatcher

IRCommandDispatcher IRDispatcher

Definition at line 58 of file IRCommandDispatcher.hpp.