avr: improved module SK6812 and app MA_LIGHT.
- RGBW values are now only set by SK6812 - MA_LIGHT can now also take into account a brightness value reported by any node to switch on light only after dawn
This commit is contained in:
13
avr/devices/n25/eeprom.asm
Normal file
13
avr/devices/n25/eeprom.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
; ***************************************************************************
|
||||
; 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. *
|
||||
; ***************************************************************************
|
||||
|
||||
|
||||
.equ EEPROM_OFFS_SK6812_RGBW = 26 ; 4 bytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user