diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 16:03:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 16:03:38 +0200 |
commit | 12f8a4477c194290d02db3c5df177d5ffee164dc (patch) | |
tree | 41ac4de06462770e3d492de43a5a0373a2ec9549 | |
parent | db48a00db61c2af015bc20fecd96584b857bb623 (diff) | |
download | idp8-12f8a4477c194290d02db3c5df177d5ffee164dc.tar.gz idp8-12f8a4477c194290d02db3c5df177d5ffee164dc.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` data protocol using the `AVR` architecture, providing the means for basic short range robotics control. |