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

@@ -308,6 +308,11 @@ MODULE_END_COM2W:
#endif
#ifdef MODULES_MULTIFAN
.include "modules/multifan/main.asm"
#endif
#endif