fix missing line breaks in .md file
This commit is contained in:
parent
1fccbdbd53
commit
0e801c9be9
|
@ -9,10 +9,10 @@ _HKI( "If you specify the maximum current, then the trace widths will be calcula
|
|||
"\n"
|
||||
"The formula, from IPC 2221, is\n"
|
||||
"<center>___I = K · ΔT<sup>0.44</sup> · (W · H)<sup>0.725</sup>___</center>\n"
|
||||
"where:\n"
|
||||
"___I___ is maximum current in A\n"
|
||||
"___ΔT___ is temperature rise above ambient in °C\n"
|
||||
"___W___ is width in mils\n"
|
||||
"___H___ is thickness (height) in mils\n"
|
||||
"where:<br>\n"
|
||||
"___I___ is maximum current in A<br>\n"
|
||||
"___ΔT___ is temperature rise above ambient in °C<br>\n"
|
||||
"___W___ is width in mils<br>\n"
|
||||
"___H___ is thickness (height) in mils<br>\n"
|
||||
"___K___ is 0.024 for internal traces or 0.048 for external traces\n"
|
||||
"" );
|
||||
|
|
|
@ -8,9 +8,9 @@ The calculations are valid for currents up to 35 A (external) or 17.5 A (interna
|
|||
|
||||
The formula, from IPC 2221, is
|
||||
<center>___I = K · ΔT<sup>0.44</sup> · (W · H)<sup>0.725</sup>___</center>
|
||||
where:
|
||||
___I___ is maximum current in A
|
||||
___ΔT___ is temperature rise above ambient in °C
|
||||
___W___ is width in mils
|
||||
___H___ is thickness (height) in mils
|
||||
where:<br>
|
||||
___I___ is maximum current in A<br>
|
||||
___ΔT___ is temperature rise above ambient in °C<br>
|
||||
___W___ is width in mils<br>
|
||||
___H___ is thickness (height) in mils<br>
|
||||
___K___ is 0.024 for internal traces or 0.048 for external traces
|
||||
|
|
Loading…
Reference in New Issue