avr: fully implemented app light_control.
This commit is contained in:
@@ -71,11 +71,13 @@ APP_END_NETWORK:
|
||||
#endif
|
||||
|
||||
#ifdef APPS_REPORTSENSORS
|
||||
.include "common/walktable.asm"
|
||||
.include "apps/reportsensors/data.asm"
|
||||
.include "apps/reportsensors/main.asm"
|
||||
#endif
|
||||
|
||||
#ifdef APPS_STATS
|
||||
;.include "common/walktable.asm"
|
||||
.include "apps/stats/data.asm"
|
||||
.include "apps/stats/main.asm"
|
||||
.include "apps/network/stats.asm"
|
||||
@@ -107,6 +109,25 @@ APP_END_NETWORK:
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef APPS_LIGHTCONTROL
|
||||
.include "modules/holdtimer/defs.asm"
|
||||
.include "modules/holdtimer/main.asm"
|
||||
.include "modules/triggeractor/defs.asm"
|
||||
.include "modules/triggeractor/main.asm"
|
||||
.include "modules/triggeractor/recv.asm"
|
||||
|
||||
.include "apps/light_control/defs.asm"
|
||||
.include "apps/light_control/main.asm"
|
||||
|
||||
#ifdef MODULES_NETWORK
|
||||
.include "devices/all/handlevaluemsg.asm"
|
||||
.include "apps/light_control/recv.asm"
|
||||
.include "apps/light_control/send.asm"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user