diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 21:47:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 21:47:17 +0200 |
commit | e22affa4b30ac082f4f1e18761c32fe8732256de (patch) | |
tree | 3b28995a2a401bfe859462d3d09ef84e2bd86b4a | |
parent | e64cc9b0a364d29c7618d331973415c43204f41e (diff) | |
download | idp8-e22affa4b30ac082f4f1e18761c32fe8732256de.tar.gz idp8-e22affa4b30ac082f4f1e18761c32fe8732256de.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # idp8 -`Infrared Data Protocol 8` - `AVR ATtiny85` (avr asm) +`Infrared Data Protocol 8` - `AVR ATtiny85` `(avr-asm)` # Abstract This repository contains a bare-bones implementation of a `3 bit` IR (infrared) data protocol using the AVR architecture, providing the means for basic short range robotics control. |