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

@@ -29,6 +29,10 @@ modulesOnEverySecond:
bigcall SGP30_EverySecond
#endif
#ifdef MODULES_MULTIFAN
bigcall MultiFan_OnEverySecond
#endif
ret
; @end