summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 21:37:55 +0200
committerGitHub <noreply@github.com>2024-12-05 21:37:55 +0200
commit87b1b0f23c61a672b8fb82dd4e50a9460f5a74e9 (patch)
tree84c1a76515be8da76aa9ec64c9fc414c78dd0af7
parentb7d70a54641e74074260128d2491b8d74ff5f4a4 (diff)
downloadidp8-87b1b0f23c61a672b8fb82dd4e50a9460f5a74e9.tar.gz
idp8-87b1b0f23c61a672b8fb82dd4e50a9460f5a74e9.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index ee09e87..8eb2d95 100644
--- a/README.md
+++ b/README.md
@@ -5,16 +5,14 @@
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.
# 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
-6. Timer resolution of 100μs.
+6. Timer resolution of `100μs`.
7. Fully configurable and extensible.
-
-
# Warnings
The sample protocol provided is only intended to be used by one transmitter-receiver pair.