summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/idp8_tx.asm3
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 *
; *************************************