diff options
author | Dylan Muller <md.node.0@gmail.com> | 2021-12-07 18:36:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 18:36:34 +0200 |
commit | dc4b61c7cacf70333f795771cb91281ffa57155f (patch) | |
tree | e49e6656c9707eee3ff146e25990110b2172e014 | |
parent | 309ca70458790be8069217c332acfad398487ebf (diff) | |
download | idp8-dc4b61c7cacf70333f795771cb91281ffa57155f.tar.gz idp8-dc4b61c7cacf70333f795771cb91281ffa57155f.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ Infrared Data Protocol 8 - AVR ATtiny85 (assembly) # Abstract This repository contains a bare-bones implementation of a 3 bit IR data protocol using the AVR architecture, providing the means for basic short range robotics control. -#Features +# Features 1. Variable 38kHz IR transmitter burst time (Protocol Independent). 2. Pulse delay encoding. 3. Simple data transmission error checking. @@ -15,8 +15,8 @@ This repository contains a bare-bones implementation of a 3 bit IR data protocol -#Warnings +# 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. -#Info +# 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. |