diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 16:19:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 16:19:30 +0200 |
commit | 1904dd825b416f71103537d1649f763b1bf25b3b (patch) | |
tree | 33fab390303a9edfe153b3e8cf3a91c043dcc5dc /README.md | |
parent | 7370d016983933b85b62a65b971abbf08bead489 (diff) | |
download | idp8-1904dd825b416f71103537d1649f763b1bf25b3b.tar.gz idp8-1904dd825b416f71103537d1649f763b1bf25b3b.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ # 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. +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. -# Features -1. Variable 38kHz IR transmitter burst time (Protocol Independent). +# Firmware Features +1. Variable 38kHz IR transmitter burst time (protocol Independent). 2. Pulse delay encoding. 3. Simple data transmission error checking. 4. High noise immunity. @@ -23,5 +23,5 @@ Included in the main source files is a led demo. Four leds can be controlled rem Folders: * `/firmware` - TX and RX assembly firmware. -* `/schematics` - Circuit schematics for transmitter and receiver. +* `/schematics` - circuit schematics for transmitter and receiver. * `/spec` - IDP Protocol specification. |