fan support added.. but still needs verify!
This commit is contained in:
Submodule cm_heatsink_emulator updated: f8451ba27c...aaeb82d199
9
main.c
9
main.c
@@ -13,13 +13,16 @@
|
|||||||
cm_heatsink_thermalElement_t thermElements[3] = {
|
cm_heatsink_thermalElement_t thermElements[3] = {
|
||||||
{
|
{
|
||||||
.label = "LED To NTC",
|
.label = "LED To NTC",
|
||||||
.R_th = 0.002021944
|
.R_th = 0.002021944,
|
||||||
|
.C_th = C_TH
|
||||||
},{
|
},{
|
||||||
.label = "NTC To Heat sink",
|
.label = "NTC To Heat sink",
|
||||||
.R_th = 0.015981191
|
.R_th = 0.015981191,
|
||||||
|
.C_th = C_TH
|
||||||
},{
|
},{
|
||||||
.label = "Heat sink To Ambient",
|
.label = "Heat sink To Ambient",
|
||||||
.R_th = 0.121949843
|
.R_th = 0.121949843,
|
||||||
|
.C_th = C_TH
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user