avr: renamed some files.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
</subdirs>
|
||||
|
||||
<extradist>
|
||||
defs.asm
|
||||
main.asm
|
||||
defs_all.asm
|
||||
main_all.asm
|
||||
</extradist>
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
.equ AQHOME_VALUETYPE_RGB = 4
|
||||
.equ AQHOME_VALUETYPE_RGBW = 5
|
||||
.equ AQHOME_VALUETYPE_MOTION = 6
|
||||
.equ AQHOME_VALUETYPE_CO2 = 7
|
||||
.equ AQHOME_VALUETYPE_TVOC = 8
|
||||
|
||||
|
||||
.equ AQHOME_FW_TYPE_ATT84_BASE = 0
|
||||
@@ -162,6 +162,13 @@ initModules:
|
||||
rcall MotionLight_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_TCRT1000
|
||||
rcall TCRT1K_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_CCS811
|
||||
rcall CCS811_Init
|
||||
#endif
|
||||
|
||||
; done
|
||||
ret
|
||||
@@ -221,6 +228,11 @@ runModules_ComEnd:
|
||||
; rcall MotionLight_Run
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_TCRT1000
|
||||
rcall TCRT1K_Run
|
||||
#endif
|
||||
|
||||
; add more modules here
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user