Files
aqhomecontrol/avr/common/utils_wait_fixed.asm
2025-05-26 21:40:28 +02:00

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"