IRremote
|
#include "IRremote.h"
Go to the source code of this file.
Macros | |
#define | SHARP_BITS 15 |
#define | SHARP_ONE_SPACE 1805 |
#define | SHARP_ADDR_BITS 5 |
#define | SHARP_DATA_BITS 8 |
#define | SHARP_BIT_MARK_SEND 250 |
#define | SHARP_BIT_MARK_RECV 150 |
#define | SHARP_ZERO_SPACE 795 |
#define | SHARP_GAP 600000 |
#define | SHARP_RPT_SPACE 3000 |
#define | SHARP_TOGGLE_MASK 0x3FF |
#define SHARP_ADDR_BITS 5 |
Definition at line 29 of file ir_Sharp.cpp.
#define SHARP_BIT_MARK_RECV 150 |
Definition at line 32 of file ir_Sharp.cpp.
#define SHARP_BIT_MARK_SEND 250 |
Definition at line 31 of file ir_Sharp.cpp.
#define SHARP_BITS 15 |
Definition at line 25 of file ir_Sharp.cpp.
#define SHARP_DATA_BITS 8 |
Definition at line 30 of file ir_Sharp.cpp.
#define SHARP_GAP 600000 |
Definition at line 35 of file ir_Sharp.cpp.
#define SHARP_ONE_SPACE 1805 |
Definition at line 26 of file ir_Sharp.cpp.
#define SHARP_RPT_SPACE 3000 |
Definition at line 36 of file ir_Sharp.cpp.
#define SHARP_TOGGLE_MASK 0x3FF |
Definition at line 38 of file ir_Sharp.cpp.
#define SHARP_ZERO_SPACE 795 |
Definition at line 34 of file ir_Sharp.cpp.