Go to the documentation of this file.
13 #define __STDC_LIMIT_MACROS
21 #define MS_TO_USEC(x) (x * 1000U) // Convert milli-Seconds to micro-Seconds.
38 #define RAWTICK kRawTick // Deprecated. For legacy user code support only.
48 #define TIMEOUT_MS kTimeoutMs // For legacy documentation.
117 explicit IRrecv(
const uint16_t recvpin,
const uint16_t bufsize =
kRawBuf,
119 const bool save_buffer =
false,
122 explicit IRrecv(
const uint16_t recvpin,
const uint16_t bufsize =
kRawBuf,
124 const bool save_buffer =
false);
130 uint8_t max_skip = 0, uint16_t noise_floor = 0);
138 bool match(
const uint32_t measured,
const uint32_t desired,
140 const uint16_t delta = 0);
141 bool matchMark(
const uint32_t measured,
const uint32_t desired,
144 bool matchMarkRange(
const uint32_t measured,
const uint32_t desired,
145 const uint16_t range = 100,
147 bool matchSpace(
const uint32_t measured,
const uint32_t desired,
151 const uint16_t range = 100,
161 #endif // defined(ESP32)
168 uint16_t
compare(
const uint16_t oldval,
const uint16_t newval);
169 uint32_t
ticksLow(
const uint32_t usecs,
171 const uint16_t delta = 0);
174 const uint16_t delta = 0);
175 bool matchAtLeast(
const uint32_t measured,
const uint32_t desired,
177 const uint16_t delta = 0);
179 uint64_t *result_bits_ptr,
182 const uint16_t remaining,
183 const uint16_t required,
184 const uint16_t hdrmark,
185 const uint32_t hdrspace,
186 const uint16_t onemark,
187 const uint32_t onespace,
188 const uint16_t zeromark,
189 const uint32_t zerospace,
190 const uint16_t footermark,
191 const uint32_t footerspace,
192 const bool atleast =
false,
195 const bool MSBfirst =
true);
197 const uint16_t onemark,
const uint32_t onespace,
198 const uint16_t zeromark,
const uint32_t zerospace,
201 const bool MSBfirst =
true,
202 const bool expectlastspace =
true);
203 uint16_t
matchBytes(
volatile uint16_t *data_ptr, uint8_t *result_ptr,
204 const uint16_t remaining,
const uint16_t nbytes,
205 const uint16_t onemark,
const uint32_t onespace,
206 const uint16_t zeromark,
const uint32_t zerospace,
209 const bool MSBfirst =
true,
210 const bool expectlastspace =
true);
212 uint64_t *result_ptr,
213 const uint16_t remaining,
const uint16_t nbits,
214 const uint16_t hdrmark,
const uint32_t hdrspace,
215 const uint16_t onemark,
const uint32_t onespace,
216 const uint16_t zeromark,
const uint32_t zerospace,
217 const uint16_t footermark,
const uint32_t footerspace,
218 const bool atleast =
false,
221 const bool MSBfirst =
true);
222 uint16_t
matchGeneric(
volatile uint16_t *data_ptr, uint8_t *result_ptr,
223 const uint16_t remaining,
const uint16_t nbits,
224 const uint16_t hdrmark,
const uint32_t hdrspace,
225 const uint16_t onemark,
const uint32_t onespace,
226 const uint16_t zeromark,
const uint32_t zerospace,
227 const uint16_t footermark,
228 const uint32_t footerspace,
229 const bool atleast =
false,
232 const bool MSBfirst =
true);
234 uint64_t *result_ptr,
235 const uint16_t remaining,
236 const uint16_t nbits,
237 const uint16_t hdrmark,
238 const uint32_t hdrspace,
241 const uint16_t footermark,
242 const uint32_t footerspace,
243 const bool atleast =
false,
246 const bool MSBfirst =
true);
248 uint64_t *result_ptr,
249 const uint16_t remaining,
250 const uint16_t nbits,
251 const uint16_t half_period,
252 const uint16_t starting_balance = 0,
255 const bool MSBfirst =
true,
256 const bool GEThomas =
true);
258 uint64_t *result_ptr,
259 const uint16_t remaining,
260 const uint16_t nbits,
261 const uint16_t hdrmark,
262 const uint32_t hdrspace,
263 const uint16_t clock_period,
264 const uint16_t footermark,
265 const uint32_t footerspace,
266 const bool atleast =
false,
269 const bool MSBfirst =
true,
270 const bool GEThomas =
true);
277 const bool strict =
true);
278 #endif // DECODE_VOLTAS
279 #if (DECODE_NEC || DECODE_SHERWOOD || DECODE_AIWA_RC_T501 || DECODE_SANYO)
281 const uint16_t nbits =
kNECBits,
const bool strict =
true);
285 const uint16_t nbits =
kArgoBits,
const bool strict =
true);
286 #endif // DECODE_ARGO
290 const bool strict =
false);
300 const bool strict =
true);
306 const bool strict =
true);
307 #endif // DECODE_SANYO_AC
308 #if DECODE_MITSUBISHI
311 const bool strict =
true);
313 #if DECODE_MITSUBISHI2
317 const bool strict =
true);
319 #if DECODE_MITSUBISHI_AC
323 const bool strict =
false);
325 #if DECODE_MITSUBISHI136
329 const bool strict =
true);
331 #if DECODE_MITSUBISHI112
335 const bool strict =
true);
337 #if DECODE_MITSUBISHIHEAVY
341 const bool strict =
true);
343 #if (DECODE_RC5 || DECODE_RC6 || DECODE_LASERTAG || DECODE_MWM)
345 uint16_t bitTime,
const uint8_t tolerance =
kUseDefTol,
347 const uint16_t delta = 0,
const uint8_t maxwidth = 3);
352 const bool strict =
true);
357 const bool strict =
false);
362 const bool strict =
false);
364 #if (DECODE_PANASONIC || DECODE_DENON)
367 const bool strict =
false,
372 const uint16_t nbits =
kLgBits,
373 const bool strict =
false);
378 const bool strict =
true);
379 #endif // DECODE_INAX
383 const bool strict =
true);
388 const bool strict =
true);
393 const bool strict =
true);
395 #if DECODE_SAMSUNG_AC
398 const bool strict =
true);
403 const bool strict =
true);
408 const bool strict =
true);
413 const bool strict =
true);
418 const bool strict =
true);
420 #if (DECODE_SHARP || DECODE_DENON)
423 const bool strict =
true,
const bool expansion =
true);
428 const bool strict =
true);
430 #if DECODE_AIWA_RC_T501
433 const bool strict =
true);
438 const bool strict =
true);
443 const bool strict =
true);
445 #if DECODE_KELVINATOR
448 const bool strict =
true);
453 const bool strict =
true);
458 const bool strict =
true);
459 #endif // DECODE_DAIKIN64
463 const bool strict =
true);
464 #endif // DECODE_DAIKIN128
468 const bool strict =
true);
469 #endif // DECODE_DAIKIN152
473 const bool strict =
true);
474 #endif // DECODE_DAIKIN160
478 const bool strict =
true);
479 #endif // DECODE_DAIKIN176
483 const bool strict =
true);
488 const bool strict =
true);
490 #if DECODE_TOSHIBA_AC
493 const bool strict =
true);
498 const bool strict =
true);
499 #endif // DECODE_TROTEC
503 const bool strict =
true);
504 #endif // DECODE_MIDEA
508 const bool strict =
true);
509 #endif // DECODE_MIDEA24
510 #if DECODE_FUJITSU_AC
513 const bool strict =
false);
518 const bool strict =
true);
523 const bool strict =
true);
525 #if DECODE_CARRIER_AC
528 const bool strict =
true);
529 #endif // DECODE_CARRIER_AC
530 #if DECODE_CARRIER_AC40
534 const bool strict =
true);
535 #endif // DECODE_CARRIER_AC40
536 #if DECODE_CARRIER_AC64
540 const bool strict =
true);
541 #endif // DECODE_CARRIER_AC64
542 #if DECODE_GOODWEATHER
546 const bool strict =
true);
547 #endif // DECODE_GOODWEATHER
551 const bool strict =
true);
553 #if (DECODE_HAIER_AC | DECODE_HAIER_AC_YRW02)
556 const bool strict =
true);
558 #if DECODE_HAIER_AC_YRW02
562 const bool strict =
true);
564 #if (DECODE_HITACHI_AC || DECODE_HITACHI_AC2 || DECODE_HITACHI_AC344)
567 const bool strict =
true,
const bool MSBfirst =
true);
569 #if DECODE_HITACHI_AC1
572 const bool strict =
true);
574 #if DECODE_HITACHI_AC3
578 const bool strict =
true);
579 #endif // DECODE_HITACHI_AC3
580 #if DECODE_HITACHI_AC424
584 const bool strict =
true);
585 #endif // DECODE_HITACHI_AC424
589 const bool strict =
true);
591 #if DECODE_WHIRLPOOL_AC
595 const bool strict =
true);
600 const bool strict =
true);
602 #if DECODE_ELECTRA_AC
605 const bool strict =
true);
607 #if DECODE_PANASONIC_AC
611 const bool strict =
true);
612 #endif // DECODE_PANASONIC_AC
613 #if DECODE_PANASONIC_AC32
617 const bool strict =
true);
618 #endif // DECODE_PANASONIC_AC32
622 const bool strict =
true);
626 const uint16_t nbits = 24,
627 const bool strict =
true);
632 const bool strict =
true);
637 const bool strict =
false);
642 const bool strict =
true);
647 const bool strict =
true);
648 #endif // DECODE_NEOCLIMA
652 const bool strict =
true);
653 #endif // DECODE_AMCOR
657 const bool strict =
true);
658 #endif // DECODE_EPSON
662 const bool strict =
true);
663 #endif // DECODE_SYMPHONY
667 const bool strict =
true);
668 #endif // DECODE_AIRWELL
669 #if DECODE_DELONGHI_AC
672 const bool strict =
true);
673 #endif // DECODE_DELONGHI_AC
677 const bool strict =
true);
678 #endif // DECODE_DOSHISHA
679 #if DECODE_MULTIBRACKETS
683 const bool strict =
true);
684 #endif // DECODE_MULTIBRACKETS
685 #if DECODE_TECHNIBEL_AC
689 const bool strict =
true);
690 #endif // DECODE_TECHNIBEL_AC
694 const bool strict =
true);
695 #endif // DECODE_CORONA_AC
699 const bool strict =
true);
700 #endif // DECODE_ZEPEAL
704 const bool strict =
true);
705 #endif // DECODE_METZ
709 const bool strict =
true);
710 #endif // DECODE_TRANSCOLD
715 const bool strict =
true);
716 #endif // DECODE_MIRAGE
717 #if DECODE_ELITESCREENS
721 const bool strict =
true);
722 #endif // DECODE_ELITESCREENS
726 const bool strict =
true);
727 #endif // DECODE_ECOCLIM
730 const uint16_t nbits =
kXmpBits,
const bool strict =
true);
bool decodeMultibrackets(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMultibracketsBits, const bool strict=true)
Decode the Multibrackets message. Status: BETA / Appears to be working.
Definition: ir_Multibrackets.cpp:59
uint16_t matchBytes(volatile uint16_t *data_ptr, uint8_t *result_ptr, const uint16_t remaining, const uint16_t nbytes, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true, const bool expectlastspace=true)
Match & decode the typical data section of an IR message. The bytes are stored at result_ptr....
Definition: IRrecv.cpp:1327
const uint16_t kDelonghiAcBits
Definition: IRremoteESP8266.h:950
bool decodeMitsubishi(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMitsubishiBits, const bool strict=true)
Decode the supplied Mitsubishi 16-bit message. Status: STABLE / Working.
Definition: ir_Mitsubishi.cpp:126
const uint16_t kMirageBits
Definition: IRremoteESP8266.h:1024
bool decodeHaierAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kHaierACBits, const bool strict=true)
Decode the supplied Haier HSU07-HEA03 remote message. Status: STABLE / Known to be working.
Definition: ir_Haier.cpp:974
bool decodeNEC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kNECBits, const bool strict=true)
Decode the supplied NEC (Renesas) message. Status: STABLE / Known good.
Definition: ir_NEC.cpp:81
const uint32_t kFnvPrime32
Definition: IRrecv.h:52
bool overflow
Definition: IRrecv.h:109
bool decodeDaikin128(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin128Bits, const bool strict=true)
Decode the supplied Daikin 128-bit message. (DAIKIN128) Status: STABLE / Known Working.
Definition: ir_Daikin.cpp:3001
const uint16_t kGicableBits
Definition: IRremoteESP8266.h:974
uint16_t matchGeneric(volatile uint16_t *data_ptr, uint64_t *result_ptr, const uint16_t remaining, const uint16_t nbits, const uint16_t hdrmark, const uint32_t hdrspace, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint16_t footermark, const uint32_t footerspace, const bool atleast=false, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true)
Match & decode a generic/typical <= 64bit IR message. The data is stored at result_ptr.
Definition: IRrecv.cpp:1481
decode_type_t
Enumerator for defining and numbering of supported IR protocol.
Definition: IRremoteESP8266.h:792
const uint16_t kCarrierAcBits
Definition: IRremoteESP8266.h:915
bool decodeTranscold(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kTranscoldBits, const bool strict=true)
Decode the supplied Transcold A/C message. Status: STABLE / Known Working.
Definition: ir_Transcold.cpp:447
int16_t getRClevel(decode_results *results, uint16_t *offset, uint16_t *used, uint16_t bitTime, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const uint16_t delta=0, const uint8_t maxwidth=3)
Gets one undecoded level at a time from the raw buffer. The RC5/6 decoding is easier if the data is b...
Definition: ir_RC5_RC6.cpp:243
const uint16_t kMultibracketsBits
Definition: IRremoteESP8266.h:1045
const uint16_t kSharpAcBits
Definition: IRremoteESP8266.h:1086
const uint16_t kWhynterBits
Definition: IRremoteESP8266.h:1117
bool decodeSanyoAc(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSanyoAcBits, const bool strict=true)
Decode the supplied SanyoAc message. Status: STABLE / Reported as working.
Definition: ir_Sanyo.cpp:273
uint8_t overflow
Definition: IRrecv.h:78
bool decodeMitsubishi2(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMitsubishiBits, const bool strict=true)
Decode the supplied second variation of a Mitsubishi 16-bit message. Status: STABLE / Working.
Definition: ir_Mitsubishi.cpp:191
bool decodeGree(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kGreeBits, const bool strict=true)
Decode the supplied Gree HVAC message. Status: STABLE / Working.
Definition: ir_Gree.cpp:659
const uint16_t kAirwellBits
Definition: IRremoteESP8266.h:902
irparams_t * irparams_save
Definition: IRrecv.h:157
const uint16_t kMitsubishiACBits
Definition: IRremoteESP8266.h:1031
bool decodeFujitsuAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kFujitsuAcBits, const bool strict=false)
Decode the supplied Fujitsu AC IR message if possible. Status: STABLE / Working.
Definition: ir_Fujitsu.cpp:840
bool matchMarkRange(const uint32_t measured, const uint32_t desired, const uint16_t range=100, const int16_t excess=kMarkExcess)
Check if we match a mark signal(measured) with the desired within a range (in uSeconds) either side o...
Definition: IRrecv.cpp:1150
const uint16_t kTechnibelAcBits
Definition: IRremoteESP8266.h:952
bool decodeTrotec(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kTrotecBits, const bool strict=true)
Decode the supplied Trotec message. Status: STABLE / Works. Untested on real devices.
Definition: ir_Trotec.cpp:307
bool decodeNeoclima(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kNeoclimaBits, const bool strict=true)
Decode the supplied Neoclima message. Status: STABLE / Known working.
Definition: ir_Neoclima.cpp:571
const uint16_t kVoltasBits
Definition: IRremoteESP8266.h:1122
bool decodeMitsubishi112(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMitsubishi112Bits, const bool strict=true)
Decode the supplied Mitsubishi/TCL 112-bit A/C message. (MITSUBISHI112, TCL112AC) Status: STABLE / Re...
Definition: ir_Mitsubishi.cpp:1243
bool decodeSamsungAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSamsungAcBits, const bool strict=true)
Decode the supplied Samsung A/C message. Status: Stable / Known to be working.
Definition: ir_Samsung.cpp:772
bool decodeAirwell(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kAirwellBits, const bool strict=true)
Decode the supplied Airwell "Manchester code" message.
Definition: ir_Airwell.cpp:53
const uint16_t kRC5XBits
Definition: IRremoteESP8266.h:1064
bool decodeMagiQuest(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMagiquestBits, const bool strict=true)
Decode the supplied MagiQuest message. Status: Beta / Should work.
Definition: ir_Magiquest.cpp:69
uint16_t rawlen
Definition: IRrecv.h:77
const uint8_t kUseDefTol
Definition: IRrecv.h:36
bool decodeDelonghiAc(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDelonghiAcBits, const bool strict=true)
Decode the supplied Delonghi A/C message. Status: STABLE / Expected to be working.
Definition: ir_Delonghi.cpp:58
Class for receiving IR messages.
Definition: IRrecv.h:114
uint16_t bufsize
Definition: IRrecv.h:73
Results returned from the decoder.
Definition: IRrecv.h:92
uint16_t matchGenericConstBitTime(volatile uint16_t *data_ptr, uint64_t *result_ptr, const uint16_t remaining, const uint16_t nbits, const uint16_t hdrmark, const uint32_t hdrspace, const uint16_t one, const uint32_t zero, const uint16_t footermark, const uint32_t footerspace, const bool atleast=false, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true)
Match & decode a generic/typical constant bit time <= 64bit IR message. The data is stored at result_...
Definition: IRrecv.cpp:1575
bool decodeCarrierAC64(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kCarrierAc64Bits, const bool strict=true)
Decode the supplied Carrier 64-bit HVAC message. Status: STABLE / Known to be working.
Definition: ir_Carrier.cpp:195
const uint16_t kCoolixBits
Definition: IRremoteESP8266.h:913
bool decodeArgo(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kArgoBits, const bool strict=true)
Decode the supplied Argo message. Status: BETA / Probably works.
Definition: ir_Argo.cpp:445
const uint16_t kCoronaAcBitsShort
Definition: IRremoteESP8266.h:923
uint64_t data
Definition: IRrecv.h:85
const uint16_t kSamsung36Bits
Definition: IRremoteESP8266.h:1069
const uint16_t kMagiquestBits
Definition: IRremoteESP8266.h:1016
uint16_t * rawbuf
Definition: IRrecv.h:74
Information for the interrupt handler.
Definition: IRrecv.h:69
uint16_t getBufSize(void)
Obtain the maximum number of entries possible in the capture buffer. i.e. It's size.
Definition: IRrecv.cpp:412
const uint16_t kSanyoLC7461Bits
Definition: IRremoteESP8266.h:1080
bool repeat
Definition: IRrecv.h:110
bool decodeHitachiAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kHitachiAcBits, const bool strict=true, const bool MSBfirst=true)
Decode the supplied Hitachi A/C message. Status: STABLE / Expected to work.
Definition: ir_Hitachi.cpp:846
const uint16_t kTrotecBits
Definition: IRremoteESP8266.h:1112
bool decodeVestelAc(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kVestelAcBits, const bool strict=true)
Decode the supplied Vestel message. Status: Alpha / Needs testing against a real device.
Definition: ir_Vestel.cpp:537
const uint8_t kIdleState
Definition: IRrecv.h:31
bool decodeAmcor(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kAmcorBits, const bool strict=true)
Decode the supplied Amcor HVAC message. Status: STABLE / Reported as working.
Definition: ir_Amcor.cpp:58
bool decodeDaikin(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikinBits, const bool strict=true)
Decode the supplied Daikin 280-bit message. (DAIKIN) Status: STABLE / Reported as working.
Definition: ir_Daikin.cpp:597
const uint16_t kEliteScreensBits
Definition: IRremoteESP8266.h:967
uint8_t recvpin
Definition: IRrecv.h:70
uint16_t timer
Definition: IRrecv.h:72
bool decodeDaikin64(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin64Bits, const bool strict=true)
Decode the supplied Daikin 64-bit message. (DAIKIN64) Status: Beta / Probably Working.
Definition: ir_Daikin.cpp:3473
bool decodeMetz(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMetzBits, const bool strict=true)
Decode the supplied Metz message. Status: BETA / Probably works.
Definition: ir_Metz.cpp:67
bool success
Definition: IRrecv.h:84
bool decodeDaikin2(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin2Bits, const bool strict=true)
Decode the supplied Daikin 312-bit message. (DAIKIN2) Status: STABLE / Works as expected.
Definition: ir_Daikin.cpp:1352
const uint16_t kElectraAcBits
Definition: IRremoteESP8266.h:965
bool matchSpace(const uint32_t measured, const uint32_t desired, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess)
Check if we match a space signal(measured) with the desired within +/-tolerance percent,...
Definition: IRrecv.cpp:1169
const uint16_t kSonyMinBits
Definition: IRremoteESP8266.h:1093
const uint8_t kStopState
Definition: IRrecv.h:34
uint16_t rawlen
Definition: IRrecv.h:108
const uint16_t kMaxTimeoutMs
Definition: IRrecv.h:49
bool decodePanasonicAC32(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kPanasonicAc32Bits, const bool strict=true)
Decode the supplied Panasonic AC 32/16bit message. Status: STABLE / Confirmed working.
Definition: ir_Panasonic.cpp:980
const uint16_t kDaikin2Bits
Definition: IRremoteESP8266.h:931
bool decodePanasonic(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kPanasonicBits, const bool strict=false, const uint32_t manufacturer=kPanasonicManufacturer)
Decode the supplied Panasonic message. Status: STABLE / Should be working.
Definition: ir_Panasonic.cpp:128
const uint16_t kHitachiAc1Bits
Definition: IRremoteESP8266.h:991
bool decodeElectraAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kElectraAcBits, const bool strict=true)
Decode the supplied Electra A/C message. Status: STABLE / Known working.
Definition: ir_Electra.cpp:370
bool decodeDaikin216(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin216Bits, const bool strict=true)
Decode the supplied Daikin 216-bit message. (DAIKIN216) Status: STABLE / Should be working.
Definition: ir_Daikin.cpp:1715
bool decodeDaikin152(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin152Bits, const bool strict=true)
Decode the supplied Daikin 152-bit message. (DAIKIN152) Status: STABLE / Known Working.
Definition: ir_Daikin.cpp:3090
bool decodeElitescreens(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kEliteScreensBits, const bool strict=true)
Decode the supplied Elite Screens message. Status: STABLE / Confirmed working.
Definition: ir_EliteScreens.cpp:63
bool decodeDenon(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDenonBits, const bool strict=true)
Decode the supplied Delonghi A/C message. Status: STABLE / Should work fine.
Definition: ir_Denon.cpp:70
const uint16_t kPanasonicBits
Definition: IRremoteESP8266.h:1052
const uint16_t kMilesTag2ShotBits
Definition: IRremoteESP8266.h:1124
decode_type_t decode_type
Definition: IRrecv.h:94
const uint16_t kPanasonicAcBits
Definition: IRremoteESP8266.h:1056
bool decodeTechnibelAc(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kTechnibelAcBits, const bool strict=true)
Status: STABLE / Reported as working on a real device.
Definition: ir_Technibel.cpp:54
const uint64_t kRepeat
Definition: IRrecv.h:26
void setTolerance(const uint8_t percent=kTolerance)
Set the base tolerance percentage for matching incoming IR messages.
Definition: IRrecv.cpp:425
const uint16_t kXmpBits
Definition: IRremoteESP8266.h:1119
bool decodeMidea(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMideaBits, const bool strict=true)
Decode the supplied Midea message. Status: Alpha / Needs testing against a real device.
Definition: ir_Midea.cpp:666
bool decodeVoltas(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kVoltasBits, const bool strict=true)
Decode the supplied Voltas message. Status: STABLE / Working on real device.
Definition: ir_Voltas.cpp:61
const uint16_t kDaikin160Bits
Definition: IRremoteESP8266.h:936
void copyIrParams(volatile irparams_t *src, irparams_t *dst)
Make a copy of the interrupt state & buffer data. Needed because irparams is marked as volatile,...
Definition: IRrecv.cpp:388
bool decodeKelvinator(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kKelvinatorBits, const bool strict=true)
Decode the supplied Kelvinator message. Status: STABLE / Known working.
Definition: ir_Kelvinator.cpp:459
const uint16_t kGoodweatherBits
Definition: IRremoteESP8266.h:976
bool decodeMWM(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=24, const bool strict=true)
Decode the supplied MWM message. Status: Implemented.
Definition: ir_MWM.cpp:81
void enableIRIn(const bool pullup=false)
Set up and (re)start the IR capture mechanism.
Definition: IRrecv.cpp:319
const uint16_t kDaikin152Bits
Definition: IRremoteESP8266.h:942
bool matchSpaceRange(const uint32_t measured, const uint32_t desired, const uint16_t range=100, const int16_t excess=kMarkExcess)
Check if we match a space signal(measured) with the desired within a range (in uSeconds) either side ...
Definition: IRrecv.cpp:1189
bool decodePanasonicAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kPanasonicAcBits, const bool strict=true)
Decode the supplied Panasonic AC message. Status: STABLE / Works with real device(s).
Definition: ir_Panasonic.cpp:851
bool decodeDoshisha(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDoshishaBits, const bool strict=true)
Decode the supplied Doshisha message. Status: STABLE / Works on real device.
Definition: ir_Doshisha.cpp:85
bool decodeZepeal(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kZepealBits, const bool strict=true)
Decode the supplied Zepeal message. Status: STABLE / Works on real device.
Definition: ir_Zepeal.cpp:67
bool decodeDaikin160(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin160Bits, const bool strict=true)
Decode the supplied Daikin 160-bit message. (DAIKIN160) Status: STABLE / Confirmed working.
Definition: ir_Daikin.cpp:2080
bool decodeLasertag(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kLasertagBits, const bool strict=true)
Decode the supplied Lasertag message. Status: BETA / Appears to be working 90% of the time.
Definition: ir_Lasertag.cpp:70
const uint8_t kTimeoutMs
Definition: IRrecv.h:47
uint16_t _matchGeneric(volatile uint16_t *data_ptr, uint64_t *result_bits_ptr, uint8_t *result_ptr, const bool use_bits, const uint16_t remaining, const uint16_t required, const uint16_t hdrmark, const uint32_t hdrspace, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint16_t footermark, const uint32_t footerspace, const bool atleast=false, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true)
Match & decode a generic/typical IR message. The data is stored in result_bits_ptr or result_bytes_pt...
Definition: IRrecv.cpp:1379
const uint8_t kMarkState
Definition: IRrecv.h:32
void setUnknownThreshold(const uint16_t length)
Set the minimum length we will consider for reporting UNKNOWN message types.
Definition: IRrecv.cpp:417
const uint16_t kSymphonyBits
Definition: IRremoteESP8266.h:1095
bool decodeMirage(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMirageBits, const bool strict=true)
Decode the supplied Mirage message. Status: STABLE / Reported as working.
Definition: ir_Mirage.cpp:50
const uint16_t kRC6Mode0Bits
Definition: IRremoteESP8266.h:1065
const uint16_t kStateSizeMax
Definition: IRrecv.h:60
Results from a data match.
Definition: IRrecv.h:83
uint8_t rcvstate
Definition: IRrecv.h:71
const uint16_t kMetzBits
Definition: IRremoteESP8266.h:1017
bool decodeRC6(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kRC6Mode0Bits, const bool strict=false)
Decode the supplied RC6 message. Status: Stable.
Definition: ir_RC5_RC6.cpp:383
bool decodeRC5(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kRC5XBits, const bool strict=true)
Decode the supplied RC-5/RC5X message. Status: RC-5 (stable), RC-5X (alpha)
Definition: ir_RC5_RC6.cpp:309
~IRrecv(void)
Class destructor Cleans up after the object is no longer needed. e.g. Frees up all memory used by the...
Definition: IRrecv.cpp:304
bool decodeHitachiAc3(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kHitachiAc3Bits, const bool strict=true)
Decode the supplied Hitachi 15to27-byte/120to216-bit A/C message. Status: STABLE / Works fine.
Definition: ir_Hitachi.cpp:1425
bool decodeWhynter(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kWhynterBits, const bool strict=true)
Decode the supplied Whynter message. Status: STABLE / Working. Strict mode is ALPHA.
Definition: ir_Whynter.cpp:74
bool decodeCarrierAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kCarrierAcBits, const bool strict=true)
Decode the supplied Carrier HVAC message.
Definition: ir_Carrier.cpp:82
const uint16_t kMitsubishiHeavy152Bits
Definition: IRremoteESP8266.h:1043
const uint16_t kDoshishaBits
Definition: IRremoteESP8266.h:959
const uint16_t kCarrierAc40Bits
Definition: IRremoteESP8266.h:917
const uint16_t kStartOffset
Definition: IRrecv.h:20
const uint16_t kAmcorBits
Definition: IRremoteESP8266.h:908
bool decodeRCMM(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kRCMMBits, const bool strict=false)
Decode a Philips RC-MM packet (between 12 & 32 bits) if possible. Status: STABLE / Should be working.
Definition: ir_RCMM.cpp:96
IRrecv(const uint16_t recvpin, const uint16_t bufsize=kRawBuf, const uint8_t timeout=kTimeoutMs, const bool save_buffer=false, const uint8_t timer_num=kDefaultESP32Timer)
Class constructor Args:
Definition: IRrecv.cpp:243
bool decodeMitsubishi136(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMitsubishi136Bits, const bool strict=true)
Decode the supplied Mitsubishi 136-bit A/C message. (MITSUBISHI136) Status: STABLE / Reported as work...
Definition: ir_Mitsubishi.cpp:869
volatile uint16_t * rawbuf
Definition: IRrecv.h:107
const uint8_t kTolerance
Definition: IRrecv.h:35
bool decodeSharp(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSharpBits, const bool strict=true, const bool expansion=true)
Decode the supplied Sharp message. Status: STABLE / Working fine.
Definition: ir_Sharp.cpp:155
uint16_t used
Definition: IRrecv.h:86
const uint32_t kPanasonicManufacturer
Definition: IRremoteESP8266.h:1053
uint32_t address
Definition: IRrecv.h:101
bool decodeNikai(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kNikaiBits, const bool strict=true)
Decode the supplied Nikai message. Status: STABLE / Working.
Definition: ir_Nikai.cpp:52
const uint16_t kMitsubishiBits
Definition: IRremoteESP8266.h:1026
bool match(const uint32_t measured, const uint32_t desired, const uint8_t tolerance=kUseDefTol, const uint16_t delta=0)
Check if we match a pulse(measured) with the desired within +/-tolerance percent and/or +/- a fixed d...
Definition: IRrecv.cpp:1057
bool decodeSymphony(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSymphonyBits, const bool strict=true)
Decode the supplied Symphony packet/message. Status: STABLE / Should be working.
Definition: ir_Symphony.cpp:60
const uint16_t kSamsungAcBits
Definition: IRremoteESP8266.h:1071
const uint16_t kUnknownThreshold
Definition: IRrecv.h:28
const uint16_t kMideaBits
Definition: IRremoteESP8266.h:1019
bool decodeAiwaRCT501(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kAiwaRcT501Bits, const bool strict=true)
Decode the supplied Aiwa RC T501 message. Status: BETA / Should work.
Definition: ir_Aiwa.cpp:61
const uint16_t kKelvinatorBits
Definition: IRremoteESP8266.h:1006
bool decodeGICable(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kGicableBits, const bool strict=true)
Decode the supplied G.I. Cable message. Status: Alpha / Not tested against a real device.
Definition: ir_GICable.cpp:63
bool decodeTeco(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kTecoBits, const bool strict=false)
Decode the supplied Teco message. Status: STABLE / Tested.
Definition: ir_Teco.cpp:353
bool decodeSanyoLC7461(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSanyoLC7461Bits, const bool strict=true)
Decode the supplied SANYO LC7461 message. Status: BETA / Probably works.
Definition: ir_Sanyo.cpp:136
bool decodeCarrierAC40(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kCarrierAc40Bits, const bool strict=true)
Decode the supplied Carrier 40-bit HVAC message. Carrier HVAC messages contain only 40 bits,...
Definition: ir_Carrier.cpp:147
const uint16_t kNECBits
Definition: IRremoteESP8266.h:1048
const uint16_t kDenonBits
Definition: IRremoteESP8266.h:954
const uint16_t kHaierACBits
Definition: IRremoteESP8266.h:982
bool matchAtLeast(const uint32_t measured, const uint32_t desired, const uint8_t tolerance=kUseDefTol, const uint16_t delta=0)
Check if we match a pulse(measured) of at least desired within tolerance percent and/or a fixed delta...
Definition: IRrecv.cpp:1088
const uint16_t kZepealBits
Definition: IRremoteESP8266.h:1120
const uint16_t kMidea24Bits
Definition: IRremoteESP8266.h:1021
bool decodeDaikin176(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDaikin176Bits, const bool strict=true)
Decode the supplied Daikin 176-bit message. (DAIKIN176) Status: STABLE / Expected to work.
Definition: ir_Daikin.cpp:2472
const uint16_t kNeoclimaBits
Definition: IRremoteESP8266.h:1050
const uint16_t kWhirlpoolAcBits
Definition: IRremoteESP8266.h:1115
bool decodeSharpAc(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSharpAcBits, const bool strict=true)
Decode the supplied Sharp A/C message. Status: STABLE / Known working.
Definition: ir_Sharp.cpp:855
bool decodeJVC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kJvcBits, const bool strict=true)
Decode the supplied JVC message. Status: Stable / Known working.
Definition: ir_JVC.cpp:94
bool decodeEcoclim(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kEcoclimBits, const bool strict=true)
Decode the supplied EcoClim A/C message. Status: STABLE / Confirmed working on real remote.
Definition: ir_Ecoclim.cpp:68
bool decodeMitsubishiAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMitsubishiACBits, const bool strict=false)
Decode the supplied Mitsubish 144-bit A/C message. Status: BETA / Probably works.
Definition: ir_Mitsubishi.cpp:257
const uint16_t kCarrierAc64Bits
Definition: IRremoteESP8266.h:919
const uint16_t kPioneerBits
Definition: IRremoteESP8266.h:1060
uint16_t bits
Definition: IRrecv.h:106
const uint16_t kGreeBits
Definition: IRremoteESP8266.h:979
const uint16_t kJvcBits
Definition: IRremoteESP8266.h:1004
const uint16_t kLasertagBits
Definition: IRremoteESP8266.h:1008
const uint16_t kDaikin128Bits
Definition: IRremoteESP8266.h:939
const uint16_t kAiwaRcT501Bits
Definition: IRremoteESP8266.h:904
uint32_t ticksLow(const uint32_t usecs, const uint8_t tolerance=kUseDefTol, const uint16_t delta=0)
Calculate the lower bound of the nr. of ticks.
Definition: IRrecv.cpp:1031
const uint16_t kTecoBits
Definition: IRremoteESP8266.h:1100
bool decodeEpson(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kEpsonBits, const bool strict=true)
Decode the supplied Epson message. Status: Beta / Probably works.
Definition: ir_Epson.cpp:45
const uint16_t kToshibaACBits
Definition: IRremoteESP8266.h:1103
bool decodeSony(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSonyMinBits, const bool strict=false)
Decode the supplied Sony/SIRC message. Status: STABLE / Should be working. strict mode is ALPHA / Unt...
Definition: ir_Sony.cpp:121
const uint16_t kDaikinBits
Definition: IRremoteESP8266.h:926
bool matchMark(const uint32_t measured, const uint32_t desired, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess)
Check if we match a mark signal(measured) with the desired within +/-tolerance percent,...
Definition: IRrecv.cpp:1130
const uint16_t kHitachiAcBits
Definition: IRremoteESP8266.h:988
const uint16_t kHitachiAc3Bits
Definition: IRremoteESP8266.h:995
const uint16_t kRawBuf
Definition: IRrecv.h:25
bool decode(decode_results *results, irparams_t *save=NULL, uint8_t max_skip=0, uint16_t noise_floor=0)
Decodes the received IR message. If the interrupt state is saved, we will immediately resume waiting ...
Definition: IRrecv.cpp:502
bool decodePioneer(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kPioneerBits, const bool strict=true)
Decode the supplied Pioneer message. Status: STABLE / Should be working. (Self decodes & real example...
Definition: ir_Pioneer.cpp:92
uint8_t getTolerance(void)
Get the base tolerance percentage for matching incoming IR messages.
Definition: IRrecv.cpp:431
const uint16_t kDishBits
Definition: IRremoteESP8266.h:957
uint16_t compare(const uint16_t oldval, const uint16_t newval)
Compare two tick values.
Definition: IRrecv.cpp:1207
uint32_t command
Definition: IRrecv.h:102
const uint16_t kFujitsuAcBits
Definition: IRremoteESP8266.h:972
uint64_t value
Definition: IRrecv.h:100
const uint16_t kArgoBits
Definition: IRremoteESP8266.h:911
const uint16_t kHitachiAc2StateLength
Definition: IRremoteESP8266.h:992
bool decodeSamsung36(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSamsung36Bits, const bool strict=true)
Decode the supplied Samsung36 message. Status: STABLE / Expected to work.
Definition: ir_Samsung.cpp:192
const uint16_t kFooter
Definition: IRrecv.h:19
const uint16_t kNikaiBits
Definition: IRremoteESP8266.h:1047
const uint16_t kLutronBits
Definition: IRremoteESP8266.h:1015
bool decodeXmp(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kXmpBits, const bool strict=true)
Decode the supplied XMP packet/message. Status: BETA / Probably works.
Definition: ir_Xmp.cpp:160
uint8_t timeout
Definition: IRrecv.h:79
bool decodeCoronaAc(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kCoronaAcBitsShort, const bool strict=true)
Decode the supplied CoronaAc message. Status: STABLE / Appears to be working.
Definition: ir_Corona.cpp:88
bool decodeLutron(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kLutronBits, const bool strict=true)
Decode the supplied Lutron message. Status: STABLE / Working.
Definition: ir_Lutron.cpp:65
bool decodeDISH(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kDishBits, const bool strict=true)
Decode the supplied DISH NETWORK message. Status: ALPHA (untested and unconfirmed....
Definition: ir_Dish.cpp:77
const uint16_t kRawTick
Definition: IRrecv.h:37
uint16_t matchManchesterData(volatile const uint16_t *data_ptr, uint64_t *result_ptr, const uint16_t remaining, const uint16_t nbits, const uint16_t half_period, const uint16_t starting_balance=0, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true, const bool GEThomas=true)
Match & decode a Manchester Code data (<= 64bits.
Definition: IRrecv.cpp:1769
void resume(void)
Resume collection of received IR data.
Definition: IRrecv.cpp:373
bool decodeMilestag2(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMilesTag2ShotBits, const bool strict=true)
Decode the supplied MilesTag2 message. Status: ALPHA / Probably works but needs testing with a real d...
Definition: ir_MilesTag2.cpp:63
const uint16_t kEcoclimBits
Definition: IRremoteESP8266.h:960
const uint16_t kHaierACYRW02Bits
Definition: IRremoteESP8266.h:985
match_result_t matchData(volatile uint16_t *data_ptr, const uint16_t nbits, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true, const bool expectlastspace=true)
Match & decode the typical data section of an IR message. The data value is stored in the least signi...
Definition: IRrecv.cpp:1266
const uint16_t kHitachiAc424Bits
Definition: IRremoteESP8266.h:1001
bool decodeWhirlpoolAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kWhirlpoolAcBits, const bool strict=true)
Decode the supplied Whirlpool A/C message. Status: STABLE / Working as intended.
Definition: ir_Whirlpool.cpp:607
const uint16_t kMarkExcess
Definition: IRrecv.h:24
bool decodeHaierACYRW02(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kHaierACYRW02Bits, const bool strict=true)
Decode the supplied Haier YR-W02 remote A/C message. Status: BETA / Appears to be working.
Definition: ir_Haier.cpp:1020
bool decodeLG(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kLgBits, const bool strict=false)
Decode the supplied LG message. Status: STABLE / Working.
Definition: ir_LG.cpp:139
bool decodeCOOLIX(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kCoolixBits, const bool strict=true)
Decode the supplied Coolix A/C message. Status: STABLE / Known Working.
Definition: ir_Coolix.cpp:628
const uint16_t kLegoPfBits
Definition: IRremoteESP8266.h:1010
const uint16_t kSharpBits
Definition: IRremoteESP8266.h:1084
bool decodeGoodweather(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kGoodweatherBits, const bool strict=true)
Decode the supplied Goodweather message. Status: BETA / Probably works.
Definition: ir_Goodweather.cpp:424
uint8_t _tolerance
Definition: IRrecv.h:158
const uint8_t kDefaultESP32Timer
Definition: IRrecv.h:56
uint16_t matchManchester(volatile const uint16_t *data_ptr, uint64_t *result_ptr, const uint16_t remaining, const uint16_t nbits, const uint16_t hdrmark, const uint32_t hdrspace, const uint16_t clock_period, const uint16_t footermark, const uint32_t footerspace, const bool atleast=false, const uint8_t tolerance=kUseDefTol, const int16_t excess=kMarkExcess, const bool MSBfirst=true, const bool GEThomas=true)
Match & decode a Manchester Code <= 64bit IR message. The data is stored at result_ptr.
Definition: IRrecv.cpp:1662
bool decodeInax(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kInaxBits, const bool strict=true)
Decode the supplied Inax Toilet message. Status: Stable / Known working.
Definition: ir_Inax.cpp:51
void crudeNoiseFilter(decode_results *results, const uint16_t floor=0)
Remove or merge pulses in the capture buffer that are too short.
Definition: IRrecv.cpp:438
bool decodeHitachiAC1(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kHitachiAc1Bits, const bool strict=true)
bool decodeSAMSUNG(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kSamsungBits, const bool strict=true)
Decode the supplied Samsung 32-bit message. Status: STABLE.
Definition: ir_Samsung.cpp:118
bool decodeLegoPf(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kLegoPfBits, const bool strict=true)
Decode the supplied LEGO Power Functions message. Status: STABLE / Appears to work.
Definition: ir_Lego.cpp:71
const uint16_t kRCMMBits
Definition: IRremoteESP8266.h:1067
const uint8_t kVestelAcBits
Definition: IRremoteESP8266.h:1118
const uint16_t kTranscoldBits
Definition: IRremoteESP8266.h:1109
const uint16_t kInaxBits
Definition: IRremoteESP8266.h:1002
bool decodeMitsubishiHeavy(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMitsubishiHeavy152Bits, const bool strict=true)
Decode the supplied Mitsubishi Heavy Industries A/C message. Status: BETA / Appears to be working....
Definition: ir_MitsubishiHeavy.cpp:1003
uint16_t _unknown_threshold
Definition: IRrecv.h:163
const uint16_t kDaikin176Bits
Definition: IRremoteESP8266.h:945
bool decodeMidea24(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kMidea24Bits, const bool strict=true)
Decode the supplied Midea24 message. Status: STABLE / Confirmed working on a real device.
Definition: ir_Midea.cpp:759
void disableIRIn(void)
Stop collection of any received IR data. Disable any timers and interrupts.
Definition: IRrecv.cpp:356
bool decodeHitachiAc424(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kHitachiAc424Bits, const bool strict=true)
Decode the supplied Hitachi 53-byte/424-bit A/C message. Status: STABLE / Reported as working.
Definition: ir_Hitachi.cpp:959
bool decodeToshibaAC(decode_results *results, uint16_t offset=kStartOffset, const uint16_t nbits=kToshibaACBits, const bool strict=true)
Decode the supplied Toshiba A/C message. Status: STABLE / Working.
Definition: ir_Toshiba.cpp:493
uint32_t ticksHigh(const uint32_t usecs, const uint8_t tolerance=kUseDefTol, const uint16_t delta=0)
Calculate the upper bound of the nr. of ticks.
Definition: IRrecv.cpp:1044
const uint16_t kSamsungBits
Definition: IRremoteESP8266.h:1068
uint8_t _timer_num
Definition: IRrecv.h:160
const uint16_t kDaikin64Bits
Definition: IRremoteESP8266.h:933
const uint16_t kPanasonicAc32Bits
Definition: IRremoteESP8266.h:1059
const uint16_t kDaikin216Bits
Definition: IRremoteESP8266.h:948
const uint16_t kMitsubishi136Bits
Definition: IRremoteESP8266.h:1034
const uint16_t kSanyoAcBits
Definition: IRremoteESP8266.h:1076
const uint16_t kMitsubishi112Bits
Definition: IRremoteESP8266.h:1037
const uint16_t kEpsonBits
Definition: IRremoteESP8266.h:962
uint8_t state[kStateSizeMax]
Definition: IRrecv.h:104
bool decodeHash(decode_results *results)
Decode any arbitrary IR message into a 32-bit code value. Instead of decoding using a standard encodi...
Definition: IRrecv.cpp:1228
const uint8_t kSpaceState
Definition: IRrecv.h:33
const uint16_t kLgBits
Definition: IRremoteESP8266.h:1012
uint8_t _validTolerance(const uint8_t percentage)
Convert the tolerance percentage into something valid.
Definition: IRrecv.cpp:1022
const uint16_t kHeader
Definition: IRrecv.h:18
const uint32_t kFnvBasis32
Definition: IRrecv.h:53