avr: started work on com2w_router for S03.
This commit is contained in:
33
avr/modules/com2w_router/data.asm
Normal file
33
avr/modules/com2w_router/data.asm
Normal file
@@ -0,0 +1,33 @@
|
||||
; ***************************************************************************
|
||||
; copyright : (C) 2026 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. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef AVR_MOD_COM2WROUTER_DATA_ASM
|
||||
#define AVR_MOD_COM2WROUTER_DATA_ASM
|
||||
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
; defines
|
||||
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
; SDRAM data
|
||||
|
||||
.dseg
|
||||
|
||||
com2wAllBegin:
|
||||
com2wAllCurrentPinMask: .byte 1
|
||||
com2wAllLastClock: .byte 1
|
||||
com2wAllEnd:
|
||||
|
||||
|
||||
|
||||
#endif ; AVR_MOD_COM2WROUTER_DATA_ASM
|
||||
|
||||
Reference in New Issue
Block a user