1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 13:29:50 +04:00

Infrared: RCA protocol support (#2823)

* RCA protocol support
* Add unit test

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
MMX
2023-07-11 11:39:07 +03:00
committed by GitHub
parent 136114890f
commit 14fc960246
10 changed files with 332 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ typedef enum {
InfraredProtocolSIRC15,
InfraredProtocolSIRC20,
InfraredProtocolKaseikyo,
InfraredProtocolRCA,
InfraredProtocolMAX,
} InfraredProtocol;