summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.