diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-08 13:57:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-08 13:57:28 +0200 |
commit | 12e5cd50db7a17a66af7f1116c5f512e3f78f1a6 (patch) | |
tree | b12d024fc978d2de4c4be2cad28ce3f0f6dede31 /README.md | |
parent | c723fe7fdc6a056565745feac5fa0dad97c23b37 (diff) | |
download | idp8-12e5cd50db7a17a66af7f1116c5f512e3f78f1a6.tar.gz idp8-12e5cd50db7a17a66af7f1116c5f512e3f78f1a6.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ This repository contains a bare-bones implementation of a `3 bit` `IR` data prot 7. Fully configurable and extensible. # Warnings -The sample protocol provided is only intended to be used by one transmitter-receiver pair. +The sample protocol provided is only intended to be used by one `TX/RX` pair. > Note: The addition of multiple transmitters may cause data corruption or other unknown side effects. <br> |