diff options
| author | Dylan Müller <md.node.0@gmail.com> | 2025-12-24 09:05:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-24 09:05:30 +0200 |
| commit | 6f889e762064d2fd1e179e9608045952c48a8912 (patch) | |
| tree | 17f0db13b5643e134d17ef244f26ae029a8c9036 /README.md | |
| parent | cea95bcd37c575c2aea4d7f1eaab8647565eb46e (diff) | |
| download | idp8-6f889e762064d2fd1e179e9608045952c48a8912.tar.gz idp8-6f889e762064d2fd1e179e9608045952c48a8912.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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. |
