diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 17:21:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 17:21:31 +0200 |
commit | a15b352d0a09d0f1f7ee82f2f204def52d175c41 (patch) | |
tree | 42dbd8259cd2d0a4ed760b1dd5ec7624182199c6 | |
parent | 9cf66e2e4982e993205ea7141e97f6faad3a27fe (diff) | |
download | idp8-a15b352d0a09d0f1f7ee82f2f204def52d175c41.tar.gz idp8-a15b352d0a09d0f1f7ee82f2f204def52d175c41.zip |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ This repository contains a bare-bones implementation of a `3 bit` IR (infrared) 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. # Info -Included in the main source files is a led demo. Four leds can be controlled remotely using four tacticle push-buttons. Schematics for the project are provided. +Included in the main source files is a led demo. <br> +Four leds can be controlled remotely using four tacticle push-buttons. Schematics for the project are provided. Folders: * `/firmware` - TX and RX assembly firmware. |