summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-16 21:55:54 +0200
committerGitHub <noreply@github.com>2024-12-16 21:55:54 +0200
commitc4771d9c2c67dc3ae7af29466500d2396ad505fb (patch)
tree07830919a0dbb9bcfb1c890af6811bd384a858ea /README.md
parentac8a3c2b83c93146114c60d90ea92fbd48420485 (diff)
downloadidp8-c4771d9c2c67dc3ae7af29466500d2396ad505fb.tar.gz
idp8-c4771d9c2c67dc3ae7af29466500d2396ad505fb.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f18cff..61afd10 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@
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 `38 kHz` `IR` transmitter burst time (protocol independent).
2. Pulse delay encoding.
3. `TX` error detection.
4. High noise immunity.
-5. Uses internal `8MHz` `RC` oscillator.
-6. Timer resolution of `100μs`.
+5. Uses internal `8 MHz` `RC` oscillator.
+6. Timer resolution of `100 μs`.
7. Fully configurable and extensible.
# Warnings