Added fan support, but calculation still needs to be verified!
This commit is contained in:
@@ -18,6 +18,13 @@ typedef struct {
|
||||
};
|
||||
float R_th_MaxFan; // In case you need to emulate a fan
|
||||
|
||||
union{
|
||||
float C_th;
|
||||
float C_th_MinFan;
|
||||
};
|
||||
float C_th_MaxFan;
|
||||
|
||||
|
||||
// Dynamic
|
||||
float temperature;
|
||||
|
||||
@@ -30,7 +37,6 @@ typedef struct {
|
||||
|
||||
float power;
|
||||
float ambientTemp;
|
||||
float C_th; // Thermal capacity
|
||||
|
||||
// Dynamic
|
||||
float prev_time;
|
||||
|
||||
Reference in New Issue
Block a user