summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Muller <md.node.0@gmail.com>2021-12-07 18:36:34 +0200
committerGitHub <noreply@github.com>2021-12-07 18:36:34 +0200
commitdc4b61c7cacf70333f795771cb91281ffa57155f (patch)
treee49e6656c9707eee3ff146e25990110b2172e014 /README.md
parent309ca70458790be8069217c332acfad398487ebf (diff)
downloadidp8-dc4b61c7cacf70333f795771cb91281ffa57155f.tar.gz
idp8-dc4b61c7cacf70333f795771cb91281ffa57155f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6a4671f..0bca828 100644
--- a/README.md
+++ b/README.md
@@ -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.