avr: use new code in latest nodes.
This commit is contained in:
19
avr/devices/n21/main/data.asm
Normal file
19
avr/devices/n21/main/data.asm
Normal file
@@ -0,0 +1,19 @@
|
||||
; ***************************************************************************
|
||||
; copyright : (C) 2025 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. *
|
||||
; ***************************************************************************
|
||||
|
||||
|
||||
|
||||
.dseg
|
||||
|
||||
|
||||
programRamBegin:
|
||||
programRamSensorTimer: .byte 1 ; seconds counter
|
||||
programRamStatsTimer: .byte 1 ; minutes counter
|
||||
programRamEnd:
|
||||
|
||||
Reference in New Issue
Block a user