|
IRremote
|
#include "IRremote.h"
Go to the source code of this file.
Macros | |
| #define | CMD_ON_OFF 0xff |
| #define | CMD_MUTE 0xfe |
| #define | CMD_VOL_UP 0xfd |
| #define | CMD_VOL_DOWN 0xfc |
| #define | CMD_PRESET_6 0xfb |
| #define | CMD_SLEEP 0xfa |
| #define | CMD_FM 0xf9 |
| #define | CMD_AUX 0xf8 |
| #define | CMD_AM 0xf7 |
| #define | CMD_PLAY_PAUSE 0xf6 |
| #define | CMD_STOP 0xf5 |
| #define | CMD_TUNE_UP 0xf4 |
| #define | CMD_TUNE_DOWN 0xf3 |
| #define | CMD_PRESET_1 0xf2 |
| #define | CMD_PRESET_2 0xf1 |
| #define | CMD_PRESET_3 0xf0 |
| #define | CMD_PRESET_4 0xef |
| #define | CMD_PRESET_5 0xee |
| #define | BOSEWAVE_BITS 8 |
| #define | BOSEWAVE_HDR_MARK 1061 |
| #define | BOSEWAVE_HDR_SPACE 1456 |
| #define | BOSEWAVE_BIT_MARK 534 |
| #define | BOSEWAVE_ONE_SPACE 468 |
| #define | BOSEWAVE_ZERO_SPACE 1447 |
| #define | BOSEWAVE_END_MARK 614 |
| #define | BOSEWAVE_RPT_SPACE 51200 |
Variables | |
| unsigned int | rawSignal [35] |
| #define BOSEWAVE_BIT_MARK 534 |
Definition at line 62 of file ir_BoseWave.cpp.
| #define BOSEWAVE_BITS 8 |
Definition at line 59 of file ir_BoseWave.cpp.
| #define BOSEWAVE_END_MARK 614 |
Definition at line 65 of file ir_BoseWave.cpp.
| #define BOSEWAVE_HDR_MARK 1061 |
Definition at line 60 of file ir_BoseWave.cpp.
| #define BOSEWAVE_HDR_SPACE 1456 |
Definition at line 61 of file ir_BoseWave.cpp.
| #define BOSEWAVE_ONE_SPACE 468 |
Definition at line 63 of file ir_BoseWave.cpp.
| #define BOSEWAVE_RPT_SPACE 51200 |
Definition at line 66 of file ir_BoseWave.cpp.
| #define BOSEWAVE_ZERO_SPACE 1447 |
Definition at line 64 of file ir_BoseWave.cpp.
| #define CMD_AM 0xf7 |
Definition at line 48 of file ir_BoseWave.cpp.
| #define CMD_AUX 0xf8 |
Definition at line 47 of file ir_BoseWave.cpp.
| #define CMD_FM 0xf9 |
Definition at line 46 of file ir_BoseWave.cpp.
| #define CMD_MUTE 0xfe |
Definition at line 41 of file ir_BoseWave.cpp.
| #define CMD_ON_OFF 0xff |
Definition at line 40 of file ir_BoseWave.cpp.
| #define CMD_PLAY_PAUSE 0xf6 |
Definition at line 49 of file ir_BoseWave.cpp.
| #define CMD_PRESET_1 0xf2 |
Definition at line 53 of file ir_BoseWave.cpp.
| #define CMD_PRESET_2 0xf1 |
Definition at line 54 of file ir_BoseWave.cpp.
| #define CMD_PRESET_3 0xf0 |
Definition at line 55 of file ir_BoseWave.cpp.
| #define CMD_PRESET_4 0xef |
Definition at line 56 of file ir_BoseWave.cpp.
| #define CMD_PRESET_5 0xee |
Definition at line 57 of file ir_BoseWave.cpp.
| #define CMD_PRESET_6 0xfb |
Definition at line 44 of file ir_BoseWave.cpp.
| #define CMD_SLEEP 0xfa |
Definition at line 45 of file ir_BoseWave.cpp.
| #define CMD_STOP 0xf5 |
Definition at line 50 of file ir_BoseWave.cpp.
| #define CMD_TUNE_DOWN 0xf3 |
Definition at line 52 of file ir_BoseWave.cpp.
| #define CMD_TUNE_UP 0xf4 |
Definition at line 51 of file ir_BoseWave.cpp.
| #define CMD_VOL_DOWN 0xfc |
Definition at line 43 of file ir_BoseWave.cpp.
| #define CMD_VOL_UP 0xfd |
Definition at line 42 of file ir_BoseWave.cpp.
| unsigned int rawSignal[35] |
Definition at line 69 of file ir_BoseWave.cpp.
1.8.18