avr: started working on MultiFAN module.

PWM basically works.
This commit is contained in:
Martin Preuss
2026-06-29 17:44:22 +02:00
parent 343562f6ca
commit 2974303007
6 changed files with 292 additions and 0 deletions

View File

@@ -216,6 +216,10 @@ modulesInit:
bigcall Ds1307_Init
#endif
#ifdef MODULES_MULTIFAN
bigcall MultiFan_Init
#endif
; done
ret
; @end