summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 20:15:41 +0200
committerGitHub <noreply@github.com>2024-12-07 20:15:41 +0200
commit3f1233ed0595c9d690ea8b24689109bc9f4be756 (patch)
treee3c6599131ac1b0e01023c1c86342e5c15f38ce4
parent5ccb21480b9618cb25cb71ab867b8abdfd99ca84 (diff)
downloadidp8-3f1233ed0595c9d690ea8b24689109bc9f4be756.tar.gz
idp8-3f1233ed0595c9d690ea8b24689109bc9f4be756.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e89496c..a1ef866 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,11 @@
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.
# Firmware Features
-1. Variable `38kHz` IR transmitter burst time (protocol independent).
+1. Variable `38kHz` `IR` transmitter burst time (protocol independent).
2. Pulse delay encoding.
3. Simple data transmission error checking.
4. High noise immunity.
-5. Uses internal `8MHz` RC oscillator.
+5. Uses internal `8MHz` `RC` oscillator.
6. Timer resolution of `100μs`.
7. Fully configurable and extensible.