summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.