diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-28 12:12:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 12:12:21 +0200 |
commit | e4a5479db6e708d8e42f02c6faec219f39590bc9 (patch) | |
tree | edee022e6338b73e065aab18664b7e740e45b1b3 /firmware/idp8_tx.asm | |
parent | 6223665a97844752ba43c1ee5f05e03d71180d71 (diff) | |
download | idp8-e4a5479db6e708d8e42f02c6faec219f39590bc9.tar.gz idp8-e4a5479db6e708d8e42f02c6faec219f39590bc9.zip |
Update idp8_tx.asm
Diffstat (limited to 'firmware/idp8_tx.asm')
-rw-r--r-- | firmware/idp8_tx.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/idp8_tx.asm b/firmware/idp8_tx.asm index 9c4bf83..16faeec 100644 --- a/firmware/idp8_tx.asm +++ b/firmware/idp8_tx.asm @@ -2,6 +2,8 @@ ; @file idp8_tx.asm ; @brief 3-bit IR Data Protocol - idp8_tx.asm ; +; Author: Dylan Müller +; ; +---------------------------------------+ ; | .-. .-. .-. | ; | / \ / \ / \ | @@ -49,7 +51,6 @@ ; ************************************* ; * IDP8 (TX) assembler source * -; * Written by: Dylan Müller * ; * Target architecture: AVR ATtiny85 * ; ************************************* |