IRremote
|
#include "IRremote.h"
Go to the source code of this file.
Macros | |
#define | SHARP_ALT_RAWLEN 32 |
#define | SHARP_ALT_ADDRESS_BITS 5 |
#define | SHARP_ALT_COMMAND_BITS 8 |
#define | SHARP_ALT_BIT_MARK 150 |
#define | SHARP_ALT_SEND_BIT_MARK 300 |
#define | SHARP_ALT_ONE_SPACE 1750 |
#define | SHARP_ALT_ZERO_SPACE 700 |
#define | SHARP_ALT_RPT_SPACE 50000 |
#define | SHARP_ALT_SEND_RPT_SPACE 44000 |
#define | SHARP_ALT_TOGGLE_MASK 0x3FF |
#define | SHARP_ALT_SEND_INVERT_MASK 0x7FE0 |
#define SHARP_ALT_ADDRESS_BITS 5 |
Definition at line 21 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_BIT_MARK 150 |
Definition at line 23 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_COMMAND_BITS 8 |
Definition at line 22 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_ONE_SPACE 1750 |
Definition at line 25 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_RAWLEN 32 |
Definition at line 20 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_RPT_SPACE 50000 |
Definition at line 27 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_SEND_BIT_MARK 300 |
Definition at line 24 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_SEND_INVERT_MASK 0x7FE0 |
Definition at line 30 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_SEND_RPT_SPACE 44000 |
Definition at line 28 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_TOGGLE_MASK 0x3FF |
Definition at line 29 of file ir_Sharp_alt.cpp.
#define SHARP_ALT_ZERO_SPACE 700 |
Definition at line 26 of file ir_Sharp_alt.cpp.