diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-16 10:18:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 10:18:48 +0200 |
commit | ac8a3c2b83c93146114c60d90ea92fbd48420485 (patch) | |
tree | a6c22611676b266d67829d0b31dadbacc4ff6618 | |
parent | 3186eee4294e0d3028386ef754c60f298045d3dd (diff) | |
download | idp8-ac8a3c2b83c93146114c60d90ea92fbd48420485.tar.gz idp8-ac8a3c2b83c93146114c60d90ea92fbd48420485.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ This repository contains a bare-bones implementation of a `3 bit` `IR` data prot # Firmware Features 1. Variable `38kHz` `IR` transmitter burst time (protocol independent). 2. Pulse delay encoding. -3. Simple data transmission error checking. +3. `TX` error detection. 4. High noise immunity. 5. Uses internal `8MHz` `RC` oscillator. 6. Timer resolution of `100μs`. |