diff --git a/PsxControllerShield.pro b/PsxControllerShield.pro index 29635cc..aeaf4a9 100644 --- a/PsxControllerShield.pro +++ b/PsxControllerShield.pro @@ -1,4 +1,4 @@ -update=gio 26 dic 2019, 15:54:25 +update=sab 29 feb 2020, 13:21:54 version=1 last_client=kicad [general] @@ -12,16 +12,6 @@ NetIExt=net version=1 LibDir= [eeschema/libraries] -[schematic_editor] -version=1 -PageLayoutDescrFile= -PlotDirectoryName= -SubpartIdSeparator=0 -SubpartFirstId=65 -NetFmtName=Pcbnew -SpiceAjustPassiveValues=0 -LabSize=50 -ERC_TestSimilarLabels=1 [pcbnew] version=1 PageLayoutDescrFile= @@ -257,3 +247,13 @@ uViaDrill=0.1 dPairWidth=0.2 dPairGap=0.25 dPairViaGap=0.25 +[schematic_editor] +version=1 +PageLayoutDescrFile= +PlotDirectoryName= +SubpartIdSeparator=0 +SubpartFirstId=65 +NetFmtName=Pcbnew +SpiceAjustPassiveValues=0 +LabSize=50 +ERC_TestSimilarLabels=1 diff --git a/fp-lib-table b/fp-lib-table index a6407e4..b248c40 100644 --- a/fp-lib-table +++ b/fp-lib-table @@ -1,3 +1,4 @@ (fp_lib_table (lib (name PsxControllerShield)(type KiCad)(uri ${KIPRJMOD}/PsxControllerShield.pretty)(options "")(descr "")) + (lib (name Arduino)(type KiCad)(uri ${MYLIBS}/arduino-kicad-library/Arduino.pretty)(options "")(descr "")) ) diff --git a/sym-lib-table b/sym-lib-table new file mode 100644 index 0000000..3fbb480 --- /dev/null +++ b/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name arduino)(type Legacy)(uri ${MYLIBS}/arduino-kicad-library/arduino.lib)(options "")(descr "")) +)