summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-28 12:11:50 +0200
committerGitHub <noreply@github.com>2024-12-28 12:11:50 +0200
commit6223665a97844752ba43c1ee5f05e03d71180d71 (patch)
tree3e33dd0f8d5979cc69f6a5712e315db50f28c099
parentd6eaa5951175b52f91be52f6242aecad61cedc90 (diff)
downloadidp8-6223665a97844752ba43c1ee5f05e03d71180d71.tar.gz
idp8-6223665a97844752ba43c1ee5f05e03d71180d71.zip
Update idp8_rx.asm
-rw-r--r--firmware/idp8_rx.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/idp8_rx.asm b/firmware/idp8_rx.asm
index 736562b..0716a71 100644
--- a/firmware/idp8_rx.asm
+++ b/firmware/idp8_rx.asm
@@ -2,6 +2,8 @@
; @file idp8_rx.asm
; @brief 3-bit IR Data Protocol - idp8_rx.asm
;
+; Author: Dylan Müller
+;
; +---------------------------------------+
; | .-. .-. .-. |
; | / \ / \ / \ |
@@ -49,7 +51,6 @@
; *************************************
; * IDP8 (RX) assembler source *
-; * Written by: Dylan Müller *
; * Target architecture: AVR ATtiny85 *
; *************************************