3#include "../common/infrared_common_i.h"
5#define INFRARED_RC6_CARRIER_FREQUENCY 36000
6#define INFRARED_RC6_DUTY_CYCLE 0.33
8#define INFRARED_RC6_PREAMBLE_MARK 2666
9#define INFRARED_RC6_PREAMBLE_SPACE 889
10#define INFRARED_RC6_BIT 444
11#define INFRARED_RC6_PREAMBLE_TOLERANCE 200
12#define INFRARED_RC6_BIT_TOLERANCE 120
14#define INFRARED_RC6_SILENCE (2700 * 10)
15#define INFRARED_RC6_MIN_SPLIT_TIME 2700
16#define INFRARED_RC6_REPEAT_COUNT_MIN 1
21InfraredStatus infrared_decoder_rc6_decode_manchester(
25InfraredStatus infrared_encoder_rc6_encode_manchester(
Definition infrared_common_i.h:42
Definition infrared_common_i.h:55
Definition infrared_common_i.h:18