diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 20:15:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 20:15:41 +0200 |
commit | 3f1233ed0595c9d690ea8b24689109bc9f4be756 (patch) | |
tree | e3c6599131ac1b0e01023c1c86342e5c15f38ce4 | |
parent | 5ccb21480b9618cb25cb71ab867b8abdfd99ca84 (diff) | |
download | idp8-3f1233ed0595c9d690ea8b24689109bc9f4be756.tar.gz idp8-3f1233ed0595c9d690ea8b24689109bc9f4be756.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |