summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-12-24 09:05:30 +0200
committerGitHub <noreply@github.com>2025-12-24 09:05:30 +0200
commit6f889e762064d2fd1e179e9608045952c48a8912 (patch)
tree17f0db13b5643e134d17ef244f26ae029a8c9036 /README.md
parentcea95bcd37c575c2aea4d7f1eaab8647565eb46e (diff)
downloadidp8-6f889e762064d2fd1e179e9608045952c48a8912.tar.gz
idp8-6f889e762064d2fd1e179e9608045952c48a8912.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index cdb46f0..969e7c3 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@
Assembly implementation of a `3 bit` `IR` data protocol for the `AVR ATtiny85`.
# Firmware Features
-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 `8 MHz` `RC` oscillator.
-6. Timer resolution of `100 μs`.
-7. Fully configurable and extensible.
+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 `8 MHz` `RC` oscillator
+6. Timer resolution of `100 μs`
+7. Fully configurable and extensible
# Warnings
The sample protocol provided is only intended to be used by one `TX/RX` pair.