Skip to content

Commit

Permalink
swap inductances in the transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
failiz committed Aug 13, 2024
1 parent ce45ef3 commit c148251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/sparkfun-poweric-transformer-pth.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<property name="package">transformer</property>
<property name="family">sparkfun Transformer</property>
<property name="variant">pth</property>
<property name="input inductance">10H</property>
<property name="output inductance">40H</property>
<property name="input inductance">40H</property>
<property name="output inductance">10H</property>
<property name="input resistance">1&#937;</property>
<property name="output resistance">1&#937;</property>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions core/sparkfun-poweric-transformer-smd.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<property name="package">transformer_smd</property>
<property name="family">sparkfun Transformer</property>
<property name="variant">smd</property>
<property name="input inductance">10H</property>
<property name="output inductance">40H</property>
<property name="input inductance">40H</property>
<property name="output inductance">10H</property>
<property name="input resistance">1&#937;</property>
<property name="output resistance">1&#937;</property>
</properties>
Expand Down

0 comments on commit c148251

Please sign in to comment.