diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 20:37:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 20:37:25 +0200 |
commit | 6f29ce253da021a0baf8b6505df7673dc8fc4488 (patch) | |
tree | 309845f00513be067048f519005e988586e46137 | |
parent | ea3a6598ebf19a52596c17780f38073929d48fff (diff) | |
download | idp8-6f29ce253da021a0baf8b6505df7673dc8fc4488.tar.gz idp8-6f29ce253da021a0baf8b6505df7673dc8fc4488.zip |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ This repository contains a bare-bones implementation of a `3 bit` IR (infrared) # Warnings -The sample protocol provided is only intended to be used by one transmitter-receiver pair. The addition of multiple transmitters may cause data corruption or other unknown side effects. However adding multiple receivers may still be viable. +The sample protocol provided is only intended to be used by one transmitter-receiver pair. The addition of multiple transmitters may cause data corruption or other unknown side effects. <br> +However adding multiple receivers may still be viable. # Info Included in the main source files is a led demo. <br> |