20 lines
607 B
NASM
20 lines
607 B
NASM
; ***************************************************************************
|
|
; copyright : (C) 2023 by Martin Preuss
|
|
; email : martin@libchipcard.de
|
|
;
|
|
; ***************************************************************************
|
|
; * This file is part of the project "AqHome". *
|
|
; * Please see toplevel file COPYING of that project for license details. *
|
|
; ***************************************************************************
|
|
|
|
|
|
.include "common/wait_100us.asm"
|
|
.include "common/wait_10us.asm"
|
|
.include "common/wait_1ms.asm"
|
|
.include "common/wait_50us.asm"
|
|
|
|
|
|
|
|
|
|
|