gitextract_k7srl98y/ ├── .github/ │ └── FUNDING.yml ├── Readme.md ├── dev/ │ └── Interpreting Decoded IR Signals (v2.43).htm ├── examples/ │ ├── Convert_Old_Nec/ │ │ └── Convert_Old_Nec.ino │ ├── NecAPI/ │ │ └── NecAPI.ino │ ├── Receive/ │ │ └── Receive.ino │ ├── Receive_Raw/ │ │ └── Receive_Raw.ino │ ├── Send_Button/ │ │ └── Send_Button.ino │ ├── Send_Serial/ │ │ └── Send_Serial.ino │ └── Transceive/ │ └── Transceive.ino ├── extra/ │ └── old/ │ ├── IRL_Hash.hpp │ ├── IRL_RawIR.hpp │ ├── IRL_Sony.hpp │ ├── IRLremote.cpp │ ├── IRLremoteReceive.hpp │ └── IRLremoteTransmit.hpp ├── keywords.txt ├── library.properties └── src/ ├── IRL_Decode.h ├── IRL_Hash.h ├── IRL_Keycodes.h ├── IRL_Nec.h ├── IRL_NecAPI.h ├── IRL_Panasonic.h ├── IRL_Platform.h ├── IRL_Protocol.h ├── IRL_Receive.h ├── IRL_Time.h ├── IRLremote.cpp └── IRLremote.h