mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-19 07:42:55 +00:00
Update irRecv.cpp
This commit is contained in:
@@ -84,6 +84,11 @@ int IRrecv::decode (decode_results *results)
|
|||||||
DBG_PRINTLN("Attempting Lego Power Functions");
|
DBG_PRINTLN("Attempting Lego Power Functions");
|
||||||
if (decodeLegoPowerFunctions(results)) return true ;
|
if (decodeLegoPowerFunctions(results)) return true ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if DECODE_CDTV
|
||||||
|
DBG_PRINTLN("Attempting Commodore Amiga CDTV decode");
|
||||||
|
if (decodeCDTV(results)) return true;
|
||||||
|
#endif
|
||||||
|
|
||||||
// decodeHash returns a hash on any input.
|
// decodeHash returns a hash on any input.
|
||||||
// Thus, it needs to be last in the list.
|
// Thus, it needs to be last in the list.
|
||||||
|
|||||||
Reference in New Issue
Block a user