Refactoring, housekeeping, documentation
Add a class diagram. Still needs some details. Refactor to better respect SOLID principles. Housekeeping, move and rename classes/files.
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
start
|
||||
:Initialization;
|
||||
|
||||
if (Mapping exists) then (yes)
|
||||
:Load mapping;
|
||||
if (Config exists) then (yes)
|
||||
:Load config;
|
||||
else (no)
|
||||
:Generate mapping;
|
||||
:Do first-start initialization;
|
||||
endif
|
||||
|
||||
:Enter fan control loop;
|
||||
:Load Fan Curves;
|
||||
:Enter fan control loop;
|
||||
|
||||
stop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user