avr: more work on fan- and light controller app and modules.

This commit is contained in:
Martin Preuss
2026-08-07 23:45:21 +02:00
parent 296ead3241
commit f973ce1b14
9 changed files with 132 additions and 39 deletions

View File

@@ -201,6 +201,7 @@ appFanControlWriteEeprom_ret:
appFanControlActorOn:
ldd r16, Y+APP_FANCONTROL_RAM_OFFS_VALUE_LO
rcall appFanControlSetFanDutyFromTable
bigcall AppFanControl_ReportState
ret
; @end
@@ -214,7 +215,9 @@ appFanControlActorOn:
appFanControlActorOff:
clr r16
rjmp appFanControlSetFanDutyFromTable
rcall appFanControlSetFanDutyFromTable
bigcall AppFanControl_ReportState
ret
; @end