summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 16:19:30 +0200
committerGitHub <noreply@github.com>2024-12-05 16:19:30 +0200
commit1904dd825b416f71103537d1649f763b1bf25b3b (patch)
tree33fab390303a9edfe153b3e8cf3a91c043dcc5dc
parent7370d016983933b85b62a65b971abbf08bead489 (diff)
downloadidp8-1904dd825b416f71103537d1649f763b1bf25b3b.tar.gz
idp8-1904dd825b416f71103537d1649f763b1bf25b3b.zip
Update 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.