1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Infrared RCA Protocol + Update docs

Thanks to anonymous contributor for protocol implementation and testing
This commit is contained in:
MX
2023-06-10 21:02:52 +03:00
parent 26e38bc792
commit 451aa86c91
9 changed files with 218 additions and 0 deletions

View File

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