summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index fc493ef..ab065ac 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# IDP8
-Infrared Data Protocol 8 - AVR ATtiny85 (assembly)
+Infrared Data Protocol 8 - AVR `ATtiny85` (assembly)
# Abstract
-This repository contains a bare-bones implementation of a 3 bit IR (infrared) data protocol using the AVR architecture, providing the means for basic short range robotics control.
+This repository contains a bare-bones implementation of a `3 bit` IR (infrared) data protocol using the AVR architecture, providing the means for basic short range robotics control.
-# Features
-1. Variable 38kHz IR transmitter burst time (Protocol Independent).
+# Firmware Features
+1. Variable 38kHz IR transmitter burst time (protocol Independent).
2. Pulse delay encoding.
3. Simple data transmission error checking.
4. High noise immunity.
@@ -23,5 +23,5 @@ Included in the main source files is a led demo. Four leds can be controlled rem
Folders:
* `/firmware` - TX and RX assembly firmware.
-* `/schematics` - Circuit schematics for transmitter and receiver.
+* `/schematics` - circuit schematics for transmitter and receiver.
* `/spec` - IDP Protocol specification.