diff --git a/cm_heatsink_emulator b/cm_heatsink_emulator index f8451ba..aaeb82d 160000 --- a/cm_heatsink_emulator +++ b/cm_heatsink_emulator @@ -1 +1 @@ -Subproject commit f8451ba27c64ca642091a4e5a8c6f277c2deea02 +Subproject commit aaeb82d1998c85d3b13382ca8511399f6aca276a diff --git a/main.c b/main.c index 57968f4..5d5581e 100644 --- a/main.c +++ b/main.c @@ -13,13 +13,16 @@ cm_heatsink_thermalElement_t thermElements[3] = { { .label = "LED To NTC", - .R_th = 0.002021944 + .R_th = 0.002021944, + .C_th = C_TH },{ .label = "NTC To Heat sink", - .R_th = 0.015981191 + .R_th = 0.015981191, + .C_th = C_TH },{ .label = "Heat sink To Ambient", - .R_th = 0.121949843 + .R_th = 0.121949843, + .C_th = C_TH }, };