diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 21:33:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 21:33:51 +0200 |
commit | b7d70a54641e74074260128d2491b8d74ff5f4a4 (patch) | |
tree | 6c3504a62815444c60b9aee6d7c8fe4c46baecde | |
parent | 2c72581ee7c2a7a86a1306f5476c2a85b7f20241 (diff) | |
download | idp8-b7d70a54641e74074260128d2491b8d74ff5f4a4.tar.gz idp8-b7d70a54641e74074260128d2491b8d74ff5f4a4.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` (assembly) +`Infrared Data Protocol 8` - `AVR ATtiny85` (assembly) # 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. |