|
IRremote
|
#include <Arduino.h>#include "IRCommandDispatcher.h"#include "TinyIRReceiver.hpp"#include "LocalDebugLevelStart.h"#include "LocalDebugLevelEnd.h"
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 |
| #define USE_CALLBACK_FOR_TINY_RECEIVER |
Definition at line 68 of file IRCommandDispatcher.hpp.
| #define USE_TINY_IR_RECEIVER |
Definition at line 56 of file IRCommandDispatcher.hpp.
| IRCommandDispatcher IRDispatcher |
Definition at line 58 of file IRCommandDispatcher.hpp.