No changes between revisions
/Modules/H_Bridge/DRV8835HB01A/SCH_PCB/untitled.s##
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/speed_control.pde
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp.hex
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp.elf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.pde
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp.eep
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control.pde
0,0 → 1,81
#include <SPI.h>
 
void command(char* buffer, unsigned int len)
{
for (int i = 0; i < len; i++) {
delay(10);
digitalWrite(SS, 0);
SPI.transfer(buffer[i]);
digitalWrite(SS, 1);
}
}
 
void goTo(unsigned int pos)
{
char buffer[4];
buffer[0] = 0x60;
buffer[1] = pos >> 16;
buffer[2] = (pos >> 8) & 0xff;
buffer[3] = pos & 0xff;
command(buffer, 4);
}
 
void setParam(unsigned int reg, unsigned int val, unsigned int len)
{
char buffer[4];
buffer[0] = reg;
/* BUG: reg? */
for (int i = 0; i < len; i++)
buffer[i + 1] = (reg >> (8 * ((len - 1) - i))) & 0xff;
command(buffer, 1 + len);
}
 
void setup()
{
Serial.begin(9600);
SPI.begin(SPI_MASTER, MSBFIRST, SPI_MODE3, SPI_CLOCK_DIV32);
setParam(5, 0xd0, 2); // ACC
setParam(6, 0xd0, 2); // DEC
setParam(7, 0, 2); // MAX_SPEED
}
 
int readInt()
{
char line[100];
int i = 0;
while (true) {
if (Serial.available()) {
byte c = Serial.read();
if (c == '\n' || c == '\r') {
Serial.println();
line[i] = '\0';
return atoi(line);
}
Serial.write(c);
line[i++] = c;
}
}
}
 
void loop()
{
int speed = readInt();
 
int dir = speed > 0;
if (!dir)
speed = -speed;
char buffer[4];
buffer[0] = 0x50 | dir;
buffer[1] = (speed >> 16) & 0xff;
buffer[2] = (speed >> 8) & 0xff;
buffer[3] = speed & 0xff;
command(buffer, 4);
}
/Modules/PowerSupply/LION1CELL01B/DOC/SRC/LION1CELL01B.docx
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/PowerSupply/LION1CELL01B/SCH_PCB/untitled.brd
10,15 → 10,15
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="yes"/>
2603,7 → 2603,7
<attribute name="VALUE" x="41.08" y="41.529" size="1.27" layer="27" ratio="10"/>
</element>
<element name="X10" library="moje_io" package="DSBGA8" value="TPS63036" x="63.75" y="37.3" smashed="yes" rot="MR180">
<attribute name="NAME" x="62.525" y="36.475" size="1.016" layer="26" rot="MR180"/>
<attribute name="NAME" x="63.225" y="38.775" size="1.016" layer="26" rot="MR180"/>
<attribute name="VALUE" x="63.025" y="39.225" size="1.27" layer="28" rot="MR180"/>
</element>
<element name="L2" library="moje_L" package="LPS3015" value="LPS3015-152MLC" x="63.9" y="40.65" smashed="yes" rot="MR180">
/Modules/PowerSupply/LION1CELL01B/SCH_PCB/untitled.sch
5583,14 → 5583,14
<sheets>
<sheet>
<plain>
<text x="-7.62" y="73.66" size="1.27" layer="95" align="center-right">STAT1</text>
<text x="-7.62" y="71.12" size="1.27" layer="95" align="center-right">PG</text>
<text x="-7.62" y="68.58" size="1.27" layer="95" align="center-right">CMODE</text>
<text x="-7.62" y="66.04" size="1.27" layer="95" align="center-right">CE</text>
<text x="-7.62" y="63.5" size="1.27" layer="95" align="center-right">CELLS</text>
<text x="-5.08" y="88.9" size="2.1844" layer="95" align="center-right">POWER JACK</text>
<text x="-12.7" y="78.74" size="2.1844" layer="95">TO HOST MCU</text>
<text x="-21.59" y="113.03" size="2.1844" layer="95">CHARGING POWER</text>
<text x="-19.05" y="73.66" size="1.27" layer="95" align="center-right">STAT1</text>
<text x="-19.05" y="71.12" size="1.27" layer="95" align="center-right">PG</text>
<text x="-19.05" y="68.58" size="1.27" layer="95" align="center-right">CMODE</text>
<text x="-19.05" y="66.04" size="1.27" layer="95" align="center-right">CE</text>
<text x="-19.05" y="63.5" size="1.27" layer="95" align="center-right">CELLS</text>
<text x="-17.78" y="88.9" size="2.1844" layer="95" align="center-right">POWER JACK</text>
<text x="-24.13" y="78.74" size="2.1844" layer="95">TO HOST MCU</text>
<text x="-29.21" y="113.03" size="2.1844" layer="95">CHARGING POWER</text>
<text x="20.32" y="-21.59" size="1.778" layer="96" rot="R90">LED</text>
<wire x1="-41.91" y1="128.27" x2="184.15" y2="128.27" width="0.3048" layer="97"/>
<wire x1="184.15" y1="128.27" x2="184.15" y2="29.21" width="0.3048" layer="97"/>
5630,27 → 5630,27
</plain>
<instances>
<instance part="U1" gate="G$1" x="68.58" y="58.42"/>
<instance part="SV4" gate="-1" x="0" y="73.66" rot="R180"/>
<instance part="SV4" gate="-2" x="0" y="71.12" rot="R180"/>
<instance part="SV4" gate="-3" x="0" y="68.58" rot="R180"/>
<instance part="SV4" gate="-4" x="0" y="66.04" rot="R180"/>
<instance part="SV4" gate="-5" x="0" y="63.5" rot="R180"/>
<instance part="SV4" gate="-1" x="-11.43" y="73.66" rot="R180"/>
<instance part="SV4" gate="-2" x="-11.43" y="71.12" rot="R180"/>
<instance part="SV4" gate="-3" x="-11.43" y="68.58" rot="R180"/>
<instance part="SV4" gate="-4" x="-11.43" y="66.04" rot="R180"/>
<instance part="SV4" gate="-5" x="-11.43" y="63.5" rot="R180"/>
<instance part="L1" gate="G$1" x="119.38" y="81.28"/>
<instance part="U$2" gate="G$1" x="-34.29" y="-99.06" rot="R270"/>
<instance part="U$4" gate="G$1" x="44.45" y="-85.09" rot="R180"/>
<instance part="U$5" gate="G$1" x="-34.29" y="-128.27" rot="R90"/>
<instance part="X2" gate="PC-GK2.1" x="-16.51" y="96.52"/>
<instance part="C7" gate="G$1" x="21.59" y="86.36" rot="R270"/>
<instance part="R11" gate="G$1" x="26.67" y="48.26" rot="R90"/>
<instance part="R12" gate="G$1" x="34.29" y="48.26" rot="R90"/>
<instance part="X2" gate="PC-GK2.1" x="-27.94" y="96.52"/>
<instance part="C7" gate="G$1" x="17.78" y="86.36" rot="R270"/>
<instance part="R11" gate="G$1" x="25.4" y="53.34" rot="R90"/>
<instance part="R12" gate="G$1" x="33.02" y="50.8" rot="R90"/>
<instance part="R13" gate="G$1" x="40.64" y="91.44" rot="R90"/>
<instance part="R14" gate="G$1" x="48.26" y="91.44" rot="R90"/>
<instance part="R15" gate="G$1" x="55.88" y="91.44" rot="R90"/>
<instance part="R16" gate="G$1" x="109.22" y="45.72" rot="R90"/>
<instance part="R17" gate="G$1" x="101.6" y="50.8" rot="R180"/>
<instance part="R18" gate="G$1" x="116.84" y="45.72" rot="R90"/>
<instance part="R19" gate="G$1" x="124.46" y="45.72" rot="R90"/>
<instance part="D2" gate="G$1" x="11.43" y="82.55" rot="R90"/>
<instance part="R18" gate="G$1" x="119.38" y="45.72" rot="R90"/>
<instance part="R19" gate="G$1" x="127" y="45.72" rot="R90"/>
<instance part="D2" gate="G$1" x="5.08" y="83.82" rot="R90"/>
<instance part="D1" gate="G$1" x="40.64" y="78.74"/>
<instance part="D3" gate="G$1" x="48.26" y="78.74"/>
<instance part="D4" gate="G$1" x="55.88" y="78.74"/>
5657,25 → 5657,25
<instance part="C3" gate="G$1" x="40.64" y="50.8"/>
<instance part="C1" gate="G$1" x="60.96" y="50.8"/>
<instance part="C2" gate="G$1" x="93.98" y="43.18"/>
<instance part="C4" gate="G$1" x="139.7" y="48.26"/>
<instance part="C5" gate="G$1" x="134.62" y="48.26" rot="R270"/>
<instance part="GND1" gate="G$1" x="11.43" y="38.1"/>
<instance part="GND2" gate="G$1" x="16.51" y="38.1"/>
<instance part="GND3" gate="G$1" x="21.59" y="38.1"/>
<instance part="GND4" gate="G$1" x="26.67" y="38.1"/>
<instance part="C4" gate="G$1" x="147.32" y="48.26"/>
<instance part="C5" gate="G$1" x="139.7" y="50.8" rot="R270"/>
<instance part="GND1" gate="G$1" x="5.08" y="38.1"/>
<instance part="GND2" gate="G$1" x="10.16" y="38.1"/>
<instance part="GND3" gate="G$1" x="17.78" y="38.1"/>
<instance part="GND4" gate="G$1" x="25.4" y="38.1"/>
<instance part="GND5" gate="G$1" x="40.64" y="38.1"/>
<instance part="GND6" gate="G$1" x="50.8" y="38.1"/>
<instance part="GND7" gate="G$1" x="60.96" y="38.1"/>
<instance part="GND8" gate="G$1" x="93.98" y="38.1"/>
<instance part="GND9" gate="G$1" x="109.22" y="38.1"/>
<instance part="GND10" gate="G$1" x="116.84" y="38.1"/>
<instance part="GND11" gate="G$1" x="124.46" y="38.1"/>
<instance part="GND12" gate="G$1" x="129.54" y="38.1"/>
<instance part="GND13" gate="G$1" x="134.62" y="38.1"/>
<instance part="GND14" gate="G$1" x="139.7" y="38.1"/>
<instance part="GND15" gate="G$1" x="152.4" y="38.1"/>
<instance part="GND10" gate="G$1" x="119.38" y="38.1"/>
<instance part="GND11" gate="G$1" x="127" y="38.1"/>
<instance part="GND12" gate="G$1" x="134.62" y="38.1"/>
<instance part="GND13" gate="G$1" x="139.7" y="38.1"/>
<instance part="GND14" gate="G$1" x="147.32" y="38.1"/>
<instance part="GND15" gate="G$1" x="160.02" y="38.1"/>
<instance part="X1" gate="G$1" x="36.83" y="-1.27"/>
<instance part="X3" gate="A" x="104.14" y="-34.29"/>
<instance part="X3" gate="A" x="119.38" y="-26.67"/>
<instance part="U$3" gate="G$1" x="11.43" y="6.35"/>
<instance part="U$6" gate="G$1" x="11.43" y="1.27" smashed="yes">
<attribute name="VALUE" x="3.81" y="0.635" size="1.778" layer="96"/>
5684,7 → 5684,7
<instance part="C8" gate="G$1" x="6.35" y="-11.43"/>
<instance part="GND16" gate="G$1" x="-2.54" y="-17.78"/>
<instance part="GND17" gate="G$1" x="6.35" y="-17.78"/>
<instance part="U$8" gate="G$1" x="-10.16" y="-6.35"/>
<instance part="U$8" gate="G$1" x="-21.59" y="-6.35"/>
<instance part="SW1" gate="G$1" x="16.51" y="-21.59" rot="R90"/>
<instance part="R1" gate="G$1" x="26.67" y="-26.67"/>
<instance part="C9" gate="G$1" x="41.91" y="-26.67" rot="R90"/>
5702,22 → 5702,22
<instance part="GND20" gate="G$1" x="59.69" y="-50.8"/>
<instance part="GND25" gate="G$1" x="-27.94" y="-127"/>
<instance part="GND26" gate="G$1" x="82.55" y="-12.7"/>
<instance part="U$11" gate="G$1" x="160.02" y="-13.97" rot="R180"/>
<instance part="D8" gate="G$1" x="143.51" y="-13.97" rot="R270"/>
<instance part="D9" gate="G$1" x="143.51" y="-21.59" rot="R270"/>
<instance part="D10" gate="G$1" x="143.51" y="-31.75" rot="R270"/>
<instance part="D11" gate="G$1" x="143.51" y="-39.37" rot="R270"/>
<instance part="D12" gate="G$1" x="143.51" y="-46.99" rot="R270"/>
<instance part="R20" gate="G$1" x="133.35" y="-13.97"/>
<instance part="R22" gate="G$1" x="133.35" y="-21.59"/>
<instance part="R23" gate="G$1" x="133.35" y="-31.75"/>
<instance part="R24" gate="G$1" x="133.35" y="-39.37"/>
<instance part="R25" gate="G$1" x="133.35" y="-46.99"/>
<instance part="GND27" gate="G$1" x="86.36" y="-50.8"/>
<instance part="U$12" gate="G$1" x="80.01" y="-22.86"/>
<instance part="U$13" gate="G$1" x="80.01" y="-31.75"/>
<instance part="U$14" gate="G$1" x="80.01" y="-39.37"/>
<instance part="C13" gate="G$1" x="83.82" y="-46.99" rot="R180"/>
<instance part="U$11" gate="G$1" x="175.26" y="-6.35" rot="R180"/>
<instance part="D8" gate="G$1" x="158.75" y="-6.35" rot="R270"/>
<instance part="D9" gate="G$1" x="158.75" y="-13.97" rot="R270"/>
<instance part="D10" gate="G$1" x="158.75" y="-24.13" rot="R270"/>
<instance part="D11" gate="G$1" x="158.75" y="-31.75" rot="R270"/>
<instance part="D12" gate="G$1" x="158.75" y="-39.37" rot="R270"/>
<instance part="R20" gate="G$1" x="148.59" y="-6.35"/>
<instance part="R22" gate="G$1" x="148.59" y="-13.97"/>
<instance part="R23" gate="G$1" x="148.59" y="-24.13"/>
<instance part="R24" gate="G$1" x="148.59" y="-31.75"/>
<instance part="R25" gate="G$1" x="148.59" y="-39.37"/>
<instance part="GND27" gate="G$1" x="101.6" y="-43.18"/>
<instance part="U$12" gate="G$1" x="95.25" y="-15.24"/>
<instance part="U$13" gate="G$1" x="95.25" y="-24.13"/>
<instance part="U$14" gate="G$1" x="95.25" y="-31.75"/>
<instance part="C13" gate="G$1" x="99.06" y="-39.37" rot="R180"/>
<instance part="T1" gate="A" x="34.29" y="-105.41"/>
<instance part="P1" gate="A" x="-29.21" y="-85.09"/>
<instance part="X4" gate="A" x="2.54" y="-115.57"/>
5725,8 → 5725,8
<instance part="C14" gate="G$1" x="-19.05" y="-119.38"/>
<instance part="C15" gate="G$1" x="19.05" y="-115.57"/>
<instance part="R27" gate="G$1" x="19.05" y="-99.06" rot="R90"/>
<instance part="U$17" gate="G$1" x="152.4" y="81.28" rot="R180"/>
<instance part="P2" gate="G$1" x="5.08" y="99.06"/>
<instance part="U$17" gate="G$1" x="167.64" y="81.28" rot="R180"/>
<instance part="P2" gate="G$1" x="-2.54" y="99.06"/>
<instance part="X5" gate="P4" x="161.29" y="-90.17"/>
<instance part="X6" gate="P4" x="161.29" y="-97.79"/>
<instance part="X7" gate="P4" x="161.29" y="-105.41"/>
5737,20 → 5737,20
<instance part="U$19" gate="G$1" x="93.98" y="-104.14"/>
<instance part="U$20" gate="G$1" x="67.31" y="-110.49"/>
<instance part="U$21" gate="G$1" x="67.31" y="-116.84"/>
<instance part="SV1" gate="-1" x="-10.16" y="107.95" rot="R90"/>
<instance part="SV1" gate="-2" x="-6.35" y="107.95" rot="R90"/>
<instance part="SV1" gate="-3" x="-2.54" y="107.95" rot="R90"/>
<instance part="SV1" gate="-1" x="-17.78" y="107.95" rot="R90"/>
<instance part="SV1" gate="-2" x="-13.97" y="107.95" rot="R90"/>
<instance part="SV1" gate="-3" x="-10.16" y="107.95" rot="R90"/>
<instance part="R2-1" gate="G$1" x="-27.94" y="-111.76" rot="R180"/>
<instance part="U$15" gate="G$1" x="-27.94" y="-118.11" rot="R180"/>
<instance part="R2-2" gate="G$1" x="8.89" y="-45.72"/>
<instance part="U$1" gate="G$1" x="8.89" y="-58.42"/>
<instance part="U$7" gate="G$1" x="142.24" y="90.17" rot="R180"/>
<instance part="U$7" gate="G$1" x="147.32" y="90.17" rot="R180"/>
<instance part="SV3" gate="-1" x="90.17" y="10.16"/>
<instance part="SV3" gate="-2" x="90.17" y="3.81"/>
<instance part="SV3" gate="-3" x="90.17" y="-2.54"/>
<instance part="SV3" gate="-4" x="90.17" y="-8.89"/>
<instance part="R5" gate="G$1" x="152.4" y="49.53" rot="R90"/>
<instance part="GND21" gate="G$1" x="34.29" y="38.1"/>
<instance part="R5" gate="G$1" x="160.02" y="50.8" rot="R90"/>
<instance part="GND21" gate="G$1" x="33.02" y="38.1"/>
<instance part="D6" gate="G$1" x="104.14" y="76.2" smashed="yes" rot="R90">
<attribute name="VALUE" x="106.6799" y="76.835" size="1.6764" layer="96" rot="MR180"/>
<attribute name="NAME" x="102.235" y="76.2" size="1.6764" layer="95" rot="R90"/>
5787,14 → 5787,14
<instance part="SV5" gate="-2" x="142.24" y="-161.29"/>
<instance part="SV5" gate="-3" x="142.24" y="-165.1"/>
<instance part="GND24" gate="G$1" x="134.62" y="-172.72"/>
<instance part="R21" gate="G$1" x="140.97" y="81.28"/>
<instance part="R21" gate="G$1" x="147.32" y="81.28"/>
<instance part="GND35" gate="G$1" x="5.08" y="-166.37"/>
<instance part="C20" gate="G$1" x="5.08" y="-161.29" rot="R270"/>
<instance part="C21" gate="G$1" x="101.6" y="-166.37" rot="R180"/>
<instance part="R32" gate="G$1" x="133.35" y="-54.61"/>
<instance part="R33" gate="G$1" x="133.35" y="-62.23"/>
<instance part="D5" gate="G$1" x="143.51" y="-54.61" rot="R270"/>
<instance part="D7" gate="G$1" x="143.51" y="-62.23" rot="R270"/>
<instance part="R32" gate="G$1" x="148.59" y="-46.99"/>
<instance part="R33" gate="G$1" x="148.59" y="-54.61"/>
<instance part="D5" gate="G$1" x="158.75" y="-46.99" rot="R270"/>
<instance part="D7" gate="G$1" x="158.75" y="-54.61" rot="R270"/>
<instance part="X9" gate="G$1" x="36.83" y="-166.37" smashed="yes">
<attribute name="NAME" x="29.21" y="-160.02" size="1.27" layer="95"/>
<attribute name="VALUE" x="33.02" y="-160.02" size="1.27" layer="96"/>
5830,15 → 5830,15
<wire x1="40.64" y1="99.06" x2="48.26" y2="99.06" width="0.1524" layer="91"/>
<junction x="48.26" y="99.06"/>
<junction x="40.64" y="99.06"/>
<wire x1="11.43" y1="99.06" x2="21.59" y2="99.06" width="0.1524" layer="91"/>
<wire x1="21.59" y1="99.06" x2="40.64" y2="99.06" width="0.1524" layer="91"/>
<wire x1="5.08" y1="99.06" x2="17.78" y2="99.06" width="0.1524" layer="91"/>
<wire x1="17.78" y1="99.06" x2="40.64" y2="99.06" width="0.1524" layer="91"/>
<wire x1="60.96" y1="53.34" x2="60.96" y2="76.2" width="0.1524" layer="91"/>
<junction x="60.96" y="76.2"/>
<wire x1="21.59" y1="88.9" x2="21.59" y2="99.06" width="0.1524" layer="91"/>
<junction x="21.59" y="99.06"/>
<wire x1="11.43" y1="85.09" x2="11.43" y2="99.06" width="0.1524" layer="91"/>
<wire x1="10.16" y1="99.06" x2="11.43" y2="99.06" width="0.1524" layer="91"/>
<junction x="11.43" y="99.06"/>
<wire x1="17.78" y1="88.9" x2="17.78" y2="99.06" width="0.1524" layer="91"/>
<junction x="17.78" y="99.06"/>
<wire x1="5.08" y1="86.36" x2="5.08" y2="99.06" width="0.1524" layer="91"/>
<wire x1="2.54" y1="99.06" x2="5.08" y2="99.06" width="0.1524" layer="91"/>
<junction x="5.08" y="99.06"/>
<pinref part="C7" gate="G$1" pin="C_EL+"/>
<pinref part="R13" gate="G$1" pin="2"/>
<pinref part="R14" gate="G$1" pin="2"/>
5868,7 → 5868,7
<pinref part="U1" gate="G$1" pin="STAT1"/>
<wire x1="63.5" y1="73.66" x2="55.88" y2="73.66" width="0.1524" layer="91"/>
<wire x1="55.88" y1="73.66" x2="55.88" y2="76.2" width="0.1524" layer="91"/>
<wire x1="55.88" y1="73.66" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
<wire x1="55.88" y1="73.66" x2="-6.35" y2="73.66" width="0.1524" layer="91"/>
<junction x="55.88" y="73.66"/>
<pinref part="SV4" gate="-1" pin="K"/>
<pinref part="D4" gate="G$1" pin="C"/>
5888,7 → 5888,7
<wire x1="63.5" y1="68.58" x2="40.64" y2="68.58" width="0.1524" layer="91"/>
<wire x1="40.64" y1="68.58" x2="40.64" y2="71.12" width="0.1524" layer="91"/>
<wire x1="40.64" y1="71.12" x2="40.64" y2="76.2" width="0.1524" layer="91"/>
<wire x1="5.08" y1="71.12" x2="40.64" y2="71.12" width="0.1524" layer="91"/>
<wire x1="-6.35" y1="71.12" x2="40.64" y2="71.12" width="0.1524" layer="91"/>
<junction x="40.64" y="71.12"/>
<pinref part="SV4" gate="-2" pin="K"/>
<pinref part="D1" gate="G$1" pin="C"/>
5902,7 → 5902,7
<wire x1="40.64" y1="66.04" x2="38.1" y2="66.04" width="0.1524" layer="91"/>
<junction x="40.64" y="66.04"/>
<wire x1="38.1" y1="66.04" x2="38.1" y2="68.58" width="0.1524" layer="91"/>
<wire x1="38.1" y1="68.58" x2="5.08" y2="68.58" width="0.1524" layer="91"/>
<wire x1="38.1" y1="68.58" x2="-6.35" y2="68.58" width="0.1524" layer="91"/>
<pinref part="SV4" gate="-3" pin="K"/>
<pinref part="C3" gate="G$1" pin="1"/>
</segment>
5912,10 → 5912,10
<pinref part="U1" gate="G$1" pin="CE"/>
<wire x1="63.5" y1="63.5" x2="35.56" y2="63.5" width="0.1524" layer="91"/>
<wire x1="35.56" y1="63.5" x2="35.56" y2="66.04" width="0.1524" layer="91"/>
<wire x1="35.56" y1="66.04" x2="26.67" y2="66.04" width="0.1524" layer="91"/>
<wire x1="26.67" y1="66.04" x2="5.08" y2="66.04" width="0.1524" layer="91"/>
<wire x1="26.67" y1="53.34" x2="26.67" y2="66.04" width="0.1524" layer="91"/>
<junction x="26.67" y="66.04"/>
<wire x1="35.56" y1="66.04" x2="25.4" y2="66.04" width="0.1524" layer="91"/>
<wire x1="25.4" y1="66.04" x2="-6.35" y2="66.04" width="0.1524" layer="91"/>
<wire x1="25.4" y1="58.42" x2="25.4" y2="66.04" width="0.1524" layer="91"/>
<junction x="25.4" y="66.04"/>
<pinref part="SV4" gate="-4" pin="K"/>
<pinref part="R11" gate="G$1" pin="2"/>
</segment>
5922,14 → 5922,14
</net>
<net name="N$10" class="0">
<segment>
<wire x1="5.08" y1="63.5" x2="34.29" y2="63.5" width="0.1524" layer="91"/>
<wire x1="34.29" y1="63.5" x2="34.29" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-6.35" y1="63.5" x2="33.02" y2="63.5" width="0.1524" layer="91"/>
<wire x1="33.02" y1="63.5" x2="33.02" y2="58.42" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="CELLS"/>
<wire x1="34.29" y1="58.42" x2="63.5" y2="58.42" width="0.1524" layer="91"/>
<wire x1="33.02" y1="58.42" x2="63.5" y2="58.42" width="0.1524" layer="91"/>
<pinref part="SV4" gate="-5" pin="K"/>
<pinref part="R12" gate="G$1" pin="2"/>
<wire x1="34.29" y1="53.34" x2="34.29" y2="58.42" width="0.1524" layer="91"/>
<junction x="34.29" y="58.42"/>
<wire x1="33.02" y1="55.88" x2="33.02" y2="58.42" width="0.1524" layer="91"/>
<junction x="33.02" y="58.42"/>
</segment>
</net>
<net name="N$12" class="0">
5952,22 → 5952,22
<junction x="109.22" y="60.96"/>
<junction x="106.68" y="60.96"/>
<wire x1="106.68" y1="60.96" x2="109.22" y2="60.96" width="0.1524" layer="91"/>
<wire x1="109.22" y1="60.96" x2="152.4" y2="60.96" width="0.1524" layer="91"/>
<wire x1="109.22" y1="60.96" x2="160.02" y2="60.96" width="0.1524" layer="91"/>
<pinref part="R17" gate="G$1" pin="1"/>
<pinref part="R16" gate="G$1" pin="2"/>
<pinref part="R5" gate="G$1" pin="2"/>
<wire x1="152.4" y1="54.61" x2="152.4" y2="60.96" width="0.1524" layer="91"/>
<wire x1="160.02" y1="55.88" x2="160.02" y2="60.96" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$69" class="0">
<segment>
<wire x1="-11.43" y1="99.06" x2="-6.35" y2="99.06" width="0.1524" layer="91"/>
<wire x1="-22.86" y1="99.06" x2="-13.97" y2="99.06" width="0.1524" layer="91"/>
<pinref part="X2" gate="PC-GK2.1" pin="+"/>
<pinref part="P2" gate="G$1" pin="1"/>
<pinref part="SV1" gate="-2" pin="K"/>
<wire x1="-6.35" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
<wire x1="-6.35" y1="102.87" x2="-6.35" y2="99.06" width="0.1524" layer="91"/>
<junction x="-6.35" y="99.06"/>
<wire x1="-13.97" y1="99.06" x2="-7.62" y2="99.06" width="0.1524" layer="91"/>
<wire x1="-13.97" y1="102.87" x2="-13.97" y2="99.06" width="0.1524" layer="91"/>
<junction x="-13.97" y="99.06"/>
</segment>
</net>
<net name="+BAT" class="0">
5974,8 → 5974,8
<segment>
<pinref part="X1" gate="G$1" pin="BAT"/>
<wire x1="21.59" y1="-1.27" x2="-2.54" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="-1.27" x2="-5.08" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="-5.08" y1="-1.27" x2="-5.08" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="-1.27" x2="-10.16" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="-1.27" x2="-10.16" y2="-6.35" width="0.1524" layer="91"/>
<pinref part="C6" gate="G$1" pin="1"/>
<wire x1="-2.54" y1="-8.89" x2="-2.54" y2="-1.27" width="0.1524" layer="91"/>
<junction x="-2.54" y="-1.27"/>
5985,54 → 5985,54
<wire x1="21.59" y1="-3.81" x2="19.05" y2="-3.81" width="0.1524" layer="91"/>
<wire x1="19.05" y1="-3.81" x2="19.05" y2="-6.35" width="0.1524" layer="91"/>
<junction x="6.35" y="-6.35"/>
<wire x1="-5.08" y1="-6.35" x2="6.35" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="-6.35" x2="6.35" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="6.35" y1="-6.35" x2="19.05" y2="-6.35" width="0.1524" layer="91"/>
<junction x="19.05" y="-6.35"/>
<pinref part="C8" gate="G$1" pin="1"/>
<wire x1="6.35" y1="-6.35" x2="6.35" y2="-8.89" width="0.1524" layer="91"/>
<wire x1="-5.08" y1="-6.35" x2="-7.62" y2="-6.35" width="0.1524" layer="91"/>
<junction x="-5.08" y="-6.35"/>
<wire x1="-10.16" y1="-6.35" x2="-19.05" y2="-6.35" width="0.1524" layer="91"/>
<junction x="-10.16" y="-6.35"/>
</segment>
<segment>
<pinref part="D12" gate="G$1" pin="A"/>
<wire x1="148.59" y1="-46.99" x2="153.67" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-46.99" x2="153.67" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-39.37" x2="153.67" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-31.75" x2="153.67" y2="-21.59" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-21.59" x2="153.67" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-13.97" x2="148.59" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="163.83" y1="-39.37" x2="168.91" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-39.37" x2="168.91" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-31.75" x2="168.91" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-24.13" x2="168.91" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-13.97" x2="168.91" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-6.35" x2="163.83" y2="-6.35" width="0.1524" layer="91"/>
<pinref part="D8" gate="G$1" pin="A"/>
<pinref part="D9" gate="G$1" pin="A"/>
<wire x1="148.59" y1="-21.59" x2="153.67" y2="-21.59" width="0.1524" layer="91"/>
<wire x1="163.83" y1="-13.97" x2="168.91" y2="-13.97" width="0.1524" layer="91"/>
<pinref part="D10" gate="G$1" pin="A"/>
<wire x1="148.59" y1="-31.75" x2="153.67" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="163.83" y1="-24.13" x2="168.91" y2="-24.13" width="0.1524" layer="91"/>
<pinref part="D11" gate="G$1" pin="A"/>
<wire x1="148.59" y1="-39.37" x2="153.67" y2="-39.37" width="0.1524" layer="91"/>
<junction x="153.67" y="-39.37"/>
<junction x="153.67" y="-31.75"/>
<junction x="153.67" y="-21.59"/>
<junction x="153.67" y="-13.97"/>
<wire x1="153.67" y1="-13.97" x2="157.48" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="163.83" y1="-31.75" x2="168.91" y2="-31.75" width="0.1524" layer="91"/>
<junction x="168.91" y="-31.75"/>
<junction x="168.91" y="-24.13"/>
<junction x="168.91" y="-13.97"/>
<junction x="168.91" y="-6.35"/>
<wire x1="168.91" y1="-6.35" x2="172.72" y2="-6.35" width="0.1524" layer="91"/>
<pinref part="D5" gate="G$1" pin="A"/>
<wire x1="148.59" y1="-54.61" x2="153.67" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-54.61" x2="153.67" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="163.83" y1="-46.99" x2="168.91" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-46.99" x2="168.91" y2="-39.37" width="0.1524" layer="91"/>
<pinref part="D7" gate="G$1" pin="A"/>
<wire x1="148.59" y1="-62.23" x2="153.67" y2="-62.23" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-62.23" x2="153.67" y2="-54.61" width="0.1524" layer="91"/>
<junction x="153.67" y="-54.61"/>
<junction x="153.67" y="-46.99"/>
<wire x1="163.83" y1="-54.61" x2="168.91" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-54.61" x2="168.91" y2="-46.99" width="0.1524" layer="91"/>
<junction x="168.91" y="-46.99"/>
<junction x="168.91" y="-39.37"/>
</segment>
<segment>
<pinref part="X3" gate="A" pin="~CLR"/>
<wire x1="86.36" y1="-44.45" x2="83.82" y2="-44.45" width="0.1524" layer="91"/>
<wire x1="101.6" y1="-36.83" x2="99.06" y2="-36.83" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="VCC"/>
<wire x1="83.82" y1="-44.45" x2="83.82" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="83.82" y1="-26.67" x2="86.36" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="83.82" y1="-26.67" x2="83.82" y2="-22.86" width="0.1524" layer="91"/>
<junction x="83.82" y="-26.67"/>
<wire x1="82.55" y1="-22.86" x2="83.82" y2="-22.86" width="0.1524" layer="91"/>
<wire x1="99.06" y1="-36.83" x2="99.06" y2="-19.05" width="0.1524" layer="91"/>
<wire x1="99.06" y1="-19.05" x2="101.6" y2="-19.05" width="0.1524" layer="91"/>
<wire x1="99.06" y1="-19.05" x2="99.06" y2="-15.24" width="0.1524" layer="91"/>
<junction x="99.06" y="-19.05"/>
<wire x1="97.79" y1="-15.24" x2="99.06" y2="-15.24" width="0.1524" layer="91"/>
<pinref part="C13" gate="G$1" pin="2"/>
<junction x="83.82" y="-44.45"/>
<junction x="99.06" y="-36.83"/>
</segment>
<segment>
<pinref part="T1" gate="A" pin="D"/>
6060,11 → 6060,11
</segment>
<segment>
<pinref part="U1" gate="G$1" pin="BAT"/>
<wire x1="93.98" y1="68.58" x2="147.32" y2="68.58" width="0.1524" layer="91"/>
<wire x1="147.32" y1="68.58" x2="147.32" y2="81.28" width="0.1524" layer="91"/>
<wire x1="147.32" y1="81.28" x2="146.05" y2="81.28" width="0.1524" layer="91"/>
<junction x="147.32" y="81.28"/>
<wire x1="147.32" y1="81.28" x2="149.86" y2="81.28" width="0.1524" layer="91"/>
<wire x1="93.98" y1="68.58" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
<wire x1="154.94" y1="68.58" x2="154.94" y2="81.28" width="0.1524" layer="91"/>
<wire x1="154.94" y1="81.28" x2="152.4" y2="81.28" width="0.1524" layer="91"/>
<junction x="154.94" y="81.28"/>
<wire x1="154.94" y1="81.28" x2="165.1" y2="81.28" width="0.1524" layer="91"/>
<pinref part="R21" gate="G$1" pin="2"/>
</segment>
</net>
6092,8 → 6092,8
<net name="N$13" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="ISET2"/>
<wire x1="93.98" y1="63.5" x2="116.84" y2="63.5" width="0.1524" layer="91"/>
<wire x1="116.84" y1="63.5" x2="116.84" y2="50.8" width="0.1524" layer="91"/>
<wire x1="93.98" y1="63.5" x2="119.38" y2="63.5" width="0.1524" layer="91"/>
<wire x1="119.38" y1="63.5" x2="119.38" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R18" gate="G$1" pin="2"/>
</segment>
</net>
6100,26 → 6100,26
<net name="N$15" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="ISET1"/>
<wire x1="93.98" y1="66.04" x2="124.46" y2="66.04" width="0.1524" layer="91"/>
<wire x1="124.46" y1="66.04" x2="124.46" y2="50.8" width="0.1524" layer="91"/>
<wire x1="93.98" y1="66.04" x2="127" y2="66.04" width="0.1524" layer="91"/>
<wire x1="127" y1="66.04" x2="127" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R19" gate="G$1" pin="2"/>
</segment>
</net>
<net name="GND" class="0">
<segment>
<wire x1="11.43" y1="38.1" x2="11.43" y2="80.01" width="0.1524" layer="91"/>
<wire x1="5.08" y1="38.1" x2="5.08" y2="81.28" width="0.1524" layer="91"/>
<pinref part="D2" gate="G$1" pin="A"/>
<pinref part="GND1" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="-11.43" y1="93.98" x2="-10.16" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="93.98" x2="-2.54" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="93.98" x2="16.51" y2="93.98" width="0.1524" layer="91"/>
<wire x1="16.51" y1="93.98" x2="16.51" y2="38.1" width="0.1524" layer="91"/>
<wire x1="-22.86" y1="93.98" x2="-17.78" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-17.78" y1="93.98" x2="-10.16" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="93.98" x2="10.16" y2="93.98" width="0.1524" layer="91"/>
<wire x1="10.16" y1="93.98" x2="10.16" y2="38.1" width="0.1524" layer="91"/>
<wire x1="-17.78" y1="102.87" x2="-17.78" y2="93.98" width="0.1524" layer="91"/>
<junction x="-17.78" y="93.98"/>
<wire x1="-10.16" y1="102.87" x2="-10.16" y2="93.98" width="0.1524" layer="91"/>
<junction x="-10.16" y="93.98"/>
<wire x1="-2.54" y1="102.87" x2="-2.54" y2="93.98" width="0.1524" layer="91"/>
<junction x="-2.54" y="93.98"/>
<pinref part="X2" gate="PC-GK2.1" pin="-"/>
<pinref part="GND2" gate="G$1" pin="GND"/>
<pinref part="SV1" gate="-1" pin="K"/>
6126,12 → 6126,12
<pinref part="SV1" gate="-3" pin="K"/>
</segment>
<segment>
<wire x1="21.59" y1="83.82" x2="21.59" y2="38.1" width="0.1524" layer="91"/>
<wire x1="17.78" y1="83.82" x2="17.78" y2="38.1" width="0.1524" layer="91"/>
<pinref part="C7" gate="G$1" pin="C_EL-"/>
<pinref part="GND3" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="26.67" y1="38.1" x2="26.67" y2="43.18" width="0.1524" layer="91"/>
<wire x1="25.4" y1="38.1" x2="25.4" y2="48.26" width="0.1524" layer="91"/>
<pinref part="R11" gate="G$1" pin="1"/>
<pinref part="GND4" gate="G$1" pin="GND"/>
</segment>
6162,23 → 6162,23
<pinref part="GND9" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="116.84" y1="38.1" x2="116.84" y2="40.64" width="0.1524" layer="91"/>
<wire x1="119.38" y1="38.1" x2="119.38" y2="40.64" width="0.1524" layer="91"/>
<pinref part="R18" gate="G$1" pin="1"/>
<pinref part="GND10" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="124.46" y1="38.1" x2="124.46" y2="40.64" width="0.1524" layer="91"/>
<wire x1="127" y1="38.1" x2="127" y2="40.64" width="0.1524" layer="91"/>
<pinref part="R19" gate="G$1" pin="1"/>
<pinref part="GND11" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="129.54" y1="38.1" x2="129.54" y2="73.66" width="0.1524" layer="91"/>
<wire x1="134.62" y1="38.1" x2="134.62" y2="73.66" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="PGND1"/>
<wire x1="93.98" y1="76.2" x2="96.52" y2="76.2" width="0.1524" layer="91"/>
<wire x1="96.52" y1="76.2" x2="96.52" y2="73.66" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="PGND2"/>
<wire x1="96.52" y1="73.66" x2="93.98" y2="73.66" width="0.1524" layer="91"/>
<wire x1="129.54" y1="73.66" x2="104.14" y2="73.66" width="0.1524" layer="91"/>
<wire x1="134.62" y1="73.66" x2="104.14" y2="73.66" width="0.1524" layer="91"/>
<junction x="96.52" y="73.66"/>
<pinref part="GND12" gate="G$1" pin="GND"/>
<pinref part="D6" gate="G$1" pin="A"/>
6186,12 → 6186,12
<junction x="104.14" y="73.66"/>
</segment>
<segment>
<wire x1="134.62" y1="38.1" x2="134.62" y2="45.72" width="0.1524" layer="91"/>
<wire x1="139.7" y1="38.1" x2="139.7" y2="48.26" width="0.1524" layer="91"/>
<pinref part="C5" gate="G$1" pin="C_EL-"/>
<pinref part="GND13" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="139.7" y1="45.72" x2="139.7" y2="38.1" width="0.1524" layer="91"/>
<wire x1="147.32" y1="45.72" x2="147.32" y2="38.1" width="0.1524" layer="91"/>
<pinref part="C4" gate="G$1" pin="2"/>
<pinref part="GND14" gate="G$1" pin="GND"/>
</segment>
6257,10 → 6257,10
<segment>
<pinref part="X3" gate="A" pin="GND"/>
<pinref part="GND27" gate="G$1" pin="GND"/>
<wire x1="86.36" y1="-50.8" x2="86.36" y2="-49.53" width="0.1524" layer="91"/>
<wire x1="101.6" y1="-43.18" x2="101.6" y2="-41.91" width="0.1524" layer="91"/>
<pinref part="C13" gate="G$1" pin="1"/>
<wire x1="83.82" y1="-49.53" x2="86.36" y2="-49.53" width="0.1524" layer="91"/>
<junction x="86.36" y="-49.53"/>
<wire x1="99.06" y1="-41.91" x2="101.6" y2="-41.91" width="0.1524" layer="91"/>
<junction x="101.6" y="-41.91"/>
</segment>
<segment>
<pinref part="R2" gate="G$1" pin="1"/>
6294,12 → 6294,12
<segment>
<pinref part="R5" gate="G$1" pin="1"/>
<pinref part="GND15" gate="G$1" pin="GND"/>
<wire x1="152.4" y1="38.1" x2="152.4" y2="44.45" width="0.1524" layer="91"/>
<wire x1="160.02" y1="38.1" x2="160.02" y2="45.72" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="R12" gate="G$1" pin="1"/>
<pinref part="GND21" gate="G$1" pin="GND"/>
<wire x1="34.29" y1="38.1" x2="34.29" y2="43.18" width="0.1524" layer="91"/>
<wire x1="33.02" y1="38.1" x2="33.02" y2="45.72" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C17" gate="G$1" pin="1"/>
6368,7 → 6368,7
</segment>
<segment>
<pinref part="X3" gate="A" pin="CLK"/>
<wire x1="86.36" y1="-39.37" x2="82.55" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="101.6" y1="-31.75" x2="97.79" y2="-31.75" width="0.1524" layer="91"/>
</segment>
</net>
<net name="P1" class="0">
6378,12 → 6378,12
</segment>
<segment>
<pinref part="X3" gate="A" pin="A"/>
<wire x1="86.36" y1="-31.75" x2="85.09" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="101.6" y1="-24.13" x2="100.33" y2="-24.13" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="B"/>
<wire x1="85.09" y1="-31.75" x2="82.55" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="86.36" y1="-34.29" x2="85.09" y2="-34.29" width="0.1524" layer="91"/>
<wire x1="85.09" y1="-34.29" x2="85.09" y2="-31.75" width="0.1524" layer="91"/>
<junction x="85.09" y="-31.75"/>
<wire x1="100.33" y1="-24.13" x2="97.79" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="101.6" y1="-26.67" x2="100.33" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="100.33" y1="-26.67" x2="100.33" y2="-24.13" width="0.1524" layer="91"/>
<junction x="100.33" y="-24.13"/>
</segment>
</net>
<net name="N$17" class="0">
6477,42 → 6477,42
<net name="N$35" class="0">
<segment>
<pinref part="X3" gate="A" pin="QB"/>
<wire x1="128.27" y1="-29.21" x2="121.92" y2="-29.21" width="0.1524" layer="91"/>
<wire x1="143.51" y1="-21.59" x2="137.16" y2="-21.59" width="0.1524" layer="91"/>
<pinref part="R22" gate="G$1" pin="1"/>
<wire x1="128.27" y1="-21.59" x2="128.27" y2="-29.21" width="0.1524" layer="91"/>
<wire x1="143.51" y1="-13.97" x2="143.51" y2="-21.59" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$36" class="0">
<segment>
<pinref part="X3" gate="A" pin="QC"/>
<wire x1="128.27" y1="-31.75" x2="121.92" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="143.51" y1="-24.13" x2="137.16" y2="-24.13" width="0.1524" layer="91"/>
<pinref part="R23" gate="G$1" pin="1"/>
</segment>
</net>
<net name="N$37" class="0">
<segment>
<wire x1="127" y1="-39.37" x2="127" y2="-34.29" width="0.1524" layer="91"/>
<wire x1="142.24" y1="-31.75" x2="142.24" y2="-26.67" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="QD"/>
<wire x1="127" y1="-34.29" x2="121.92" y2="-34.29" width="0.1524" layer="91"/>
<wire x1="142.24" y1="-26.67" x2="137.16" y2="-26.67" width="0.1524" layer="91"/>
<pinref part="R24" gate="G$1" pin="1"/>
<wire x1="128.27" y1="-39.37" x2="127" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="143.51" y1="-31.75" x2="142.24" y2="-31.75" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$38" class="0">
<segment>
<wire x1="125.73" y1="-46.99" x2="125.73" y2="-36.83" width="0.1524" layer="91"/>
<wire x1="140.97" y1="-39.37" x2="140.97" y2="-29.21" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="QE"/>
<wire x1="125.73" y1="-36.83" x2="121.92" y2="-36.83" width="0.1524" layer="91"/>
<wire x1="140.97" y1="-29.21" x2="137.16" y2="-29.21" width="0.1524" layer="91"/>
<pinref part="R25" gate="G$1" pin="1"/>
<wire x1="125.73" y1="-46.99" x2="128.27" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="140.97" y1="-39.37" x2="143.51" y2="-39.37" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$33" class="0">
<segment>
<pinref part="X3" gate="A" pin="QA"/>
<wire x1="121.92" y1="-26.67" x2="127" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="127" y1="-26.67" x2="127" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="127" y1="-13.97" x2="128.27" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="137.16" y1="-19.05" x2="142.24" y2="-19.05" width="0.1524" layer="91"/>
<wire x1="142.24" y1="-19.05" x2="142.24" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="142.24" y1="-6.35" x2="143.51" y2="-6.35" width="0.1524" layer="91"/>
<pinref part="R20" gate="G$1" pin="1"/>
</segment>
</net>
6520,7 → 6520,7
<segment>
<pinref part="D8" gate="G$1" pin="C"/>
<pinref part="R20" gate="G$1" pin="2"/>
<wire x1="138.43" y1="-13.97" x2="140.97" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-6.35" x2="156.21" y2="-6.35" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$39" class="0">
6527,7 → 6527,7
<segment>
<pinref part="D9" gate="G$1" pin="C"/>
<pinref part="R22" gate="G$1" pin="2"/>
<wire x1="138.43" y1="-21.59" x2="140.97" y2="-21.59" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-13.97" x2="156.21" y2="-13.97" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$40" class="0">
6534,7 → 6534,7
<segment>
<pinref part="D11" gate="G$1" pin="C"/>
<pinref part="R24" gate="G$1" pin="2"/>
<wire x1="138.43" y1="-39.37" x2="140.97" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-31.75" x2="156.21" y2="-31.75" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$41" class="0">
6541,7 → 6541,7
<segment>
<pinref part="D12" gate="G$1" pin="C"/>
<pinref part="R25" gate="G$1" pin="2"/>
<wire x1="138.43" y1="-46.99" x2="140.97" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-39.37" x2="156.21" y2="-39.37" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$42" class="0">
6548,7 → 6548,7
<segment>
<pinref part="D10" gate="G$1" pin="C"/>
<pinref part="R23" gate="G$1" pin="2"/>
<wire x1="138.43" y1="-31.75" x2="140.97" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-24.13" x2="156.21" y2="-24.13" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$43" class="0">
6606,21 → 6606,21
<pinref part="SV2" gate="-2" pin="K"/>
</segment>
<segment>
<wire x1="127" y1="81.28" x2="134.62" y2="81.28" width="0.1524" layer="91"/>
<wire x1="134.62" y1="81.28" x2="134.62" y2="71.12" width="0.1524" layer="91"/>
<wire x1="127" y1="81.28" x2="139.7" y2="81.28" width="0.1524" layer="91"/>
<wire x1="139.7" y1="81.28" x2="139.7" y2="71.12" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="SNS"/>
<wire x1="134.62" y1="71.12" x2="134.62" y2="50.8" width="0.1524" layer="91"/>
<wire x1="93.98" y1="71.12" x2="134.62" y2="71.12" width="0.1524" layer="91"/>
<junction x="134.62" y="71.12"/>
<wire x1="134.62" y1="71.12" x2="139.7" y2="71.12" width="0.1524" layer="91"/>
<wire x1="139.7" y1="71.12" x2="139.7" y2="50.8" width="0.1524" layer="91"/>
<wire x1="135.89" y1="81.28" x2="134.62" y2="81.28" width="0.1524" layer="91"/>
<junction x="134.62" y="81.28"/>
<wire x1="139.7" y1="71.12" x2="139.7" y2="53.34" width="0.1524" layer="91"/>
<wire x1="93.98" y1="71.12" x2="139.7" y2="71.12" width="0.1524" layer="91"/>
<junction x="139.7" y="71.12"/>
<wire x1="139.7" y1="71.12" x2="147.32" y2="71.12" width="0.1524" layer="91"/>
<wire x1="147.32" y1="71.12" x2="147.32" y2="50.8" width="0.1524" layer="91"/>
<wire x1="142.24" y1="81.28" x2="139.7" y2="81.28" width="0.1524" layer="91"/>
<junction x="139.7" y="81.28"/>
<pinref part="L1" gate="G$1" pin="2"/>
<pinref part="C4" gate="G$1" pin="1"/>
<pinref part="C5" gate="G$1" pin="C_EL+"/>
<wire x1="134.62" y1="81.28" x2="134.62" y2="90.17" width="0.1524" layer="91"/>
<wire x1="134.62" y1="90.17" x2="139.7" y2="90.17" width="0.1524" layer="91"/>
<wire x1="139.7" y1="81.28" x2="139.7" y2="90.17" width="0.1524" layer="91"/>
<wire x1="139.7" y1="90.17" x2="144.78" y2="90.17" width="0.1524" layer="91"/>
<pinref part="R21" gate="G$1" pin="1"/>
</segment>
<segment>
6726,19 → 6726,19
<net name="N$46" class="0">
<segment>
<pinref part="X3" gate="A" pin="QF"/>
<wire x1="121.92" y1="-39.37" x2="124.46" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="124.46" y1="-39.37" x2="124.46" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="137.16" y1="-31.75" x2="139.7" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="139.7" y1="-31.75" x2="139.7" y2="-46.99" width="0.1524" layer="91"/>
<pinref part="R32" gate="G$1" pin="1"/>
<wire x1="124.46" y1="-54.61" x2="128.27" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="139.7" y1="-46.99" x2="143.51" y2="-46.99" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$47" class="0">
<segment>
<pinref part="X3" gate="A" pin="QG"/>
<wire x1="121.92" y1="-41.91" x2="123.19" y2="-41.91" width="0.1524" layer="91"/>
<wire x1="123.19" y1="-41.91" x2="123.19" y2="-62.23" width="0.1524" layer="91"/>
<wire x1="137.16" y1="-34.29" x2="138.43" y2="-34.29" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-34.29" x2="138.43" y2="-54.61" width="0.1524" layer="91"/>
<pinref part="R33" gate="G$1" pin="1"/>
<wire x1="123.19" y1="-62.23" x2="128.27" y2="-62.23" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-54.61" x2="143.51" y2="-54.61" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$49" class="0">
6745,7 → 6745,7
<segment>
<pinref part="R32" gate="G$1" pin="2"/>
<pinref part="D5" gate="G$1" pin="C"/>
<wire x1="138.43" y1="-54.61" x2="140.97" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-46.99" x2="156.21" y2="-46.99" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$50" class="0">
6752,7 → 6752,7
<segment>
<pinref part="R33" gate="G$1" pin="2"/>
<pinref part="D7" gate="G$1" pin="C"/>
<wire x1="138.43" y1="-62.23" x2="140.97" y2="-62.23" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-54.61" x2="156.21" y2="-54.61" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$21" class="0">
/Modules/PowerSupply/SOLARMINI01A/SCH_PCB/untitled.brd
14,12 → 14,12
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
45,7 → 45,7
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="yes"/>
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="53" name="tPadExt" color="7" fill="1" visible="no" active="no"/>
<layer number="54" name="bPadExt" color="1" fill="1" visible="no" active="no"/>
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/>
86,7 → 86,7
<text x="17.5" y="36.2" size="1.778" layer="21">MLAB</text>
<text x="7.1" y="26.9" size="1.4224" layer="21">JACHO</text>
<text x="8.1" y="24.8" size="1.4224" layer="21">2013</text>
<text x="10.6" y="19.3" size="1.778" layer="21" font="vector">0.3 - 5.5 V</text>
<text x="10.6" y="19.3" size="1.778" layer="21">0.3 - 5.5 V</text>
<text x="19.7" y="28.3" size="1.27" layer="21">XSHUT</text>
<text x="32.4" y="10.8" size="1.27" layer="16" rot="MR180">MLAB</text>
<text x="30.9" y="9.6" size="1.27" layer="16" rot="MR270">JACHO</text>
/Modules/PowerSupply/SOLARMINI01A/SCH_PCB/untitled.sch
699,10 → 699,10
<sheets>
<sheet>
<plain>
<text x="16.51" y="33.02" size="1.778" layer="91">VCTRL</text>
<text x="41.91" y="25.4" size="1.778" layer="91">VCTRL</text>
<text x="-67.31" y="43.18" size="2.54" layer="91">IN</text>
<text x="67.31" y="27.94" size="2.54" layer="91">OUT</text>
<text x="16.51" y="36.83" size="1.778" layer="91">VCTRL</text>
<text x="55.88" y="25.4" size="1.778" layer="91">VCTRL</text>
<text x="-72.39" y="43.18" size="2.54" layer="91">IN</text>
<text x="85.09" y="27.94" size="2.54" layer="91">OUT</text>
</plain>
<instances>
<instance part="X1" gate="G$1" x="-5.08" y="45.72" smashed="yes">
711,42 → 711,42
</instance>
<instance part="C1" gate="G$1" x="-55.88" y="46.99" rot="R270"/>
<instance part="C2" gate="G$1" x="-29.21" y="36.83"/>
<instance part="C3" gate="G$1" x="20.32" y="41.91"/>
<instance part="C4" gate="G$1" x="36.83" y="25.4" rot="R270"/>
<instance part="C5" gate="G$1" x="58.42" y="26.67" rot="R270"/>
<instance part="C3" gate="G$1" x="30.48" y="41.91"/>
<instance part="C4" gate="G$1" x="49.53" y="25.4" rot="R270"/>
<instance part="C5" gate="G$1" x="77.47" y="25.4" rot="R270"/>
<instance part="R1" gate="G$1" x="-35.56" y="50.8" rot="R90"/>
<instance part="R2" gate="G$1" x="-35.56" y="38.1" rot="R90"/>
<instance part="R4" gate="G$1" x="30.48" y="50.8"/>
<instance part="R5" gate="G$1" x="30.48" y="38.1"/>
<instance part="R7" gate="G$1" x="53.34" y="30.48" rot="R90"/>
<instance part="R8" gate="G$1" x="53.34" y="17.78" rot="R90"/>
<instance part="D1" gate="G$1" x="26.67" y="25.4" smashed="yes" rot="R90">
<attribute name="VALUE" x="29.845" y="17.7799" size="1.6764" layer="96" rot="MR90"/>
<attribute name="NAME" x="24.765" y="24.13" size="1.6764" layer="95" rot="R90"/>
<instance part="R4" gate="G$1" x="43.18" y="50.8"/>
<instance part="R5" gate="G$1" x="43.18" y="38.1"/>
<instance part="R7" gate="G$1" x="68.58" y="30.48" rot="R90"/>
<instance part="R8" gate="G$1" x="68.58" y="17.78" rot="R90"/>
<instance part="D1" gate="G$1" x="39.37" y="25.4" smashed="yes" rot="R90">
<attribute name="VALUE" x="42.545" y="17.7799" size="1.6764" layer="96" rot="MR90"/>
<attribute name="NAME" x="37.465" y="24.13" size="1.6764" layer="95" rot="R90"/>
</instance>
<instance part="L1" gate="G$1" x="-45.72" y="58.42"/>
<instance part="SV1" gate="G$1" x="-66.04" y="58.42"/>
<instance part="SV2" gate="G$1" x="-66.04" y="33.02"/>
<instance part="SV3" gate="G$1" x="72.39" y="35.56" rot="R180"/>
<instance part="SV4" gate="G$1" x="72.39" y="22.86" rot="R180"/>
<instance part="SV1" gate="G$1" x="-71.12" y="58.42"/>
<instance part="SV2" gate="G$1" x="-71.12" y="33.02"/>
<instance part="SV3" gate="G$1" x="91.44" y="35.56" rot="R180"/>
<instance part="SV4" gate="G$1" x="91.44" y="22.86" rot="R180"/>
<instance part="GND1" gate="G$1" x="-17.78" y="45.72"/>
<instance part="GND2" gate="G$1" x="-44.45" y="29.21"/>
<instance part="GND3" gate="G$1" x="26.67" y="16.51"/>
<instance part="GND4" gate="G$1" x="36.83" y="16.51"/>
<instance part="GND5" gate="G$1" x="53.34" y="11.43"/>
<instance part="GND6" gate="G$1" x="58.42" y="11.43"/>
<instance part="GND7" gate="G$1" x="63.5" y="11.43"/>
<instance part="GND3" gate="G$1" x="39.37" y="19.05"/>
<instance part="GND4" gate="G$1" x="49.53" y="19.05"/>
<instance part="GND5" gate="G$1" x="68.58" y="10.16"/>
<instance part="GND6" gate="G$1" x="77.47" y="17.78"/>
<instance part="GND7" gate="G$1" x="82.55" y="17.78"/>
<instance part="X2" gate="P4" x="-11.43" y="19.05"/>
<instance part="X3" gate="P4" x="-11.43" y="11.43"/>
<instance part="X4" gate="P4" x="-25.4" y="19.05"/>
<instance part="X5" gate="P4" x="-25.4" y="11.43"/>
<instance part="R6" gate="G$1" x="43.18" y="35.56"/>
<instance part="R6" gate="G$1" x="55.88" y="35.56"/>
<instance part="R3" gate="G$1" x="0" y="60.96"/>
<instance part="D2" gate="G$1" x="-20.32" y="35.56" rot="R270"/>
<instance part="C6" gate="G$1" x="-2.54" y="20.32"/>
<instance part="C7" gate="G$1" x="10.16" y="22.86" rot="R270"/>
<instance part="GND9" gate="G$1" x="-2.54" y="16.51"/>
<instance part="GND10" gate="G$1" x="10.16" y="16.51"/>
<instance part="C6" gate="G$1" x="5.08" y="22.86"/>
<instance part="C7" gate="G$1" x="17.78" y="22.86" rot="R270"/>
<instance part="GND9" gate="G$1" x="5.08" y="16.51"/>
<instance part="GND10" gate="G$1" x="17.78" y="16.51"/>
<instance part="SV5" gate="G$1" x="17.78" y="60.96" rot="R180"/>
</instances>
<busses>
756,7 → 756,7
<segment>
<pinref part="SV1" gate="G$1" pin="P$1"/>
<pinref part="L1" gate="G$1" pin="1"/>
<wire x1="-58.42" y1="58.42" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-63.5" y1="58.42" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-55.88" y1="58.42" x2="-53.34" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-55.88" y1="50.8" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<pinref part="C1" gate="G$1" pin="C_EL+"/>
790,7 → 790,7
<wire x1="-44.45" y1="29.21" x2="-44.45" y2="33.02" width="0.1524" layer="91"/>
<pinref part="SV2" gate="G$1" pin="P$1"/>
<pinref part="R2" gate="G$1" pin="1"/>
<wire x1="-58.42" y1="33.02" x2="-55.88" y2="33.02" width="0.1524" layer="91"/>
<wire x1="-63.5" y1="33.02" x2="-55.88" y2="33.02" width="0.1524" layer="91"/>
<pinref part="C1" gate="G$1" pin="C_EL-"/>
<wire x1="-55.88" y1="33.02" x2="-44.45" y2="33.02" width="0.1524" layer="91"/>
<wire x1="-44.45" y1="33.02" x2="-35.56" y2="33.02" width="0.1524" layer="91"/>
810,38 → 810,38
<segment>
<pinref part="D1" gate="G$1" pin="A"/>
<pinref part="GND3" gate="G$1" pin="GND"/>
<wire x1="26.67" y1="16.51" x2="26.67" y2="21.59" width="0.1524" layer="91"/>
<wire x1="39.37" y1="19.05" x2="39.37" y2="21.59" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C4" gate="G$1" pin="C_EL-"/>
<pinref part="GND4" gate="G$1" pin="GND"/>
<wire x1="36.83" y1="16.51" x2="36.83" y2="21.59" width="0.1524" layer="91"/>
<wire x1="49.53" y1="19.05" x2="49.53" y2="21.59" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="R8" gate="G$1" pin="1"/>
<pinref part="GND5" gate="G$1" pin="GND"/>
<wire x1="53.34" y1="11.43" x2="53.34" y2="12.7" width="0.1524" layer="91"/>
<wire x1="68.58" y1="10.16" x2="68.58" y2="12.7" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C5" gate="G$1" pin="C_EL-"/>
<pinref part="GND6" gate="G$1" pin="GND"/>
<wire x1="58.42" y1="11.43" x2="58.42" y2="22.86" width="0.1524" layer="91"/>
<wire x1="77.47" y1="17.78" x2="77.47" y2="21.59" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="SV4" gate="G$1" pin="P$1"/>
<pinref part="GND7" gate="G$1" pin="GND"/>
<wire x1="64.77" y1="22.86" x2="63.5" y2="22.86" width="0.1524" layer="91"/>
<wire x1="63.5" y1="22.86" x2="63.5" y2="11.43" width="0.1524" layer="91"/>
<wire x1="83.82" y1="22.86" x2="82.55" y2="22.86" width="0.1524" layer="91"/>
<wire x1="82.55" y1="22.86" x2="82.55" y2="17.78" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C6" gate="G$1" pin="2"/>
<pinref part="GND9" gate="G$1" pin="GND"/>
<wire x1="-2.54" y1="16.51" x2="-2.54" y2="17.78" width="0.1524" layer="91"/>
<wire x1="5.08" y1="16.51" x2="5.08" y2="20.32" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C7" gate="G$1" pin="C_EL-"/>
<pinref part="GND10" gate="G$1" pin="GND"/>
<wire x1="10.16" y1="16.51" x2="10.16" y2="19.05" width="0.1524" layer="91"/>
<wire x1="17.78" y1="16.51" x2="17.78" y2="19.05" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$6" class="0">
878,11 → 878,11
<wire x1="15.24" y1="45.72" x2="16.51" y2="45.72" width="0.1524" layer="91"/>
<wire x1="16.51" y1="45.72" x2="16.51" y2="46.99" width="0.1524" layer="91"/>
<pinref part="C3" gate="G$1" pin="1"/>
<wire x1="16.51" y1="46.99" x2="20.32" y2="46.99" width="0.1524" layer="91"/>
<wire x1="20.32" y1="46.99" x2="20.32" y2="50.8" width="0.1524" layer="91"/>
<wire x1="16.51" y1="46.99" x2="30.48" y2="46.99" width="0.1524" layer="91"/>
<wire x1="30.48" y1="46.99" x2="30.48" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R4" gate="G$1" pin="1"/>
<wire x1="20.32" y1="50.8" x2="25.4" y2="50.8" width="0.1524" layer="91"/>
<junction x="20.32" y="46.99"/>
<wire x1="30.48" y1="50.8" x2="38.1" y2="50.8" width="0.1524" layer="91"/>
<junction x="30.48" y="46.99"/>
</segment>
</net>
<net name="N$5" class="0">
889,51 → 889,51
<segment>
<pinref part="X1" gate="G$1" pin="VOUT"/>
<wire x1="-15.24" y1="35.56" x2="-15.24" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-15.24" y1="30.48" x2="-2.54" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-15.24" y1="30.48" x2="5.08" y2="30.48" width="0.1524" layer="91"/>
<pinref part="D1" gate="G$1" pin="K"/>
<wire x1="-2.54" y1="30.48" x2="10.16" y2="30.48" width="0.1524" layer="91"/>
<wire x1="10.16" y1="30.48" x2="26.67" y2="30.48" width="0.1524" layer="91"/>
<wire x1="26.67" y1="29.21" x2="26.67" y2="30.48" width="0.1524" layer="91"/>
<wire x1="5.08" y1="30.48" x2="17.78" y2="30.48" width="0.1524" layer="91"/>
<wire x1="17.78" y1="30.48" x2="39.37" y2="30.48" width="0.1524" layer="91"/>
<wire x1="39.37" y1="29.21" x2="39.37" y2="30.48" width="0.1524" layer="91"/>
<pinref part="C4" gate="G$1" pin="C_EL+"/>
<wire x1="26.67" y1="30.48" x2="26.67" y2="34.29" width="0.1524" layer="91"/>
<wire x1="36.83" y1="29.21" x2="36.83" y2="34.29" width="0.1524" layer="91"/>
<wire x1="39.37" y1="30.48" x2="39.37" y2="34.29" width="0.1524" layer="91"/>
<wire x1="49.53" y1="29.21" x2="49.53" y2="34.29" width="0.1524" layer="91"/>
<pinref part="R5" gate="G$1" pin="2"/>
<wire x1="36.83" y1="34.29" x2="36.83" y2="35.56" width="0.1524" layer="91"/>
<wire x1="36.83" y1="35.56" x2="36.83" y2="38.1" width="0.1524" layer="91"/>
<wire x1="35.56" y1="38.1" x2="36.83" y2="38.1" width="0.1524" layer="91"/>
<wire x1="36.83" y1="35.56" x2="38.1" y2="35.56" width="0.1524" layer="91"/>
<wire x1="26.67" y1="34.29" x2="36.83" y2="34.29" width="0.1524" layer="91"/>
<junction x="26.67" y="30.48"/>
<junction x="36.83" y="34.29"/>
<junction x="36.83" y="35.56"/>
<wire x1="49.53" y1="34.29" x2="49.53" y2="35.56" width="0.1524" layer="91"/>
<wire x1="49.53" y1="35.56" x2="49.53" y2="38.1" width="0.1524" layer="91"/>
<wire x1="48.26" y1="38.1" x2="49.53" y2="38.1" width="0.1524" layer="91"/>
<wire x1="49.53" y1="35.56" x2="50.8" y2="35.56" width="0.1524" layer="91"/>
<wire x1="39.37" y1="34.29" x2="49.53" y2="34.29" width="0.1524" layer="91"/>
<junction x="39.37" y="30.48"/>
<junction x="49.53" y="34.29"/>
<junction x="49.53" y="35.56"/>
<pinref part="R6" gate="G$1" pin="1"/>
<pinref part="D2" gate="G$1" pin="K"/>
<wire x1="-20.32" y1="30.48" x2="-15.24" y2="30.48" width="0.1524" layer="91"/>
<junction x="-15.24" y="30.48"/>
<pinref part="C6" gate="G$1" pin="1"/>
<wire x1="-2.54" y1="25.4" x2="-2.54" y2="30.48" width="0.1524" layer="91"/>
<wire x1="5.08" y1="27.94" x2="5.08" y2="30.48" width="0.1524" layer="91"/>
<pinref part="C7" gate="G$1" pin="C_EL+"/>
<wire x1="10.16" y1="26.67" x2="10.16" y2="30.48" width="0.1524" layer="91"/>
<junction x="-2.54" y="30.48"/>
<junction x="10.16" y="30.48"/>
<wire x1="17.78" y1="26.67" x2="17.78" y2="30.48" width="0.1524" layer="91"/>
<junction x="5.08" y="30.48"/>
<junction x="17.78" y="30.48"/>
</segment>
</net>
<net name="N$8" class="0">
<segment>
<pinref part="R4" gate="G$1" pin="2"/>
<wire x1="35.56" y1="50.8" x2="48.26" y2="50.8" width="0.1524" layer="91"/>
<wire x1="48.26" y1="50.8" x2="48.26" y2="35.56" width="0.1524" layer="91"/>
<wire x1="48.26" y1="50.8" x2="60.96" y2="50.8" width="0.1524" layer="91"/>
<wire x1="60.96" y1="50.8" x2="60.96" y2="35.56" width="0.1524" layer="91"/>
<pinref part="R7" gate="G$1" pin="2"/>
<wire x1="48.26" y1="35.56" x2="53.34" y2="35.56" width="0.1524" layer="91"/>
<wire x1="60.96" y1="35.56" x2="68.58" y2="35.56" width="0.1524" layer="91"/>
<pinref part="C5" gate="G$1" pin="C_EL+"/>
<wire x1="53.34" y1="35.56" x2="58.42" y2="35.56" width="0.1524" layer="91"/>
<wire x1="58.42" y1="35.56" x2="58.42" y2="30.48" width="0.1524" layer="91"/>
<wire x1="68.58" y1="35.56" x2="77.47" y2="35.56" width="0.1524" layer="91"/>
<wire x1="77.47" y1="35.56" x2="77.47" y2="29.21" width="0.1524" layer="91"/>
<pinref part="SV3" gate="G$1" pin="P$1"/>
<wire x1="64.77" y1="35.56" x2="58.42" y2="35.56" width="0.1524" layer="91"/>
<junction x="53.34" y="35.56"/>
<junction x="58.42" y="35.56"/>
<wire x1="83.82" y1="35.56" x2="77.47" y2="35.56" width="0.1524" layer="91"/>
<junction x="68.58" y="35.56"/>
<junction x="77.47" y="35.56"/>
<pinref part="R6" gate="G$1" pin="2"/>
<junction x="48.26" y="35.56"/>
<junction x="60.96" y="35.56"/>
</segment>
</net>
<net name="VCTRL" class="0">
944,10 → 944,10
<segment>
<pinref part="R7" gate="G$1" pin="1"/>
<pinref part="R8" gate="G$1" pin="2"/>
<wire x1="53.34" y1="25.4" x2="53.34" y2="24.13" width="0.1524" layer="91"/>
<wire x1="53.34" y1="24.13" x2="53.34" y2="22.86" width="0.1524" layer="91"/>
<wire x1="53.34" y1="24.13" x2="41.91" y2="24.13" width="0.1524" layer="91"/>
<junction x="53.34" y="24.13"/>
<wire x1="68.58" y1="25.4" x2="68.58" y2="24.13" width="0.1524" layer="91"/>
<wire x1="68.58" y1="24.13" x2="68.58" y2="22.86" width="0.1524" layer="91"/>
<wire x1="68.58" y1="24.13" x2="58.42" y2="24.13" width="0.1524" layer="91"/>
<junction x="68.58" y="24.13"/>
</segment>
</net>
<net name="N$9" class="0">
956,11 → 956,11
<pinref part="X1" gate="G$1" pin="ICTRL-"/>
<wire x1="15.24" y1="40.64" x2="16.51" y2="40.64" width="0.1524" layer="91"/>
<wire x1="16.51" y1="40.64" x2="16.51" y2="39.37" width="0.1524" layer="91"/>
<wire x1="16.51" y1="39.37" x2="20.32" y2="39.37" width="0.1524" layer="91"/>
<wire x1="20.32" y1="39.37" x2="20.32" y2="38.1" width="0.1524" layer="91"/>
<wire x1="16.51" y1="39.37" x2="30.48" y2="39.37" width="0.1524" layer="91"/>
<wire x1="30.48" y1="39.37" x2="30.48" y2="38.1" width="0.1524" layer="91"/>
<pinref part="R5" gate="G$1" pin="1"/>
<wire x1="20.32" y1="38.1" x2="25.4" y2="38.1" width="0.1524" layer="91"/>
<junction x="20.32" y="39.37"/>
<wire x1="30.48" y1="38.1" x2="38.1" y2="38.1" width="0.1524" layer="91"/>
<junction x="30.48" y="39.37"/>
</segment>
</net>
</nets>
/Modules/PowerSupply/SOLARMINI01A/SCH_PCB/eagle.epf
0,0 → 1,360
[Eagle]
Version="06 01 00"
Platform="Windows"
Serial="62191E841E-LSR-WLM-1EL"
Globals="Globals"
Desktop="Desktop"
 
[Globals]
AutoSaveProject=1
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/19inch.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/40xx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/41xx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/45xx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74ac-logic.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74ttl-din.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-eu.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-little-de.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-little-us.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-us.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/751xx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/PaJa_22.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/advanced-test-technologies.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/agilent-technologies.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/allegro.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera-cyclone-II.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera-cyclone-III.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera-stratix-iv.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/am29-memory.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/amd-mach.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/amd.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/amis.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/analog-devices.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ase.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/atmel.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/austriamicrosystems.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/avago.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/axis.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/battery.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/burr-brown.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/busbar.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/buzzer.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/c-trimm.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/california-micro-devices.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/capacitor-wima.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/chipcard-siemens.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/cirrus-logic.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-3m.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-4ucon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-champ.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-micromatch.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-mt.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-mt6.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-quick.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amphenol.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-avx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-berg.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-bosch.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-chipcard-iso7816.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-coax.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-commcon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-conrad.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-cpci.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-cui.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-cypressindustries.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-deutsch.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-dil.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-ebyelectro.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-elco.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-erni.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-faston.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-fci.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-friwo.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting-h.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting-ml.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting-v.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-hirose.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-hirschmann.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-jack.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-jae.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-jst.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-kycon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-kyocera-elco.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lemo.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-leotronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lsta.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lstb.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lumberg.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-ml.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-molex.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-neutrik_ag.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-omron.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-panasonic.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-panduit.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-pc.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-pc104.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-254.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-3.81.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-350.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-500.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-508.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-762.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-me_max.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-mkds_5.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-smkdsp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-ptr500.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-pulse.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-rib.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-samtec.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-shiua-chyuan.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-stewart.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-stocko.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-subd.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-sullinselectronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-thomas-betts.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-tyco.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-tycoelectronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-vg.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago-500.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago-508.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago255.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-weidmueller-sl35.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wenzhou-yihua.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-xmultiple.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-yamaichi.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/crystal.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/csr.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/cypress.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/davicom.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/dc-dc-converter.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/dimensions.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/diode.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/discrete.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/display-hp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/display-kingbright.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/display-lcd.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/docu-dummy.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ecl.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/em-microelectronic.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/etx-board.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/exar.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fairchild-semic.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/farnell.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fiber-optic-hp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fiber-optic-siemens.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fifo.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/flexipanel.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fox-electronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/frames.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/freescale.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ftdichip.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fujitsu.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fuse.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/gennum.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/halo-electronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/heatsink.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/holes.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/holtek.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ic-package.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductor-coilcraft.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductor-neosid.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductor-nkl.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductors.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/infineon-tricore.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/infineon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/intersil.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ir.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/isd.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/jump-0r-smd.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/jumper.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/l63xx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lantronix.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lattice.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lc-filter.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led-7-segment.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led-citizen-electronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led-lumiled.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lem.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/linear-technology.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/linear.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/linx.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/logo.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lprs.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lsi-computer-systems.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lumiled.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/marks.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/maxim.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/maxstream.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/melexis.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-hitachi.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-idt.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-micron.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-motorola-dram.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-nec.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-samsung.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-sram.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/mems.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micrel.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-cyrod.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-fujitsu.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-harris.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-hitachi.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-infineon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-intel.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-mc68000.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-motorola.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-philips.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-renesas.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-samsung.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-siemens.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/microchip.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micron.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micronas.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/microphon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/microwave.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/midori-sensor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/minicircuits.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/mitsubishi-semiconductor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/motorola-sensor-driver.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/murata-filter.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/murata-sensor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nanotec.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/national-instruments.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/national-semiconductor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nec-lqfp100-pack.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nec.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nrj-semiconductor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/omnivision.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/on-semiconductor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-honeywell-3000.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-honeywell-4000.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-honeywell.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-micro-linear.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-trans-siemens.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-transmittter-hp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-vishay.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/optocoupler.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pal.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/philips-semiconductors.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/photo-elements.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/piher.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pinhead.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/plcc-socket.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pld-intel.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/plxtech.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pot-vitrohm.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pot-xicor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pot.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ptc-ntc.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/quantum-research-group.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rcl.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/recom-international.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rectifier.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ref-packages-longpad.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ref-packages.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/relay.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/renesas.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-bourns.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-dil.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-net.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-power.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-ruf.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-shunt.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-sil.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rf-micro-devices.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rf-solutions.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rohm.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/semicon-smd-ipc.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sensor-comus-group.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sensor-heraeus.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sensor-infratec.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sharp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/silabs.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sim-technology.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sipex.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/smd-ipc.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/smd-special.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/solomon-systech.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/solpad.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/special-drill.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/special.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/st-microelectronics.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/supertex.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/supply1.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/supply2.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-alps.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-coto.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-dil.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-misc.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-omron.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-raychem.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/telcom.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/telecontrolli.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/telefunken.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/testpad.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/texas.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/toshiba.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/traco-electronic.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo-bei.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo-siemens.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo-xicon.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-fet.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-neu-to92.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-npn.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-pnp.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-power.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-small-signal.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/triac.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/tripas.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/u-blox.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/uln-udn.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/v-reg-micrel.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/v-reg.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/varistor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/wafer-scale-psd.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/wirepad.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/wuerth-elektronik.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xicor.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-virtex-v5.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-xc18v.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-xc9.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-xcv.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/zetex.lbr"
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/zilog.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/casovac.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/con-lstb.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/linear-technology-2.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_C.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_cidla.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_diody.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_hrebinky.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_io.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_konektory.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_pot.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_R.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_T.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_tlacitka.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/PaJa_22.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/PaJa_C-tantal_SMD.lbr"
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_L.lbr"
 
[Win_1]
Type="Control Panel"
Loc="610 129 1209 528"
State=1
Number=0
 
[Desktop]
Screen="1366 768"
Window="Win_1"
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T2.PHO
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T1.PHO
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/BOARD.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V2.PHO
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V1.PHO
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T2.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T1.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V2.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V1.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/DRILL.dri
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/DRILL
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M2.PHO
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M1.PHO
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M2.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M1.gpi
File deleted
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/BOARD.PHO
File deleted
/Modules/Sensors/ALTIMET01A/SCH_PCB/untitled.brd
1540,10 → 1540,10
<attribute name="VALUE" x="6.01" y="9.58" size="1.27" layer="28" rot="MR0"/>
</element>
<element name="SV3" library="moje_hrebinky" package="SMD_MA05-1" value="" x="13.81" y="24.41" smashed="yes" rot="MR0"/>
<element name="X2" library="moje" package="SROUB3M" value="SROUB3M" x="5.08" y="5.08"/>
<element name="X3" library="moje" package="SROUB3M" value="SROUB3M" x="15.24" y="5.08"/>
<element name="X4" library="moje" package="SROUB3M" value="SROUB3M" x="5.08" y="35.56" rot="R180"/>
<element name="X5" library="moje" package="SROUB3M" value="SROUB3M" x="15.24" y="35.56"/>
<element name="X2" library="moje" package="SROUB3M" value="" x="5.08" y="5.08"/>
<element name="X3" library="moje" package="SROUB3M" value="" x="15.24" y="5.08"/>
<element name="X4" library="moje" package="SROUB3M" value="" x="5.08" y="35.56" rot="R180"/>
<element name="X5" library="moje" package="SROUB3M" value="" x="15.24" y="35.56"/>
<element name="SV1" library="moje_hrebinky" package="MA05-2" value="" x="6.75" y="24.5" smashed="yes" rot="R270">
<attribute name="OC_NEWARK" value="unknown" x="6.75" y="24.5" size="1.778" layer="27" rot="R270" display="off"/>
<attribute name="MPN" value="" x="6.75" y="24.5" size="1.778" layer="27" rot="R270" display="off"/>
1559,6 → 1559,7
<signal name="VCC">
<contactref element="C1" pad="1"/>
<contactref element="C2" pad="1"/>
<contactref element="X1" pad="VDD"/>
<wire x1="3.54" y1="16.25" x2="3.59" y2="16.7" width="0.4064" layer="16"/>
<contactref element="SV1" pad="6"/>
<contactref element="SV1" pad="5"/>
1572,6 → 1573,7
<wire x1="3.5" y1="16.75" x2="3.25" y2="16.5" width="0.4064" layer="16"/>
<wire x1="3.54" y1="16.25" x2="3.5" y2="16.25" width="0.4064" layer="16"/>
<wire x1="3.5" y1="16.25" x2="3.25" y2="16.5" width="0.4064" layer="16"/>
<wire x1="8.69" y1="12.385" x2="8.69" y2="12.19" width="0.4064" layer="16"/>
<wire x1="2.75" y1="10.75" x2="2.25" y2="11.25" width="0.4064" layer="16"/>
<wire x1="2.25" y1="11.25" x2="2.25" y2="16.5" width="0.4064" layer="16"/>
<wire x1="2.25" y1="16.5" x2="2.5" y2="16.75" width="0.4064" layer="16"/>
1589,10 → 1591,9
<wire x1="8.5" y1="17.75" x2="7.75" y2="17" width="0.4064" layer="16"/>
<wire x1="7.75" y1="17" x2="6.3" y2="17" width="0.4064" layer="16"/>
<wire x1="6.3" y1="17" x2="6" y2="16.7" width="0.4064" layer="16"/>
<wire x1="8.69" y1="12.385" x2="8.69" y2="11.44" width="0.4064" layer="16"/>
<wire x1="8.69" y1="11.44" x2="8" y2="10.75" width="0.4064" layer="16"/>
<wire x1="8" y1="10.75" x2="2.75" y2="10.75" width="0.4064" layer="16"/>
<contactref element="X1" pad="VDD"/>
<wire x1="8.69" y1="11.44" x2="8.69" y2="12.385" width="0" layer="19" extent="16-16"/>
</signal>
<signal name="N$3">
<contactref element="X1" pad="CAP"/>
/Modules/Sensors/ALTIMET01A/SCH_PCB/untitled.sch
6,7 → 6,7
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/>
3804,20 → 3804,18
<symbols>
<symbol name="SROUB">
<circle x="0" y="0" radius="2" width="0.254" layer="94"/>
<wire x1="-2.54" y1="0" x2="-2.032" y2="0" width="0.1778" layer="94"/>
<text x="-2.54" y="2.54" size="1.778" layer="95">&gt;name</text>
<pin name="P$1" x="-7.62" y="0" visible="off" length="middle"/>
<pin name="P$1" x="-7" y="0" length="middle" direction="pas"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="SROUB3M" prefix="X">
<deviceset name="SROUB3M" prefix="X" uservalue="yes">
<gates>
<gate name="P4" symbol="SROUB" x="0" y="0"/>
<gate name="G$1" symbol="SROUB" x="0" y="0"/>
</gates>
<devices>
<device name="" package="SROUB3M">
<connects>
<connect gate="P4" pin="P$1" pad="P$1"/>
<connect gate="G$1" pin="P$1" pad="P$1"/>
</connects>
<technologies>
<technology name=""/>
3871,7 → 3869,6
<text x="-101.6" y="-99.06" size="1.778" layer="91">VCC</text>
<text x="-101.6" y="-104.14" size="1.778" layer="91">SDA</text>
<text x="-101.6" y="-109.22" size="1.778" layer="91">GND</text>
<text x="-63.5" y="-78.74" size="1.778" layer="95">X5</text>
</plain>
<instances>
<instance part="X1" gate="G$1" x="-86.36" y="-53.34"/>
3889,13 → 3886,11
</instance>
<instance part="NAP1" gate="V+" x="-121.92" y="-30.48"/>
<instance part="GND1" gate="ZEM" x="-121.92" y="-68.58"/>
<instance part="SV3" gate="G$1" x="-114.3" y="-109.22" smashed="yes" rot="R180">
<attribute name="NAME" x="-114.3" y="-113.03" size="1.4224" layer="95" rot="R180"/>
</instance>
<instance part="X2" gate="P4" x="-45.72" y="-88.9"/>
<instance part="X3" gate="P4" x="-45.72" y="-81.28"/>
<instance part="X4" gate="P4" x="-60.96" y="-88.9"/>
<instance part="X5" gate="P4" x="-60.96" y="-81.28" smashed="yes"/>
<instance part="SV3" gate="G$1" x="-114.3" y="-109.22" rot="R180"/>
<instance part="X2" gate="G$1" x="-45.72" y="-88.9"/>
<instance part="X3" gate="G$1" x="-45.72" y="-81.28"/>
<instance part="X4" gate="G$1" x="-60.96" y="-88.9"/>
<instance part="X5" gate="G$1" x="-60.96" y="-81.28"/>
<instance part="SV1" gate="-1" x="-88.9" y="-81.28" rot="R180"/>
<instance part="SV1" gate="-2" x="-88.9" y="-88.9" rot="R180"/>
<instance part="SV1" gate="-3" x="-88.9" y="-96.52" rot="R180"/>
3919,12 → 3914,11
<pinref part="C2" gate="G$1" pin="1"/>
<wire x1="-121.92" y1="-35.56" x2="-109.22" y2="-35.56" width="0.1524" layer="91"/>
<wire x1="-109.22" y1="-35.56" x2="-109.22" y2="-38.1" width="0.1524" layer="91"/>
<wire x1="-109.22" y1="-35.56" x2="-104.14" y2="-35.56" width="0.1524" layer="91"/>
<wire x1="-109.22" y1="-35.56" x2="-101.6" y2="-35.56" width="0.1524" layer="91"/>
<pinref part="X1" gate="G$1" pin="VDD"/>
<wire x1="-101.6" y1="-35.56" x2="-101.6" y2="-45.72" width="0.1524" layer="91"/>
<junction x="-121.92" y="-35.56"/>
<junction x="-109.22" y="-35.56"/>
<pinref part="X1" gate="G$1" pin="VDD"/>
<wire x1="-101.6" y1="-45.72" x2="-104.14" y2="-45.72" width="0.1524" layer="91"/>
<wire x1="-104.14" y1="-45.72" x2="-104.14" y2="-35.56" width="0.1524" layer="91"/>
</segment>
<segment>
<wire x1="-83.82" y1="-96.52" x2="-81.28" y2="-96.52" width="0.1524" layer="91"/>
/Designs/LABduino/Thumbs.db
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp
File deleted
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp.hex
File deleted
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp.elf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/Designs/LABduino/SW/demos/Blink/build/Blink.pde
File deleted
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp.eep
File deleted
/Designs/LABduino/SW/demos/Blink/Blink.pde
File deleted