Initial Commit
BIN
ARDUINO/11113-02b.jpg
Executable file
|
After Width: | Height: | Size: 217 KiB |
BIN
ARDUINO/8449935217_1c4ba62779_b.jpg
Executable file
|
After Width: | Height: | Size: 189 KiB |
130
ARDUINO/ARDUINO_CODE/ARDUINO_CODE.ino
Executable file
@ -0,0 +1,130 @@
|
||||
#define PLAY 1
|
||||
#define VUP 2
|
||||
#define VDOWN 3
|
||||
#define NEXT 4
|
||||
#define PREV 5
|
||||
#define PWR 6
|
||||
#define IN A0 /*ANALOG*/
|
||||
#define MULTIPLIER 0.0048875855
|
||||
#define PULSE 500
|
||||
#define WAIT 500
|
||||
#define SAMPLE A1
|
||||
#define PULSE 13
|
||||
boolean STATUS = false;
|
||||
float VAL;
|
||||
unsigned long startTime = 0;
|
||||
unsigned long endTime = 0;
|
||||
unsigned long Started = 0;
|
||||
unsigned long Ended = 0;
|
||||
boolean CLOSED = false;
|
||||
int CHANGED = 0;
|
||||
|
||||
void setup() {
|
||||
pinMode(PLAY, OUTPUT);
|
||||
pinMode(VUP, OUTPUT);
|
||||
pinMode(VDOWN, OUTPUT);
|
||||
pinMode(NEXT, OUTPUT);
|
||||
pinMode(PREV, OUTPUT);
|
||||
pinMode(PWR, OUTPUT);
|
||||
pinMode(IN, INPUT);
|
||||
Started = millis();
|
||||
pinMode(SAMPLE, INPUT);
|
||||
pinMode(PULSE, INPUT);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Ended = millis() - Started;
|
||||
if(Ended > 2000){checkStatus();}
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if (VAL < 1.90){
|
||||
delay(1);
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if((VAL > 1.60) && (VAL < 1.65)){
|
||||
volUp();
|
||||
}
|
||||
if((VAL > 1.45) && (VAL < 1.58)){
|
||||
volDown();
|
||||
}
|
||||
if(VAL < 0.1){
|
||||
otherStuff();
|
||||
}}}
|
||||
|
||||
|
||||
void volUp(){
|
||||
digitalWrite(VUP, HIGH);
|
||||
delay(PULSE);
|
||||
digitalWrite(VUP, LOW);
|
||||
}
|
||||
void volDown(){
|
||||
digitalWrite(VDOWN, HIGH);
|
||||
delay(PULSE);
|
||||
digitalWrite(VDOWN, LOW);
|
||||
}
|
||||
void PlPa(){
|
||||
digitalWrite(PLAY, HIGH);
|
||||
delay(PULSE);
|
||||
digitalWrite(PLAY, LOW);
|
||||
}
|
||||
void Next(){
|
||||
digitalWrite(NEXT, HIGH);
|
||||
delay(PULSE);
|
||||
digitalWrite(NEXT, LOW);
|
||||
}
|
||||
void Prev(){
|
||||
digitalWrite(PREV, HIGH);
|
||||
// Serial.println("PREV");
|
||||
delay(PULSE);
|
||||
digitalWrite(PREV, LOW);
|
||||
}
|
||||
void otherStuff(){
|
||||
CLOSED = true;
|
||||
CHANGED = 1;
|
||||
startTime = millis();
|
||||
endTime = millis() - startTime;
|
||||
while(endTime < WAIT){
|
||||
|
||||
if(CLOSED == true){
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if(VAL > 0.02){
|
||||
|
||||
CLOSED = false;
|
||||
CHANGED++;
|
||||
}
|
||||
}
|
||||
if(CLOSED == false){
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if(VAL < 0.02){
|
||||
CLOSED = true;
|
||||
CHANGED++;
|
||||
}}
|
||||
|
||||
endTime = millis() - startTime;
|
||||
delay(1);
|
||||
}
|
||||
|
||||
if(CHANGED == 2){PlPa();}
|
||||
if(CHANGED == 4){Next();}
|
||||
if(CHANGED == 6){Prev();}
|
||||
releaseVal();
|
||||
}
|
||||
void releaseVal(){
|
||||
CHANGED = 0;
|
||||
startTime = 0;
|
||||
endTime = 0;
|
||||
CLOSED = false;
|
||||
}
|
||||
void checkStatus(){
|
||||
if(analogRead(SAMPLE) > 0.01){
|
||||
STATUS = true;}
|
||||
else{
|
||||
// Serial.println("Can't identify music, sending pulse...");
|
||||
pinMode(PULSE, OUTPUT);
|
||||
digitalWrite(PULSE, HIGH);
|
||||
if(analogRead(SAMPLE) > 0.01){STATUS = true;}
|
||||
else{STATUS = false;}
|
||||
}
|
||||
digitalWrite(PULSE, LOW);
|
||||
pinMode(PULSE, INPUT);
|
||||
Started = millis();
|
||||
Ended = 0;
|
||||
}
|
||||
0
ARDUINO/ARDUINO_CODE/Icon
Executable file
660
ARDUINO/Arduino-Eagle-Cad-Library-master/Arduino-clone.lbr
Executable file
@ -0,0 +1,660 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.0.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description>Arduino Clone pinheaders
|
||||
By cl@xganon.com
|
||||
http://www.xganon.com</description>
|
||||
<packages>
|
||||
<package name="PRO-MINI">
|
||||
<description>Arduino Pro Mini Clone</description>
|
||||
<pad name="TX0" x="-6.35" y="26.67" drill="0.8" shape="long"/>
|
||||
<pad name="RX1" x="-6.35" y="24.13" drill="0.8" shape="long"/>
|
||||
<pad name="RST1" x="-6.35" y="21.59" drill="0.8" shape="long"/>
|
||||
<pad name="GND1" x="-6.35" y="19.05" drill="0.8" shape="long"/>
|
||||
<pad name="D2" x="-6.35" y="16.51" drill="0.8" shape="long"/>
|
||||
<pad name="D3" x="-6.35" y="13.97" drill="0.8" shape="long"/>
|
||||
<pad name="D4" x="-6.35" y="11.43" drill="0.8" shape="long"/>
|
||||
<pad name="D5" x="-6.35" y="8.89" drill="0.8" shape="long"/>
|
||||
<pad name="D6" x="-6.35" y="6.35" drill="0.8" shape="long"/>
|
||||
<pad name="D7" x="-6.35" y="3.81" drill="0.8" shape="long"/>
|
||||
<pad name="D8" x="-6.35" y="1.27" drill="0.8" shape="long"/>
|
||||
<pad name="D9" x="-6.35" y="-1.27" drill="0.8" shape="long"/>
|
||||
<pad name="RAW" x="8.89" y="26.67" drill="0.8" shape="long"/>
|
||||
<pad name="GND" x="8.89" y="24.13" drill="0.8" shape="long"/>
|
||||
<pad name="RST" x="8.89" y="21.59" drill="0.8" shape="long"/>
|
||||
<pad name="VCC" x="8.89" y="19.05" drill="0.8" shape="long"/>
|
||||
<pad name="A3" x="8.89" y="16.51" drill="0.8" shape="long"/>
|
||||
<pad name="A2" x="8.89" y="13.97" drill="0.8" shape="long"/>
|
||||
<pad name="A1" x="8.89" y="11.43" drill="0.8" shape="long"/>
|
||||
<pad name="A0" x="8.89" y="8.89" drill="0.8" shape="long"/>
|
||||
<pad name="D13" x="8.89" y="6.35" drill="0.8" shape="long"/>
|
||||
<pad name="D12" x="8.89" y="3.81" drill="0.8" shape="long"/>
|
||||
<pad name="D11" x="8.89" y="1.27" drill="0.8" shape="long"/>
|
||||
<pad name="D10" x="8.89" y="-1.27" drill="0.8" shape="long"/>
|
||||
<pad name="GND2" x="-5.08" y="29.21" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="GND3" x="-2.54" y="29.21" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="VCC1" x="0" y="29.21" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="RX1-1" x="2.54" y="29.21" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="TX0-1" x="5.08" y="29.21" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="DTR" x="7.62" y="29.21" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="A4" x="-2.54" y="-1.27" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="A5" x="0" y="-1.27" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="A6" x="2.54" y="-1.27" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="A7" x="5.08" y="-1.27" drill="0.8" shape="long" rot="R90"/>
|
||||
</package>
|
||||
<package name="ABK-PRO-MINI">
|
||||
<description>ABK-PRO-MINI</description>
|
||||
<pad name="GND2" x="-3.81" y="8.89" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="GND3" x="-1.27" y="8.89" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="VCC1" x="1.27" y="8.89" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="RX1-1" x="3.81" y="8.89" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="TX0-1" x="6.35" y="8.89" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="DTR" x="8.89" y="8.89" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="TX0" x="-5.08" y="6.35" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="RX1" x="-5.08" y="3.81" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="RST1" x="-5.08" y="1.27" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="GND1" x="-5.08" y="-1.27" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D2" x="-5.08" y="-3.81" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D3" x="-5.08" y="-6.35" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D4" x="-5.08" y="-8.89" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D5" x="-5.08" y="-11.43" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D6" x="-5.08" y="-13.97" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D7" x="-5.08" y="-16.51" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D8" x="-5.08" y="-19.05" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D9" x="-5.08" y="-21.59" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="RAW" x="10.16" y="6.35" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="GND" x="10.16" y="3.81" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="RST" x="10.16" y="1.27" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="VCC" x="10.16" y="-1.27" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A0" x="10.16" y="-3.81" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A1" x="10.16" y="-6.35" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A2" x="10.16" y="-8.89" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A3" x="10.16" y="-11.43" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D13" x="10.16" y="-13.97" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D12" x="10.16" y="-16.51" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D11" x="10.16" y="-19.05" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="D10" x="10.16" y="-21.59" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A7" x="6.35" y="-21.59" drill="0.8" shape="long" rot="R270"/>
|
||||
<pad name="A6" x="3.81" y="-21.59" drill="0.8" shape="long" rot="R270"/>
|
||||
<pad name="GND4" x="1.27" y="-21.59" drill="0.8" shape="long" rot="R270"/>
|
||||
<pad name="A5" x="6.35" y="-2.54" drill="0.8" rot="R270"/>
|
||||
<pad name="A4" x="6.35" y="-5.08" drill="0.8" rot="R270"/>
|
||||
</package>
|
||||
<package name="PRO-MINI-2">
|
||||
<pad name="TX0" x="-8.89" y="12.7" drill="0.8" shape="long"/>
|
||||
<pad name="RX1" x="-8.89" y="10.16" drill="0.8" shape="long"/>
|
||||
<pad name="RST1" x="-8.89" y="7.62" drill="0.8" shape="long"/>
|
||||
<pad name="GND1" x="-8.89" y="5.08" drill="0.8" shape="long"/>
|
||||
<pad name="D2" x="-8.89" y="2.54" drill="0.8" shape="long"/>
|
||||
<pad name="D3" x="-8.89" y="0" drill="0.8" shape="long"/>
|
||||
<pad name="D4" x="-8.89" y="-2.54" drill="0.8" shape="long"/>
|
||||
<pad name="D5" x="-8.89" y="-5.08" drill="0.8" shape="long"/>
|
||||
<pad name="D6" x="-8.89" y="-7.62" drill="0.8" shape="long"/>
|
||||
<pad name="D7" x="-8.89" y="-10.16" drill="0.8" shape="long"/>
|
||||
<pad name="D8" x="-8.89" y="-12.7" drill="0.8" shape="long"/>
|
||||
<pad name="D9" x="-8.89" y="-15.24" drill="0.8" shape="long"/>
|
||||
<pad name="RAW" x="6.35" y="12.7" drill="0.8" shape="long"/>
|
||||
<pad name="GND" x="6.35" y="10.16" drill="0.8" shape="long"/>
|
||||
<pad name="RST" x="6.35" y="7.62" drill="0.8" shape="long"/>
|
||||
<pad name="VCC" x="6.35" y="5.08" drill="0.8" shape="long"/>
|
||||
<pad name="A0" x="6.35" y="2.54" drill="0.8" shape="long"/>
|
||||
<pad name="A1" x="6.35" y="0" drill="0.8" shape="long"/>
|
||||
<pad name="A2" x="6.35" y="-2.54" drill="0.8" shape="long"/>
|
||||
<pad name="A3" x="6.35" y="-5.08" drill="0.8" shape="long"/>
|
||||
<pad name="D13" x="6.35" y="-7.62" drill="0.8" shape="long"/>
|
||||
<pad name="D12" x="6.35" y="-10.16" drill="0.8" shape="long"/>
|
||||
<pad name="D11" x="6.35" y="-12.7" drill="0.8" shape="long"/>
|
||||
<pad name="D10" x="6.35" y="-15.24" drill="0.8" shape="long"/>
|
||||
<pad name="GND2" x="-7.62" y="15.24" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="GND3" x="-5.08" y="15.24" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="VCC1" x="-2.54" y="15.24" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="RX1-1" x="0" y="15.24" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="TX0-1" x="2.54" y="15.24" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="DTR" x="5.08" y="15.24" drill="0.8" shape="long" rot="R90"/>
|
||||
<pad name="A6" x="2.54" y="-8.89" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A7" x="2.54" y="-6.35" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A4" x="2.54" y="1.27" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A5" x="2.54" y="3.81" drill="0.8" shape="long" rot="R180"/>
|
||||
</package>
|
||||
<package name="NANO">
|
||||
<pad name="TX0" x="5.08" y="-8.89" drill="0.8" shape="long"/>
|
||||
<pad name="RX1" x="5.08" y="-6.35" drill="0.8" shape="long"/>
|
||||
<pad name="RST1" x="5.08" y="-3.81" drill="0.8" shape="long"/>
|
||||
<pad name="GND1" x="5.08" y="-1.27" drill="0.8" shape="long"/>
|
||||
<pad name="D2" x="5.08" y="1.27" drill="0.8" shape="long"/>
|
||||
<pad name="D3" x="5.08" y="3.81" drill="0.8" shape="long"/>
|
||||
<pad name="D4" x="5.08" y="6.35" drill="0.8" shape="long"/>
|
||||
<pad name="D5" x="5.08" y="8.89" drill="0.8" shape="long"/>
|
||||
<pad name="D6" x="5.08" y="11.43" drill="0.8" shape="long"/>
|
||||
<pad name="D7" x="5.08" y="13.97" drill="0.8" shape="long"/>
|
||||
<pad name="D8" x="5.08" y="16.51" drill="0.8" shape="long"/>
|
||||
<pad name="D9" x="5.08" y="19.05" drill="0.8" shape="long"/>
|
||||
<pad name="RAW" x="-10.16" y="-8.89" drill="0.8" shape="long"/>
|
||||
<pad name="GND" x="-10.16" y="-6.35" drill="0.8" shape="long"/>
|
||||
<pad name="RST" x="-10.16" y="-3.81" drill="0.8" shape="long"/>
|
||||
<pad name="A3" x="-10.16" y="11.43" drill="0.8" shape="long"/>
|
||||
<pad name="A2" x="-10.16" y="13.97" drill="0.8" shape="long"/>
|
||||
<pad name="A1" x="-10.16" y="16.51" drill="0.8" shape="long"/>
|
||||
<pad name="A0" x="-10.16" y="19.05" drill="0.8" shape="long"/>
|
||||
<pad name="D13" x="-10.16" y="26.67" drill="0.8" shape="long"/>
|
||||
<pad name="D12" x="5.08" y="26.67" drill="0.8" shape="long"/>
|
||||
<pad name="D11" x="5.08" y="24.13" drill="0.8" shape="long"/>
|
||||
<pad name="D10" x="5.08" y="21.59" drill="0.8" shape="long"/>
|
||||
<pad name="3.3V" x="-10.16" y="24.13" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="AREF" x="-10.16" y="21.59" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="5V" x="-10.16" y="-1.27" drill="0.8" shape="long"/>
|
||||
<pad name="ICSP2" x="-5.08" y="-7.62" drill="0.8" rot="R90"/>
|
||||
<pad name="ICSP4" x="-2.54" y="-7.62" drill="0.8" rot="R90"/>
|
||||
<pad name="ICSP6" x="0" y="-7.62" drill="0.8" rot="R90"/>
|
||||
<pad name="A4" x="-10.16" y="8.89" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A5" x="-10.16" y="6.35" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A6" x="-10.16" y="3.81" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="A7" x="-10.16" y="1.27" drill="0.8" shape="long" rot="R180"/>
|
||||
<pad name="ICSP1" x="-5.08" y="-10.16" drill="0.8" rot="R90"/>
|
||||
<pad name="ICSP3" x="-2.54" y="-10.16" drill="0.8" rot="R90"/>
|
||||
<pad name="ICSP5" x="0" y="-10.16" drill="0.8" rot="R90"/>
|
||||
</package>
|
||||
<package name="STEP-STICK">
|
||||
<pad name="EN" x="3.81" y="5.08" drill="0.8" shape="long"/>
|
||||
<pad name="MS1" x="3.81" y="2.54" drill="0.8" shape="long"/>
|
||||
<pad name="MS2" x="3.81" y="0" drill="0.8" shape="long"/>
|
||||
<pad name="MS3" x="3.81" y="-2.54" drill="0.8" shape="long"/>
|
||||
<pad name="RST" x="3.81" y="-5.08" drill="0.8" shape="long"/>
|
||||
<pad name="SLP" x="3.81" y="-7.62" drill="0.8" shape="long"/>
|
||||
<pad name="SPT" x="3.81" y="-10.16" drill="0.8" shape="long"/>
|
||||
<pad name="DIR" x="3.81" y="-12.7" drill="0.8" shape="long"/>
|
||||
<pad name="VMOT" x="-8.89" y="5.08" drill="0.8" shape="long"/>
|
||||
<pad name="GNDM" x="-8.89" y="2.54" drill="0.8" shape="long"/>
|
||||
<pad name="2B" x="-8.89" y="0" drill="0.8" shape="long"/>
|
||||
<pad name="2A" x="-8.89" y="-2.54" drill="0.8" shape="long"/>
|
||||
<pad name="1B" x="-8.89" y="-5.08" drill="0.8" shape="long"/>
|
||||
<pad name="1A" x="-8.89" y="-7.62" drill="0.8" shape="long"/>
|
||||
<pad name="VCC" x="-8.89" y="-10.16" drill="0.8" shape="long"/>
|
||||
<pad name="GND" x="-8.89" y="-12.7" drill="0.8" shape="long"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="PRO-MINI">
|
||||
<description>Arduino Pro Mini Clone</description>
|
||||
<pin name="TX0" x="-22.86" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="RX1" x="-22.86" y="17.78" visible="pin" length="middle"/>
|
||||
<pin name="RST2" x="-22.86" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="GND2" x="-22.86" y="12.7" visible="pin" length="middle"/>
|
||||
<pin name="D2" x="-22.86" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="D3" x="-22.86" y="7.62" visible="pin" length="middle"/>
|
||||
<pin name="D4" x="-22.86" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="D5" x="-22.86" y="2.54" visible="pin" length="middle"/>
|
||||
<pin name="D6" x="-22.86" y="0" visible="pin" length="middle"/>
|
||||
<pin name="D7" x="-22.86" y="-2.54" visible="pin" length="middle"/>
|
||||
<pin name="D8" x="-22.86" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="D9" x="-22.86" y="-7.62" visible="pin" length="middle"/>
|
||||
<pin name="RAW" x="17.78" y="20.32" visible="pin" length="middle" direction="pwr" rot="R180"/>
|
||||
<pin name="GND" x="17.78" y="17.78" visible="pin" length="middle" direction="in" rot="R180"/>
|
||||
<pin name="RST" x="17.78" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="VCC" x="17.78" y="12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A3" x="17.78" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A2" x="17.78" y="7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A1" x="17.78" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A0" x="17.78" y="2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D13" x="17.78" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D12" x="17.78" y="-2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D11" x="17.78" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D10" x="17.78" y="-7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="GND4" x="-7.62" y="35.56" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="GND3" x="-5.08" y="35.56" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="VCC2" x="-2.54" y="35.56" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="RX1-1" x="0" y="35.56" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="TX0-1" x="2.54" y="35.56" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="DTR" x="5.08" y="35.56" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="A4" x="-5.08" y="-17.78" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="A5" x="-2.54" y="-17.78" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="A6" x="0" y="-17.78" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="A7" x="2.54" y="-17.78" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="-17.78" y1="30.48" x2="12.7" y2="30.48" width="0.254" layer="94"/>
|
||||
<wire x1="12.7" y1="30.48" x2="12.7" y2="-12.7" width="0.254" layer="94"/>
|
||||
<wire x1="12.7" y1="-12.7" x2="-17.78" y2="-12.7" width="0.254" layer="94"/>
|
||||
<wire x1="-17.78" y1="-12.7" x2="-17.78" y2="30.48" width="0.254" layer="94"/>
|
||||
<text x="-2.54" y="0" size="1.778" layer="95" rot="R90">Arduino Pro Mini</text>
|
||||
</symbol>
|
||||
<symbol name="ABK-PRO-MINI">
|
||||
<description>ABK-Pro-Mini</description>
|
||||
<pin name="GND3" x="-10.16" y="27.94" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="GND4" x="-7.62" y="27.94" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="VCC1" x="-5.08" y="27.94" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="RX1-1" x="-2.54" y="27.94" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="TX0-1" x="0" y="27.94" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="DTR" x="2.54" y="27.94" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="TX0" x="-22.86" y="12.7" visible="pin" length="middle"/>
|
||||
<pin name="RX1" x="-22.86" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="RST1" x="-22.86" y="7.62" visible="pin" length="middle"/>
|
||||
<pin name="GND2" x="-22.86" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="D2" x="-22.86" y="2.54" visible="pin" length="middle"/>
|
||||
<pin name="D3" x="-22.86" y="0" visible="pin" length="middle"/>
|
||||
<pin name="D4" x="-22.86" y="-2.54" visible="pin" length="middle"/>
|
||||
<pin name="D5" x="-22.86" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="D6" x="-22.86" y="-7.62" visible="pin" length="middle"/>
|
||||
<pin name="D7" x="-22.86" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="D8" x="-22.86" y="-12.7" visible="pin" length="middle"/>
|
||||
<pin name="D9" x="-22.86" y="-15.24" visible="pin" length="middle"/>
|
||||
<pin name="RAW" x="15.24" y="12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="GND" x="15.24" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RST" x="15.24" y="7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="VCC" x="15.24" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A3" x="15.24" y="2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A2" x="15.24" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A1" x="15.24" y="-2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A0" x="15.24" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D13" x="15.24" y="-7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D12" x="15.24" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D11" x="15.24" y="-12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D10" x="15.24" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A7" x="0" y="-25.4" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="A6" x="-2.54" y="-25.4" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="GND1" x="-5.08" y="-25.4" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="A5" x="0" y="5.08" visible="pin" length="point" rot="R90"/>
|
||||
<pin name="A4" x="0" y="0" visible="pin" length="point" rot="R270"/>
|
||||
<wire x1="-17.78" y1="22.86" x2="10.16" y2="22.86" width="0.254" layer="94"/>
|
||||
<wire x1="10.16" y1="22.86" x2="10.16" y2="-20.32" width="0.254" layer="94"/>
|
||||
<wire x1="10.16" y1="-20.32" x2="-17.78" y2="-20.32" width="0.254" layer="94"/>
|
||||
<wire x1="-17.78" y1="-20.32" x2="-17.78" y2="22.86" width="0.254" layer="94"/>
|
||||
<text x="-5.08" y="-7.62" size="1.778" layer="95" rot="R90">Arduino Pro Mini</text>
|
||||
</symbol>
|
||||
<symbol name="PRO-MINI-2">
|
||||
<pin name="GND3" x="-7.62" y="25.4" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="GND4" x="-5.08" y="25.4" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="VCC1" x="-2.54" y="25.4" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="RX1-1" x="0" y="25.4" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="TX0-1" x="2.54" y="25.4" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="DTR" x="5.08" y="25.4" visible="pin" length="middle" rot="R270"/>
|
||||
<pin name="TX0" x="-22.86" y="12.7" visible="pin" length="middle"/>
|
||||
<pin name="RX1" x="-22.86" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="RST1" x="-22.86" y="7.62" visible="pin" length="middle"/>
|
||||
<pin name="GND2" x="-22.86" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="D2" x="-22.86" y="2.54" visible="pin" length="middle"/>
|
||||
<pin name="D3" x="-22.86" y="0" visible="pin" length="middle"/>
|
||||
<pin name="D4" x="-22.86" y="-2.54" visible="pin" length="middle"/>
|
||||
<pin name="D5" x="-22.86" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="D6" x="-22.86" y="-7.62" visible="pin" length="middle"/>
|
||||
<pin name="D7" x="-22.86" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="D8" x="-22.86" y="-12.7" visible="pin" length="middle"/>
|
||||
<pin name="D9" x="-22.86" y="-15.24" visible="pin" length="middle"/>
|
||||
<pin name="RAW" x="20.32" y="12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="GND" x="20.32" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RST" x="20.32" y="7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="VCC" x="20.32" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A3" x="20.32" y="2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A2" x="20.32" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A1" x="20.32" y="-2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A0" x="20.32" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D13" x="20.32" y="-7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D12" x="20.32" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D11" x="20.32" y="-12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D10" x="20.32" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A7" x="2.54" y="-2.54" visible="pin" length="point" rot="R180"/>
|
||||
<pin name="A6" x="2.54" y="-5.08" visible="pin" length="point" rot="R180"/>
|
||||
<pin name="A5" x="2.54" y="5.08" visible="pin" length="point" rot="R180"/>
|
||||
<pin name="A4" x="2.54" y="2.54" visible="pin" length="point" rot="R180"/>
|
||||
<wire x1="-17.78" y1="20.32" x2="15.24" y2="20.32" width="0.254" layer="94"/>
|
||||
<wire x1="15.24" y1="20.32" x2="15.24" y2="-20.32" width="0.254" layer="94"/>
|
||||
<wire x1="15.24" y1="-20.32" x2="-17.78" y2="-20.32" width="0.254" layer="94"/>
|
||||
<wire x1="-17.78" y1="-20.32" x2="-17.78" y2="20.32" width="0.254" layer="94"/>
|
||||
<text x="-5.08" y="-12.7" size="1.778" layer="97" rot="R90">Arduino Pro Mini</text>
|
||||
</symbol>
|
||||
<symbol name="NANO">
|
||||
<pin name="3.3V" x="-22.86" y="12.7" visible="pin" length="middle"/>
|
||||
<pin name="AREF" x="-22.86" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="ICSP1" x="-10.16" y="-27.94" visible="off" length="point" rot="R270"/>
|
||||
<pin name="ICSP2" x="-10.16" y="-25.4" visible="off" length="point" rot="R270"/>
|
||||
<pin name="ICSP3" x="-7.62" y="-27.94" visible="off" length="point" rot="R270"/>
|
||||
<pin name="ICSP4" x="-7.62" y="-25.4" visible="off" length="point" rot="R270"/>
|
||||
<pin name="TX0" x="10.16" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RX1" x="10.16" y="-17.78" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RST1" x="10.16" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="GND2" x="10.16" y="-12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D2" x="10.16" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D3" x="10.16" y="-7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D4" x="10.16" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D5" x="10.16" y="-2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D6" x="10.16" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D7" x="10.16" y="2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D8" x="10.16" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D9" x="10.16" y="7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RAW" x="-22.86" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="GND" x="-22.86" y="-17.78" visible="pin" length="middle"/>
|
||||
<pin name="RST" x="-22.86" y="-15.24" visible="pin" length="middle"/>
|
||||
<pin name="5.5V" x="-22.86" y="-12.7" visible="pin" length="middle"/>
|
||||
<pin name="A3" x="-22.86" y="0" visible="pin" length="middle"/>
|
||||
<pin name="A2" x="-22.86" y="2.54" visible="pin" length="middle"/>
|
||||
<pin name="A1" x="-22.86" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="A0" x="-22.86" y="7.62" visible="pin" length="middle"/>
|
||||
<pin name="D13" x="-22.86" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="D12" x="10.16" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D11" x="10.16" y="12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="D10" x="10.16" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="A7" x="-22.86" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="A6" x="-22.86" y="-7.62" visible="pin" length="middle"/>
|
||||
<pin name="A5" x="-22.86" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="A4" x="-22.86" y="-2.54" visible="pin" length="middle"/>
|
||||
<pin name="ICSP5" x="-5.08" y="-27.94" visible="off" length="point" rot="R270"/>
|
||||
<pin name="ICSP6" x="-5.08" y="-25.4" visible="off" length="point" rot="R270"/>
|
||||
<wire x1="-17.78" y1="17.78" x2="-17.78" y2="-30.48" width="0.254" layer="94"/>
|
||||
<wire x1="-17.78" y1="-30.48" x2="5.08" y2="-30.48" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="-30.48" x2="5.08" y2="17.78" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="17.78" x2="-17.78" y2="17.78" width="0.254" layer="94"/>
|
||||
<text x="-12.7" y="20.32" size="1.778" layer="95">Arduino Nano</text>
|
||||
</symbol>
|
||||
<symbol name="STEP-STICK">
|
||||
<pin name="EN" x="-27.94" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="MS1" x="-27.94" y="12.7" visible="pin" length="middle"/>
|
||||
<pin name="MS2" x="-27.94" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="MS3" x="-27.94" y="7.62" visible="pin" length="middle"/>
|
||||
<pin name="RST" x="-27.94" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SLP" x="-27.94" y="2.54" visible="pin" length="middle"/>
|
||||
<pin name="STEP" x="-27.94" y="0" visible="pin" length="middle"/>
|
||||
<pin name="DIR" x="-27.94" y="-2.54" visible="pin" length="middle"/>
|
||||
<pin name="VMOT" x="2.54" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="GNDM" x="2.54" y="12.7" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="2B" x="2.54" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="2A" x="2.54" y="7.62" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="1B" x="2.54" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="1A" x="2.54" y="2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="VCC" x="2.54" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="GND" x="2.54" y="-2.54" visible="pin" length="middle" rot="R180"/>
|
||||
<wire x1="-22.86" y1="17.78" x2="-22.86" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="-22.86" y1="-5.08" x2="-2.54" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="-2.54" y1="-5.08" x2="-2.54" y2="17.78" width="0.254" layer="94"/>
|
||||
<wire x1="-2.54" y1="17.78" x2="-22.86" y2="17.78" width="0.254" layer="94"/>
|
||||
<text x="-17.78" y="20.32" size="1.778" layer="97">Step Stick</text>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="PRO-MINI">
|
||||
<description>Arduion Pro Mini Clone V1.0
|
||||
www.betemcu.cu</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="PRO-MINI" x="38.1" y="-5.08"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="PRO-MINI">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="A0" pad="A0"/>
|
||||
<connect gate="G$1" pin="A1" pad="A1"/>
|
||||
<connect gate="G$1" pin="A2" pad="A2"/>
|
||||
<connect gate="G$1" pin="A3" pad="A3"/>
|
||||
<connect gate="G$1" pin="A4" pad="A4"/>
|
||||
<connect gate="G$1" pin="A5" pad="A5"/>
|
||||
<connect gate="G$1" pin="A6" pad="A6"/>
|
||||
<connect gate="G$1" pin="A7" pad="A7"/>
|
||||
<connect gate="G$1" pin="D10" pad="D10"/>
|
||||
<connect gate="G$1" pin="D11" pad="D11"/>
|
||||
<connect gate="G$1" pin="D12" pad="D12"/>
|
||||
<connect gate="G$1" pin="D13" pad="D13"/>
|
||||
<connect gate="G$1" pin="D2" pad="D2"/>
|
||||
<connect gate="G$1" pin="D3" pad="D3"/>
|
||||
<connect gate="G$1" pin="D4" pad="D4"/>
|
||||
<connect gate="G$1" pin="D5" pad="D5"/>
|
||||
<connect gate="G$1" pin="D6" pad="D6"/>
|
||||
<connect gate="G$1" pin="D7" pad="D7"/>
|
||||
<connect gate="G$1" pin="D8" pad="D8"/>
|
||||
<connect gate="G$1" pin="D9" pad="D9"/>
|
||||
<connect gate="G$1" pin="DTR" pad="DTR"/>
|
||||
<connect gate="G$1" pin="GND" pad="GND"/>
|
||||
<connect gate="G$1" pin="GND2" pad="GND1"/>
|
||||
<connect gate="G$1" pin="GND3" pad="GND3"/>
|
||||
<connect gate="G$1" pin="GND4" pad="GND2"/>
|
||||
<connect gate="G$1" pin="RAW" pad="RAW"/>
|
||||
<connect gate="G$1" pin="RST" pad="RST"/>
|
||||
<connect gate="G$1" pin="RST2" pad="RST1"/>
|
||||
<connect gate="G$1" pin="RX1" pad="RX1"/>
|
||||
<connect gate="G$1" pin="RX1-1" pad="RX1-1"/>
|
||||
<connect gate="G$1" pin="TX0" pad="TX0"/>
|
||||
<connect gate="G$1" pin="TX0-1" pad="TX0-1"/>
|
||||
<connect gate="G$1" pin="VCC" pad="VCC"/>
|
||||
<connect gate="G$1" pin="VCC2" pad="VCC1"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="ABK-PRO-MINI">
|
||||
<description>ABK Pro-Mini Arduino Clone</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="ABK-PRO-MINI" x="0" y="2.54"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="ABK-PRO-MINI">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="A0" pad="A0"/>
|
||||
<connect gate="G$1" pin="A1" pad="A1"/>
|
||||
<connect gate="G$1" pin="A2" pad="A2"/>
|
||||
<connect gate="G$1" pin="A3" pad="A3"/>
|
||||
<connect gate="G$1" pin="A4" pad="A4"/>
|
||||
<connect gate="G$1" pin="A5" pad="A5"/>
|
||||
<connect gate="G$1" pin="A6" pad="A6"/>
|
||||
<connect gate="G$1" pin="A7" pad="A7"/>
|
||||
<connect gate="G$1" pin="D10" pad="D10"/>
|
||||
<connect gate="G$1" pin="D11" pad="D11"/>
|
||||
<connect gate="G$1" pin="D12" pad="D12"/>
|
||||
<connect gate="G$1" pin="D13" pad="D13"/>
|
||||
<connect gate="G$1" pin="D2" pad="D2"/>
|
||||
<connect gate="G$1" pin="D3" pad="D3"/>
|
||||
<connect gate="G$1" pin="D4" pad="D4"/>
|
||||
<connect gate="G$1" pin="D5" pad="D5"/>
|
||||
<connect gate="G$1" pin="D6" pad="D6"/>
|
||||
<connect gate="G$1" pin="D7" pad="D7"/>
|
||||
<connect gate="G$1" pin="D8" pad="D8"/>
|
||||
<connect gate="G$1" pin="D9" pad="D9"/>
|
||||
<connect gate="G$1" pin="DTR" pad="DTR"/>
|
||||
<connect gate="G$1" pin="GND" pad="GND"/>
|
||||
<connect gate="G$1" pin="GND1" pad="GND4"/>
|
||||
<connect gate="G$1" pin="GND2" pad="GND1"/>
|
||||
<connect gate="G$1" pin="GND3" pad="GND2"/>
|
||||
<connect gate="G$1" pin="GND4" pad="GND3"/>
|
||||
<connect gate="G$1" pin="RAW" pad="RAW"/>
|
||||
<connect gate="G$1" pin="RST" pad="RST"/>
|
||||
<connect gate="G$1" pin="RST1" pad="RST1"/>
|
||||
<connect gate="G$1" pin="RX1" pad="RX1"/>
|
||||
<connect gate="G$1" pin="RX1-1" pad="RX1-1"/>
|
||||
<connect gate="G$1" pin="TX0" pad="TX0"/>
|
||||
<connect gate="G$1" pin="TX0-1" pad="TX0-1"/>
|
||||
<connect gate="G$1" pin="VCC" pad="VCC"/>
|
||||
<connect gate="G$1" pin="VCC1" pad="VCC1"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="PRO-MINI-2">
|
||||
<description>Arduino Pro Mini Layout 2
|
||||
Sparkfun.com</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="PRO-MINI-2" x="2.54" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="PRO-MINI-2">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="A0" pad="A0"/>
|
||||
<connect gate="G$1" pin="A1" pad="A1"/>
|
||||
<connect gate="G$1" pin="A2" pad="A2"/>
|
||||
<connect gate="G$1" pin="A3" pad="A3"/>
|
||||
<connect gate="G$1" pin="A4" pad="A4"/>
|
||||
<connect gate="G$1" pin="A5" pad="A5"/>
|
||||
<connect gate="G$1" pin="A6" pad="A6"/>
|
||||
<connect gate="G$1" pin="A7" pad="A7"/>
|
||||
<connect gate="G$1" pin="D10" pad="D10"/>
|
||||
<connect gate="G$1" pin="D11" pad="D11"/>
|
||||
<connect gate="G$1" pin="D12" pad="D12"/>
|
||||
<connect gate="G$1" pin="D13" pad="D13"/>
|
||||
<connect gate="G$1" pin="D2" pad="D2"/>
|
||||
<connect gate="G$1" pin="D3" pad="D3"/>
|
||||
<connect gate="G$1" pin="D4" pad="D4"/>
|
||||
<connect gate="G$1" pin="D5" pad="D5"/>
|
||||
<connect gate="G$1" pin="D6" pad="D6"/>
|
||||
<connect gate="G$1" pin="D7" pad="D7"/>
|
||||
<connect gate="G$1" pin="D8" pad="D8"/>
|
||||
<connect gate="G$1" pin="D9" pad="D9"/>
|
||||
<connect gate="G$1" pin="DTR" pad="DTR"/>
|
||||
<connect gate="G$1" pin="GND" pad="GND"/>
|
||||
<connect gate="G$1" pin="GND2" pad="GND1"/>
|
||||
<connect gate="G$1" pin="GND3" pad="GND2"/>
|
||||
<connect gate="G$1" pin="GND4" pad="GND3"/>
|
||||
<connect gate="G$1" pin="RAW" pad="RAW"/>
|
||||
<connect gate="G$1" pin="RST" pad="RST"/>
|
||||
<connect gate="G$1" pin="RST1" pad="RST1"/>
|
||||
<connect gate="G$1" pin="RX1" pad="RX1"/>
|
||||
<connect gate="G$1" pin="RX1-1" pad="RX1-1"/>
|
||||
<connect gate="G$1" pin="TX0" pad="TX0"/>
|
||||
<connect gate="G$1" pin="TX0-1" pad="TX0-1"/>
|
||||
<connect gate="G$1" pin="VCC" pad="VCC"/>
|
||||
<connect gate="G$1" pin="VCC1" pad="VCC1"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="NANO">
|
||||
<description>Arduino Nano</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="NANO" x="7.62" y="2.54"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="NANO">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="3.3V" pad="3.3V"/>
|
||||
<connect gate="G$1" pin="5.5V" pad="5V"/>
|
||||
<connect gate="G$1" pin="A0" pad="A0"/>
|
||||
<connect gate="G$1" pin="A1" pad="A1"/>
|
||||
<connect gate="G$1" pin="A2" pad="A2"/>
|
||||
<connect gate="G$1" pin="A3" pad="A3"/>
|
||||
<connect gate="G$1" pin="A4" pad="A4"/>
|
||||
<connect gate="G$1" pin="A5" pad="A5"/>
|
||||
<connect gate="G$1" pin="A6" pad="A6"/>
|
||||
<connect gate="G$1" pin="A7" pad="A7"/>
|
||||
<connect gate="G$1" pin="AREF" pad="AREF"/>
|
||||
<connect gate="G$1" pin="D10" pad="D10"/>
|
||||
<connect gate="G$1" pin="D11" pad="D11"/>
|
||||
<connect gate="G$1" pin="D12" pad="D12"/>
|
||||
<connect gate="G$1" pin="D13" pad="D13"/>
|
||||
<connect gate="G$1" pin="D2" pad="D2"/>
|
||||
<connect gate="G$1" pin="D3" pad="D3"/>
|
||||
<connect gate="G$1" pin="D4" pad="D4"/>
|
||||
<connect gate="G$1" pin="D5" pad="D5"/>
|
||||
<connect gate="G$1" pin="D6" pad="D6"/>
|
||||
<connect gate="G$1" pin="D7" pad="D7"/>
|
||||
<connect gate="G$1" pin="D8" pad="D8"/>
|
||||
<connect gate="G$1" pin="D9" pad="D9"/>
|
||||
<connect gate="G$1" pin="GND" pad="GND"/>
|
||||
<connect gate="G$1" pin="GND2" pad="GND1"/>
|
||||
<connect gate="G$1" pin="ICSP1" pad="ICSP1"/>
|
||||
<connect gate="G$1" pin="ICSP2" pad="ICSP2"/>
|
||||
<connect gate="G$1" pin="ICSP3" pad="ICSP3"/>
|
||||
<connect gate="G$1" pin="ICSP4" pad="ICSP4"/>
|
||||
<connect gate="G$1" pin="ICSP5" pad="ICSP5"/>
|
||||
<connect gate="G$1" pin="ICSP6" pad="ICSP6"/>
|
||||
<connect gate="G$1" pin="RAW" pad="RAW"/>
|
||||
<connect gate="G$1" pin="RST" pad="RST"/>
|
||||
<connect gate="G$1" pin="RST1" pad="RST1"/>
|
||||
<connect gate="G$1" pin="RX1" pad="RX1"/>
|
||||
<connect gate="G$1" pin="TX0" pad="TX0"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="STEP-STICK">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="STEP-STICK" x="12.7" y="-7.62"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="STEP-STICK">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1A" pad="1A"/>
|
||||
<connect gate="G$1" pin="1B" pad="1B"/>
|
||||
<connect gate="G$1" pin="2A" pad="2A"/>
|
||||
<connect gate="G$1" pin="2B" pad="2B"/>
|
||||
<connect gate="G$1" pin="DIR" pad="DIR"/>
|
||||
<connect gate="G$1" pin="EN" pad="EN"/>
|
||||
<connect gate="G$1" pin="GND" pad="GND"/>
|
||||
<connect gate="G$1" pin="GNDM" pad="GNDM"/>
|
||||
<connect gate="G$1" pin="MS1" pad="MS1"/>
|
||||
<connect gate="G$1" pin="MS2" pad="MS2"/>
|
||||
<connect gate="G$1" pin="MS3" pad="MS3"/>
|
||||
<connect gate="G$1" pin="RST" pad="RST"/>
|
||||
<connect gate="G$1" pin="SLP" pad="SLP"/>
|
||||
<connect gate="G$1" pin="STEP" pad="SPT"/>
|
||||
<connect gate="G$1" pin="VCC" pad="VCC"/>
|
||||
<connect gate="G$1" pin="VMOT" pad="VMOT"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
0
ARDUINO/Arduino-Eagle-Cad-Library-master/Icon
Executable file
675
ARDUINO/Arduino-Eagle-Cad-Library-master/LICENSE
Executable file
@ -0,0 +1,675 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{one line to give the program's name and a brief idea of what it does.}
|
||||
Copyright (C) {year} {name of author}
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
|
||||
8
ARDUINO/Arduino-Eagle-Cad-Library-master/README.md
Executable file
@ -0,0 +1,8 @@
|
||||
# Arduino-Eagle-Cad-Library
|
||||
Eagle Cad Library for Arduino Mini and Nano
|
||||
This is an Eagle Cad Library that contains Arduino nano and Arduino pro Mini pin outs.
|
||||
|
||||
It gives you a single part that can be placed on a schematic/board so you can simply solder in or plug in
|
||||
an Arduino pro mini or nano into your project.
|
||||
|
||||
v1.3 Corrected several cosmetic issues and Added a pinout for the StepStick Stepper Controler.
|
||||
2300
ARDUINO/Arduino-Pro-Mini-v14/Arduino-Pro-Mini.brd
Executable file
9972
ARDUINO/Arduino-Pro-Mini-v14/Arduino-Pro-Mini.sch
Executable file
0
ARDUINO/Arduino-Pro-Mini-v14/Icon
Executable file
74874
ARDUINO/Arduino-Pro-Mini.stl
Executable file
BIN
ARDUINO/ArduinoProMini000b.jpg
Executable file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
ARDUINO/Atmega168PinMap2.png
Executable file
|
After Width: | Height: | Size: 104 KiB |
BIN
ARDUINO/Carne_Basic_Circuit.png
Executable file
|
After Width: | Height: | Size: 22 KiB |
188
ARDUINO/DEBUG/DEBUG.ino
Executable file
@ -0,0 +1,188 @@
|
||||
#include "LowPower.h"
|
||||
|
||||
#define PLAY 11
|
||||
#define VUP A2
|
||||
#define VDOWN A1
|
||||
#define NEXT 13
|
||||
#define PREV 12
|
||||
#define PWR 6
|
||||
#define IN A7 /*ANALOG*/
|
||||
#define MULTIPLIER 0.0048875855 //Arbitrary value to determine voltage
|
||||
//#define PULSE 500 //How long the soc presses the bluetooth buttons for
|
||||
#define WAIT 500 //How long it waits for single/double/triple click
|
||||
#define SAMPLE A6 //Pin to read connected/disconnected status
|
||||
#define PULSE 10 //Pin that sends pulse to determine conected/disconnected state
|
||||
#define PWR 6
|
||||
#define BAT A5
|
||||
boolean STATUS = false;
|
||||
float VAL;
|
||||
unsigned long startTime = 0;
|
||||
unsigned long endTime = 0;
|
||||
unsigned long Started = 0;
|
||||
unsigned long Ended = 0;
|
||||
boolean CLOSED = false;
|
||||
int CHANGED = 0;
|
||||
|
||||
void setup() {
|
||||
pinMode(PLAY, OUTPUT);
|
||||
pinMode(VUP, OUTPUT);
|
||||
pinMode(VDOWN, OUTPUT);
|
||||
pinMode(NEXT, OUTPUT);
|
||||
pinMode(PREV, OUTPUT);
|
||||
pinMode(PWR, OUTPUT);
|
||||
pinMode(IN, INPUT);
|
||||
pinMode(SAMPLE, INPUT);
|
||||
pinMode(PULSE, INPUT);
|
||||
pinMode(BAT, INPUT);
|
||||
pinMode(PWR, OUTPUT);
|
||||
digitalWrite(PWR, HIGH);
|
||||
Serial.begin(9600); //-----DEBUG
|
||||
Started = millis();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
scanPins();
|
||||
|
||||
|
||||
Ended = millis() - Started;
|
||||
|
||||
|
||||
if(Ended > 2000){checkStatus();}
|
||||
|
||||
testVoltage();
|
||||
|
||||
}
|
||||
|
||||
void scanPins(){VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if (VAL < 1.90){
|
||||
delay(1);
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if((VAL > 1.62) && (VAL < 1.67)){
|
||||
volUp();
|
||||
}
|
||||
if((VAL > 1.45) && (VAL < 1.58)){
|
||||
volDown();
|
||||
}
|
||||
if(VAL < 0.5){
|
||||
Functions();
|
||||
}}}
|
||||
void volUp(){
|
||||
digitalWrite(VUP, HIGH);
|
||||
delay(500);
|
||||
Serial.println("UP"); //-----DEBUG
|
||||
digitalWrite(VUP, LOW);
|
||||
}
|
||||
void volDown(){
|
||||
digitalWrite(VDOWN, HIGH);
|
||||
delay(500);
|
||||
Serial.println("DOWN"); //-----DEBUG
|
||||
digitalWrite(VDOWN, LOW);
|
||||
}
|
||||
void PlPa(){
|
||||
digitalWrite(PLAY, HIGH);
|
||||
delay(500);
|
||||
Serial.println("PLAY/PAUSE"); //-----DEBUG
|
||||
digitalWrite(PLAY, LOW);
|
||||
}
|
||||
void Next(){
|
||||
digitalWrite(NEXT, HIGH);
|
||||
delay(500);
|
||||
Serial.println("NEXT"); //-----DEBUG
|
||||
digitalWrite(NEXT, LOW);
|
||||
}
|
||||
void Prev(){
|
||||
digitalWrite(PREV, HIGH);
|
||||
Serial.println("PREV"); //-----DEBUG
|
||||
delay(500);
|
||||
digitalWrite(PREV, LOW);
|
||||
}
|
||||
void Functions(){
|
||||
CLOSED = true;
|
||||
CHANGED = 1;
|
||||
startTime = millis();
|
||||
endTime = millis() - startTime;
|
||||
while(endTime < WAIT){
|
||||
|
||||
if(CLOSED == true){
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if(VAL > 0.5){
|
||||
|
||||
CLOSED = false;
|
||||
CHANGED++;
|
||||
}
|
||||
}
|
||||
if(CLOSED == false){
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if(VAL < 0.5){
|
||||
CLOSED = true;
|
||||
CHANGED++;
|
||||
}}
|
||||
|
||||
endTime = millis() - startTime;
|
||||
delay(1);
|
||||
}
|
||||
|
||||
if(CHANGED == 2){PlPa();}
|
||||
if(CHANGED == 4){Next();}
|
||||
if(CHANGED == 6){Prev();}
|
||||
releaseVal();
|
||||
}
|
||||
void releaseVal(){
|
||||
CHANGED = 0;
|
||||
startTime = 0;
|
||||
endTime = 0;
|
||||
CLOSED = false;
|
||||
}
|
||||
void checkStatus(){
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){
|
||||
STATUS = true;}
|
||||
else{
|
||||
Serial.println("Can't identify music, sending pulse..."); //-----DEBUG
|
||||
pinMode(PULSE, OUTPUT);
|
||||
digitalWrite(PULSE, HIGH);
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){STATUS = true;}
|
||||
else{STATUS = false;}
|
||||
}
|
||||
digitalWrite(PULSE, LOW);
|
||||
pinMode(PULSE, INPUT);
|
||||
|
||||
//-----DEBUG
|
||||
if(STATUS == true){Serial.println("CONNECTED");}
|
||||
if(STATUS == false){Serial.println("DIS--CONNECTED");}
|
||||
//-----DEBUG
|
||||
|
||||
if(STATUS == false){delay(50); CheckAgain();}
|
||||
|
||||
Ended = 0;
|
||||
Started = millis();
|
||||
}
|
||||
|
||||
void CheckAgain(){
|
||||
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){
|
||||
STATUS = true;}
|
||||
else{
|
||||
Serial.println("Can't identify music, sending pulse..."); //-----DEBUG
|
||||
pinMode(PULSE, OUTPUT);
|
||||
digitalWrite(PULSE, HIGH);
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){STATUS = true;}
|
||||
else{STATUS = false;}
|
||||
}
|
||||
digitalWrite(PULSE, LOW);
|
||||
pinMode(PULSE, INPUT);
|
||||
if(STATUS == false){ToggleLP();}
|
||||
}
|
||||
|
||||
void ToggleLP(){
|
||||
Serial.println("SLEEPING"); //-----DEBUG
|
||||
digitalWrite(PWR, LOW);
|
||||
LowPower.powerDown(SLEEP_2S, ADC_OFF, BOD_OFF);
|
||||
digitalWrite(PWR, HIGH);
|
||||
}
|
||||
|
||||
|
||||
void testVoltage(){
|
||||
if(analogRead(BAT) < 530){digitalWrite(PWR, LOW);
|
||||
LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF); }
|
||||
else{digitalWrite(PWR, HIGH);}
|
||||
}
|
||||
0
ARDUINO/DEBUG/Icon
Executable file
BIN
ARDUINO/IMG_7608.JPG
Executable file
|
After Width: | Height: | Size: 2.9 MiB |
0
ARDUINO/Icon
Executable file
0
ARDUINO/PRODUCT/Icon
Executable file
187
ARDUINO/PRODUCT/PRODUCT.ino
Executable file
@ -0,0 +1,187 @@
|
||||
#include "LowPower.h"
|
||||
|
||||
#define PLAY 11
|
||||
#define VUP A1
|
||||
#define VDOWN A0
|
||||
#define NEXT 13
|
||||
#define PREV 12
|
||||
#define PWR 6
|
||||
#define IN A7 /*ANALOG*/
|
||||
#define MULTIPLIER 0.0048875855 //Arbitrary value to determine voltage
|
||||
//#define PULSE 500 //How long the soc presses the bluetooth buttons for
|
||||
#define WAIT 500 //How long it waits for single/double/triple click
|
||||
#define SAMPLE A6 //Pin to read connected/disconnected status
|
||||
#define PULSE 10 //Pin that sends pulse to determine conected/disconnected state
|
||||
#define BAT A5
|
||||
boolean STATUS = false;
|
||||
float VAL;
|
||||
unsigned long startTime = 0;
|
||||
unsigned long endTime = 0;
|
||||
unsigned long Started = 0;
|
||||
unsigned long Ended = 0;
|
||||
boolean CLOSED = false;
|
||||
int CHANGED = 0;
|
||||
|
||||
void setup() {
|
||||
pinMode(PLAY, OUTPUT);
|
||||
pinMode(VUP, OUTPUT);
|
||||
pinMode(VDOWN, OUTPUT);
|
||||
pinMode(NEXT, OUTPUT);
|
||||
pinMode(PREV, OUTPUT);
|
||||
pinMode(PWR, OUTPUT);
|
||||
pinMode(IN, INPUT);
|
||||
pinMode(SAMPLE, INPUT);
|
||||
pinMode(PULSE, INPUT);
|
||||
pinMode(BAT, INPUT);
|
||||
pinMode(PWR, OUTPUT);
|
||||
digitalWrite(PWR, HIGH);
|
||||
//Serial.begin(9600); //-----DEBUG
|
||||
Started = millis();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
scanPins();
|
||||
|
||||
|
||||
Ended = millis() - Started;
|
||||
|
||||
|
||||
if(Ended > 2000){checkStatus();}
|
||||
|
||||
//testVoltage();
|
||||
|
||||
}
|
||||
|
||||
void scanPins(){VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if (VAL < 1.90){
|
||||
delay(1);
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if((VAL > 1.75) && (VAL < 1.80)){
|
||||
volUp();
|
||||
}
|
||||
if((VAL > 1.65) && (VAL < 1.73)){
|
||||
volDown();
|
||||
}
|
||||
if(VAL < 0.6){
|
||||
Functions();
|
||||
}}}
|
||||
void volUp(){
|
||||
analogWrite(VUP, 1023);
|
||||
delay(500);
|
||||
// Serial.println("UP"); //-----DEBUG
|
||||
analogWrite(VUP, 0);
|
||||
}
|
||||
void volDown(){
|
||||
analogWrite(VDOWN, 1023);
|
||||
delay(500);
|
||||
// Serial.println("DOWN"); //-----DEBUG
|
||||
analogWrite(VDOWN, 0);
|
||||
}
|
||||
void PlPa(){
|
||||
digitalWrite(PLAY, HIGH);
|
||||
delay(500);
|
||||
// Serial.println("PLAY/PAUSE"); //-----DEBUG
|
||||
digitalWrite(PLAY, LOW);
|
||||
}
|
||||
void Next(){
|
||||
digitalWrite(NEXT, HIGH);
|
||||
delay(500);
|
||||
// Serial.println("NEXT"); //-----DEBUG
|
||||
digitalWrite(NEXT, LOW);
|
||||
}
|
||||
void Prev(){
|
||||
digitalWrite(PREV, HIGH);
|
||||
// Serial.println("PREV"); //-----DEBUG
|
||||
delay(500);
|
||||
digitalWrite(PREV, LOW);
|
||||
}
|
||||
void Functions(){
|
||||
CLOSED = true;
|
||||
CHANGED = 1;
|
||||
startTime = millis();
|
||||
endTime = millis() - startTime;
|
||||
while(endTime < WAIT){
|
||||
|
||||
if(CLOSED == true){
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if(VAL > 0.6){
|
||||
|
||||
CLOSED = false;
|
||||
CHANGED++;
|
||||
}
|
||||
}
|
||||
if(CLOSED == false){
|
||||
VAL = (MULTIPLIER*(analogRead(IN)));
|
||||
if(VAL < 0.6){
|
||||
CLOSED = true;
|
||||
CHANGED++;
|
||||
}}
|
||||
|
||||
endTime = millis() - startTime;
|
||||
delay(1);
|
||||
}
|
||||
|
||||
if(CHANGED == 2){PlPa();}
|
||||
if(CHANGED == 4){Next();}
|
||||
if(CHANGED == 6){Prev();}
|
||||
releaseVal();
|
||||
}
|
||||
void releaseVal(){
|
||||
CHANGED = 0;
|
||||
startTime = 0;
|
||||
endTime = 0;
|
||||
CLOSED = false;
|
||||
}
|
||||
void checkStatus(){
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){
|
||||
STATUS = true;}
|
||||
else{
|
||||
// Serial.println("Can't identify music, sending pulse..."); //-----DEBUG
|
||||
pinMode(PULSE, OUTPUT);
|
||||
digitalWrite(PULSE, HIGH);
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){STATUS = true;}
|
||||
else{STATUS = false;}
|
||||
}
|
||||
digitalWrite(PULSE, LOW);
|
||||
pinMode(PULSE, INPUT);
|
||||
|
||||
//-----DEBUG
|
||||
//if(STATUS == true){Serial.println("CONNECTED");}
|
||||
//if(STATUS == false){Serial.println("DIS--CONNECTED");}
|
||||
//-----DEBUG
|
||||
|
||||
if(STATUS == false){delay(50); CheckAgain();}
|
||||
|
||||
Ended = 0;
|
||||
Started = millis();
|
||||
}
|
||||
|
||||
void CheckAgain(){
|
||||
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){
|
||||
STATUS = true;}
|
||||
else{
|
||||
// Serial.println("Can't identify music, sending pulse..."); //-----DEBUG
|
||||
pinMode(PULSE, OUTPUT);
|
||||
digitalWrite(PULSE, HIGH);
|
||||
if(MULTIPLIER*(analogRead(SAMPLE)) > 0.01){STATUS = true;}
|
||||
else{STATUS = false;}
|
||||
}
|
||||
digitalWrite(PULSE, LOW);
|
||||
pinMode(PULSE, INPUT);
|
||||
if(STATUS == false){ToggleLP();}
|
||||
}
|
||||
|
||||
void ToggleLP(){
|
||||
// Serial.println("SLEEPING"); //-----DEBUG
|
||||
digitalWrite(PWR, LOW);
|
||||
LowPower.powerDown(SLEEP_2S, ADC_OFF, BOD_OFF);
|
||||
digitalWrite(PWR, HIGH);
|
||||
}
|
||||
|
||||
|
||||
void testVoltage(){
|
||||
if(analogRead(BAT) < 530){digitalWrite(PWR, LOW);
|
||||
LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF); }
|
||||
else{digitalWrite(PWR, HIGH);}
|
||||
}
|
||||
0
ARDUINO/TEST_STAT/Icon
Executable file
30
ARDUINO/TEST_STAT/TEST_STAT.ino
Executable file
@ -0,0 +1,30 @@
|
||||
#define SAMPLE A1
|
||||
#define PULSE 13
|
||||
boolean STATUS = false;
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
pinMode(SAMPLE, INPUT);
|
||||
pinMode(PULSE, INPUT);
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
delay(2000);
|
||||
testStatus();
|
||||
Serial.println(STATUS);
|
||||
}
|
||||
void testStatus(){
|
||||
if(analogRead(SAMPLE) > 0.01){
|
||||
STATUS = true;}
|
||||
else{
|
||||
Serial.println("Can't identify music, sending pulse...");
|
||||
pinMode(PULSE, OUTPUT);
|
||||
digitalWrite(PULSE, HIGH);
|
||||
if(analogRead(SAMPLE) > 0.01){STATUS = true;}
|
||||
else{STATUS = false;}
|
||||
}
|
||||
digitalWrite(PULSE, LOW);
|
||||
pinMode(PULSE, INPUT);
|
||||
}
|
||||
0
ARDUINO/Voltmeter/Icon
Executable file
3
ARDUINO/Voltmeter/Voltmeter.ino
Executable file
@ -0,0 +1,3 @@
|
||||
void setup() {Serial.begin(9600); pinMode(A3, OUTPUT);}
|
||||
void loop() {Serial.println((analogRead(A7))*(5.0 / 1023.0));
|
||||
analogWrite(A0, 1023);}
|
||||
BIN
ARDUINO/connections2.png
Executable file
|
After Width: | Height: | Size: 115 KiB |
1605
ARDUINO/f3188-master/7-seg.b#1
Executable file
1651
ARDUINO/f3188-master/7-seg.b#2
Executable file
1651
ARDUINO/f3188-master/7-seg.b#3
Executable file
1645
ARDUINO/f3188-master/7-seg.b#4
Executable file
1599
ARDUINO/f3188-master/7-seg.b#5
Executable file
1532
ARDUINO/f3188-master/7-seg.b#6
Executable file
1532
ARDUINO/f3188-master/7-seg.b#7
Executable file
1521
ARDUINO/f3188-master/7-seg.b#8
Executable file
1605
ARDUINO/f3188-master/7-seg.brd
Executable file
4252
ARDUINO/f3188-master/7-seg.s#1
Executable file
4244
ARDUINO/f3188-master/7-seg.s#2
Executable file
4107
ARDUINO/f3188-master/7-seg.s#3
Executable file
4086
ARDUINO/f3188-master/7-seg.s#4
Executable file
4063
ARDUINO/f3188-master/7-seg.s#5
Executable file
585
ARDUINO/f3188-master/7-seg.s#6
Executable file
@ -0,0 +1,585 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<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"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/>
|
||||
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="no"/>
|
||||
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/>
|
||||
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R">
|
||||
<libraries>
|
||||
<library name="special">
|
||||
<description><b>Special Devices</b><p>
|
||||
7-segment displays, switches, heatsinks, crystals, transformers, etc.<p>
|
||||
<author>Created by librarian@cadsoft.de</author></description>
|
||||
<packages>
|
||||
<package name="7SEG-7">
|
||||
<description>7-segment <B>DISPLAY</B><p>
|
||||
10 mm</description>
|
||||
<wire x1="-3.81" y1="6.985" x2="3.81" y2="6.985" width="0.1524" layer="21"/>
|
||||
<wire x1="3.81" y1="6.985" x2="3.81" y2="-6.985" width="0.1524" layer="21"/>
|
||||
<wire x1="3.81" y1="-6.985" x2="-3.81" y2="-6.985" width="0.1524" layer="21"/>
|
||||
<wire x1="-3.81" y1="-6.985" x2="-3.81" y2="6.985" width="0.1524" layer="21"/>
|
||||
<wire x1="-0.4572" y1="4.0894" x2="1.2192" y2="4.0894" width="0.8128" layer="21"/>
|
||||
<wire x1="-1.9558" y1="-5.3594" x2="0.254" y2="-5.3594" width="0.8128" layer="51"/>
|
||||
<wire x1="-1.4478" y1="3.6068" x2="-1.9558" y2="0.3556" width="0.8128" layer="51"/>
|
||||
<wire x1="-1.9558" y1="-1.143" x2="-2.4638" y2="-4.3688" width="0.8128" layer="51"/>
|
||||
<wire x1="2.2352" y1="3.6068" x2="1.7272" y2="0.3556" width="0.8128" layer="51"/>
|
||||
<wire x1="1.7272" y1="-1.143" x2="1.2192" y2="-4.8768" width="0.8128" layer="51"/>
|
||||
<wire x1="-0.9652" y1="-0.635" x2="0.7366" y2="-0.635" width="0.8128" layer="21"/>
|
||||
<circle x="2.7178" y="-5.3594" radius="0.1524" width="0.6096" layer="21"/>
|
||||
<pad name="1" x="-2.54" y="5.08" drill="0.8128" shape="long"/>
|
||||
<pad name="2" x="-2.54" y="2.54" drill="0.8128" shape="long"/>
|
||||
<pad name="3" x="-2.54" y="0" drill="0.8128" shape="long"/>
|
||||
<pad name="4" x="-2.54" y="-2.54" drill="0.8128" shape="long"/>
|
||||
<pad name="5" x="-2.54" y="-5.08" drill="0.8128" shape="long"/>
|
||||
<pad name="10" x="2.54" y="5.08" drill="0.8128" shape="long"/>
|
||||
<pad name="9" x="2.54" y="2.54" drill="0.8128" shape="long"/>
|
||||
<pad name="8" x="2.54" y="0" drill="0.8128" shape="long"/>
|
||||
<pad name="6" x="2.54" y="-5.08" drill="0.8128" shape="long"/>
|
||||
<pad name="7" x="2.54" y="-2.54" drill="0.8128" shape="long"/>
|
||||
<text x="-3.81" y="7.62" size="1.778" layer="25" ratio="10">>NAME</text>
|
||||
<text x="-3.81" y="-9.525" size="1.778" layer="27" ratio="10">>VALUE</text>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="7SEG-CK">
|
||||
<wire x1="-5.08" y1="7.62" x2="-5.08" y2="-7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="-5.08" y1="-7.62" x2="5.08" y2="-7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="5.08" y1="-7.62" x2="5.08" y2="7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="5.08" y1="7.62" x2="-5.08" y2="7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="-2.4892" y1="5.5118" x2="2.9972" y2="5.5118" width="0.8128" layer="94"/>
|
||||
<wire x1="-3.5052" y1="-5.5118" x2="2.0066" y2="-5.5118" width="0.8128" layer="94"/>
|
||||
<wire x1="-2.9972" y1="4.4958" x2="-3.5052" y2="0.9906" width="0.8128" layer="94"/>
|
||||
<wire x1="-3.5052" y1="-0.508" x2="-3.9878" y2="-4.4958" width="0.8128" layer="94"/>
|
||||
<wire x1="3.5052" y1="4.4958" x2="2.9972" y2="0.9906" width="0.8128" layer="94"/>
|
||||
<wire x1="2.9972" y1="-0.508" x2="2.4892" y2="-4.4958" width="0.8128" layer="94"/>
|
||||
<wire x1="-2.4892" y1="0" x2="2.0066" y2="0" width="0.8128" layer="94"/>
|
||||
<circle x="3.81" y="-5.588" radius="0.1016" width="0.8128" layer="94"/>
|
||||
<text x="-6.4008" y="5.3848" size="1.27" layer="94">a</text>
|
||||
<text x="-6.4008" y="2.794" size="1.27" layer="94">b</text>
|
||||
<text x="-6.4008" y="0.4064" size="1.27" layer="94">c</text>
|
||||
<text x="-6.4008" y="-2.2098" size="1.27" layer="94">d</text>
|
||||
<text x="-6.4008" y="-4.8006" size="1.27" layer="94">e</text>
|
||||
<text x="5.4102" y="5.4102" size="1.27" layer="94">f</text>
|
||||
<text x="5.4102" y="3.2004" size="1.27" layer="94">g</text>
|
||||
<text x="5.4102" y="0.4064" size="1.27" layer="94">P</text>
|
||||
<text x="-5.08" y="8.255" size="1.778" layer="95">>NAME</text>
|
||||
<text x="-5.08" y="-10.16" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="5.4102" y="-2.2098" size="1.27" layer="94">K</text>
|
||||
<text x="5.4102" y="-4.8006" size="1.27" layer="94">K</text>
|
||||
<pin name="C" x="-7.62" y="0" visible="off" length="short" direction="pas"/>
|
||||
<pin name="B" x="-7.62" y="2.54" visible="off" length="short" direction="pas"/>
|
||||
<pin name="A" x="-7.62" y="5.08" visible="off" length="short" direction="pas"/>
|
||||
<pin name="D" x="-7.62" y="-2.54" visible="off" length="short" direction="pas"/>
|
||||
<pin name="E" x="-7.62" y="-5.08" visible="off" length="short" direction="pas"/>
|
||||
<pin name="CK1" x="7.62" y="-2.54" visible="off" length="short" direction="pas" rot="R180"/>
|
||||
<pin name="DP" x="7.62" y="0" visible="off" length="short" direction="pas" rot="R180"/>
|
||||
<pin name="G" x="7.62" y="2.54" visible="off" length="short" direction="pas" rot="R180"/>
|
||||
<pin name="F" x="7.62" y="5.08" visible="off" length="short" direction="pas" rot="R180"/>
|
||||
<pin name="CK2" x="7.62" y="-5.08" visible="off" length="short" direction="pas" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="7SEG-MCK" prefix="D" uservalue="yes">
|
||||
<description>7-segment <b>DISPLAY</b><p>
|
||||
single cathode, 13 mm</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="7SEG-CK" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="7SEG-7">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="A" pad="10"/>
|
||||
<connect gate="G$1" pin="B" pad="9"/>
|
||||
<connect gate="G$1" pin="C" pad="8"/>
|
||||
<connect gate="G$1" pin="CK1" pad="1"/>
|
||||
<connect gate="G$1" pin="CK2" pad="6"/>
|
||||
<connect gate="G$1" pin="D" pad="5"/>
|
||||
<connect gate="G$1" pin="DP" pad="7"/>
|
||||
<connect gate="G$1" pin="E" pad="4"/>
|
||||
<connect gate="G$1" pin="F" pad="2"/>
|
||||
<connect gate="G$1" pin="G" pad="3"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
<library name="74xx-eu">
|
||||
<description><b>TTL Devices, 74xx Series with European Symbols</b><p>
|
||||
Based on the following sources:
|
||||
<ul>
|
||||
<li>Texas Instruments <i>TTL Data Book</i>&nbsp;&nbsp;&nbsp;Volume 1, 1996.
|
||||
<li>TTL Data Book, Volume 2 , 1993
|
||||
<li>National Seminconductor Databook 1990, ALS/LS Logic
|
||||
<li>ttl 74er digital data dictionary, ECA Electronic + Acustic GmbH, ISBN 3-88109-032-0
|
||||
<li>http://icmaster.com/ViewCompare.asp
|
||||
</ul>
|
||||
<author>Created by librarian@cadsoft.de</author></description>
|
||||
<packages>
|
||||
<package name="DIL14">
|
||||
<description><b>Dual In Line Package</b></description>
|
||||
<wire x1="8.89" y1="2.921" x2="-8.89" y2="2.921" width="0.1524" layer="21"/>
|
||||
<wire x1="-8.89" y1="-2.921" x2="8.89" y2="-2.921" width="0.1524" layer="21"/>
|
||||
<wire x1="8.89" y1="2.921" x2="8.89" y2="-2.921" width="0.1524" layer="21"/>
|
||||
<wire x1="-8.89" y1="2.921" x2="-8.89" y2="1.016" width="0.1524" layer="21"/>
|
||||
<wire x1="-8.89" y1="-2.921" x2="-8.89" y2="-1.016" width="0.1524" layer="21"/>
|
||||
<wire x1="-8.89" y1="1.016" x2="-8.89" y2="-1.016" width="0.1524" layer="21" curve="-180"/>
|
||||
<pad name="1" x="-7.62" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="2" x="-5.08" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="7" x="7.62" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="8" x="7.62" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="3" x="-2.54" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="4" x="0" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="6" x="5.08" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="5" x="2.54" y="-3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="9" x="5.08" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="10" x="2.54" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="11" x="0" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="12" x="-2.54" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="13" x="-5.08" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<pad name="14" x="-7.62" y="3.81" drill="0.8128" shape="long" rot="R90"/>
|
||||
<text x="-9.271" y="-3.048" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text>
|
||||
<text x="-6.731" y="-0.635" size="1.27" layer="27" ratio="10">>VALUE</text>
|
||||
</package>
|
||||
<package name="SO14">
|
||||
<description><b>Small Outline package</b> 150 mil</description>
|
||||
<wire x1="4.064" y1="1.9558" x2="-4.064" y2="1.9558" width="0.1524" layer="51"/>
|
||||
<wire x1="4.064" y1="-1.9558" x2="4.445" y2="-1.5748" width="0.1524" layer="21" curve="90"/>
|
||||
<wire x1="-4.445" y1="1.5748" x2="-4.064" y2="1.9558" width="0.1524" layer="21" curve="-90"/>
|
||||
<wire x1="4.064" y1="1.9558" x2="4.445" y2="1.5748" width="0.1524" layer="21" curve="-90"/>
|
||||
<wire x1="-4.445" y1="-1.5748" x2="-4.064" y2="-1.9558" width="0.1524" layer="21" curve="90"/>
|
||||
<wire x1="-4.064" y1="-1.9558" x2="4.064" y2="-1.9558" width="0.1524" layer="51"/>
|
||||
<wire x1="4.445" y1="-1.5748" x2="4.445" y2="1.5748" width="0.1524" layer="21"/>
|
||||
<wire x1="-4.445" y1="1.5748" x2="-4.445" y2="0.508" width="0.1524" layer="21"/>
|
||||
<wire x1="-4.445" y1="0.508" x2="-4.445" y2="-0.508" width="0.1524" layer="21"/>
|
||||
<wire x1="-4.445" y1="-0.508" x2="-4.445" y2="-1.5748" width="0.1524" layer="21"/>
|
||||
<wire x1="-4.445" y1="0.508" x2="-4.445" y2="-0.508" width="0.1524" layer="21" curve="-180"/>
|
||||
<wire x1="-4.445" y1="-1.6002" x2="4.445" y2="-1.6002" width="0.0508" layer="21"/>
|
||||
<smd name="1" x="-3.81" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="14" x="-3.81" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="2" x="-2.54" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="3" x="-1.27" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="13" x="-2.54" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="12" x="-1.27" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="4" x="0" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="11" x="0" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="5" x="1.27" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="6" x="2.54" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="10" x="1.27" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="9" x="2.54" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="7" x="3.81" y="-3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<smd name="8" x="3.81" y="3.0734" dx="0.6604" dy="2.032" layer="1"/>
|
||||
<text x="-3.175" y="-0.762" size="1.27" layer="27" ratio="10">>VALUE</text>
|
||||
<text x="-4.826" y="-1.905" size="1.27" layer="25" ratio="10" rot="R90">>NAME</text>
|
||||
<rectangle x1="-0.254" y1="1.9558" x2="0.254" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="-4.064" y1="-3.0988" x2="-3.556" y2="-1.9558" layer="51"/>
|
||||
<rectangle x1="-2.794" y1="-3.0988" x2="-2.286" y2="-1.9558" layer="51"/>
|
||||
<rectangle x1="-1.524" y1="-3.0734" x2="-1.016" y2="-1.9304" layer="51"/>
|
||||
<rectangle x1="-0.254" y1="-3.0988" x2="0.254" y2="-1.9558" layer="51"/>
|
||||
<rectangle x1="-1.524" y1="1.9558" x2="-1.016" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="-2.794" y1="1.9558" x2="-2.286" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="-4.064" y1="1.9558" x2="-3.556" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="1.016" y1="1.9558" x2="1.524" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="2.286" y1="1.9558" x2="2.794" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="3.556" y1="1.9558" x2="4.064" y2="3.0988" layer="51"/>
|
||||
<rectangle x1="1.016" y1="-3.0988" x2="1.524" y2="-1.9558" layer="51"/>
|
||||
<rectangle x1="2.286" y1="-3.0988" x2="2.794" y2="-1.9558" layer="51"/>
|
||||
<rectangle x1="3.556" y1="-3.0988" x2="4.064" y2="-1.9558" layer="51"/>
|
||||
</package>
|
||||
<package name="LCC20">
|
||||
<description><b>Leadless Chip Carrier</b><p> Ceramic Package</description>
|
||||
<wire x1="-0.4001" y1="4.4" x2="-0.87" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-3.3" y1="4.4" x2="-4.4" y2="3.3" width="0.2032" layer="51"/>
|
||||
<wire x1="-0.4001" y1="4.3985" x2="0.4001" y2="4.3985" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-1.6701" y1="4.3985" x2="-0.8699" y2="4.3985" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-4.3985" y1="2.14" x2="-4.3985" y2="2.94" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-2.9401" y1="4.4" x2="-3.3" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="0.87" y1="4.4" x2="0.4001" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="0.87" y1="4.3985" x2="1.67" y2="4.3985" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-4.4" y1="3.3" x2="-4.4" y2="2.9401" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.4" y1="2.14" x2="-4.4" y2="1.6701" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.3985" y1="0.87" x2="-4.3985" y2="1.67" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-4.3985" y1="-0.4001" x2="-4.3985" y2="0.4001" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-4.3985" y1="-1.6701" x2="-4.3985" y2="-0.8699" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-4.4" y1="0.87" x2="-4.4" y2="0.4001" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.4" y1="-0.4001" x2="-4.4" y2="-0.87" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.4" y1="-2.9401" x2="-4.4" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.4" y1="-4.4" x2="-4.4" y2="-4.4099" width="0.2032" layer="51"/>
|
||||
<wire x1="2.14" y1="4.3985" x2="2.94" y2="4.3985" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="2.14" y1="4.4" x2="1.6701" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="4.4" y1="4.4" x2="2.9401" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="0.4001" y1="-4.4" x2="0.87" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-0.4001" y1="-4.3985" x2="0.4001" y2="-4.3985" width="0.2032" layer="51" curve="-180"/>
|
||||
<wire x1="0.87" y1="-4.3985" x2="1.67" y2="-4.3985" width="0.2032" layer="51" curve="-180"/>
|
||||
<wire x1="2.9401" y1="-4.4" x2="4.4" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-0.87" y1="-4.4" x2="-0.4001" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-1.6701" y1="-4.3985" x2="-0.8699" y2="-4.3985" width="0.2032" layer="51" curve="-180"/>
|
||||
<wire x1="-2.9401" y1="-4.3985" x2="-2.1399" y2="-4.3985" width="0.2032" layer="51" curve="-180"/>
|
||||
<wire x1="-2.14" y1="-4.4" x2="-1.6701" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.4" y1="-4.4" x2="-2.9401" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="4.4" y1="0.4001" x2="4.4" y2="0.87" width="0.2032" layer="51"/>
|
||||
<wire x1="4.3985" y1="0.4001" x2="4.3985" y2="-0.4001" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="4.3985" y1="1.6701" x2="4.3985" y2="0.8699" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="4.4" y1="2.9401" x2="4.4" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="4.4" y1="-0.87" x2="4.4" y2="-0.4001" width="0.2032" layer="51"/>
|
||||
<wire x1="4.3985" y1="-0.87" x2="4.3985" y2="-1.67" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="4.3985" y1="-2.14" x2="4.3985" y2="-2.94" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="4.4" y1="-2.14" x2="4.4" y2="-1.6701" width="0.2032" layer="51"/>
|
||||
<wire x1="4.4" y1="-4.4" x2="4.4" y2="-2.9401" width="0.2032" layer="51"/>
|
||||
<wire x1="-2.9401" y1="4.3985" x2="-2.1399" y2="4.3985" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-1.6701" y1="4.4" x2="-2.14" y2="4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.3985" y1="-2.9401" x2="-4.3985" y2="-2.1399" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="-4.4" y1="-1.6701" x2="-4.4" y2="-2.14" width="0.2032" layer="51"/>
|
||||
<wire x1="1.6701" y1="-4.4" x2="2.14" y2="-4.4" width="0.2032" layer="51"/>
|
||||
<wire x1="2.14" y1="-4.3985" x2="2.94" y2="-4.3985" width="0.2032" layer="51" curve="-180"/>
|
||||
<wire x1="4.3985" y1="2.9401" x2="4.3985" y2="2.1399" width="0.2032" layer="51" curve="180"/>
|
||||
<wire x1="4.4" y1="1.6701" x2="4.4" y2="2.14" width="0.2032" layer="51"/>
|
||||
<wire x1="-3.3" y1="4.4" x2="-4.4" y2="3.3" width="0.2032" layer="21"/>
|
||||
<wire x1="-4.4" y1="-3.1941" x2="-4.4" y2="-4.4" width="0.2032" layer="21"/>
|
||||
<wire x1="-4.4" y1="-4.4" x2="-3.1941" y2="-4.4" width="0.2032" layer="21"/>
|
||||
<wire x1="3.1941" y1="-4.4" x2="4.4" y2="-4.4" width="0.2032" layer="21"/>
|
||||
<wire x1="4.4" y1="-4.4" x2="4.4" y2="-3.1941" width="0.2032" layer="21"/>
|
||||
<wire x1="4.4" y1="3.1941" x2="4.4" y2="4.4" width="0.2032" layer="21"/>
|
||||
<wire x1="4.4" y1="4.4" x2="3.1941" y2="4.4" width="0.2032" layer="21"/>
|
||||
<smd name="2" x="-1.27" y="4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="1" x="0" y="3.8001" dx="0.8" dy="3.4" layer="1"/>
|
||||
<smd name="3" x="-2.54" y="4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="4" x="-4.5001" y="2.54" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="5" x="-4.5001" y="1.27" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="6" x="-4.5001" y="0" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="7" x="-4.5001" y="-1.27" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="8" x="-4.5001" y="-2.54" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="9" x="-2.54" y="-4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="10" x="-1.27" y="-4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="11" x="0" y="-4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="12" x="1.27" y="-4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="13" x="2.54" y="-4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="14" x="4.5001" y="-2.54" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="15" x="4.5001" y="-1.27" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="16" x="4.5001" y="0" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="17" x="4.5001" y="1.27" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="18" x="4.5001" y="2.54" dx="2" dy="0.8" layer="1"/>
|
||||
<smd name="19" x="2.54" y="4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<smd name="20" x="1.27" y="4.5001" dx="0.8" dy="2" layer="1"/>
|
||||
<text x="-4.0051" y="6.065" size="1.778" layer="25">>NAME</text>
|
||||
<text x="-3.9751" y="-7.5601" size="1.778" layer="27">>VALUE</text>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="74164">
|
||||
<wire x1="-7.62" y1="-12.7" x2="7.62" y2="-12.7" width="0.4064" layer="94"/>
|
||||
<wire x1="7.62" y1="-12.7" x2="7.62" y2="10.16" width="0.4064" layer="94"/>
|
||||
<wire x1="7.62" y1="10.16" x2="-7.62" y2="10.16" width="0.4064" layer="94"/>
|
||||
<wire x1="-7.62" y1="10.16" x2="-7.62" y2="-12.7" width="0.4064" layer="94"/>
|
||||
<text x="-7.62" y="10.795" size="1.778" layer="95">>NAME</text>
|
||||
<text x="-7.62" y="-15.24" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="A" x="-12.7" y="7.62" length="middle" direction="in"/>
|
||||
<pin name="B" x="-12.7" y="5.08" length="middle" direction="in"/>
|
||||
<pin name="QA" x="12.7" y="7.62" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="QB" x="12.7" y="5.08" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="QC" x="12.7" y="2.54" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="QD" x="12.7" y="0" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="CLK" x="-12.7" y="-5.08" length="middle" direction="in" function="clk"/>
|
||||
<pin name="CLR" x="-12.7" y="-10.16" length="middle" direction="in" function="dot"/>
|
||||
<pin name="QE" x="12.7" y="-2.54" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="QF" x="12.7" y="-5.08" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="QG" x="12.7" y="-7.62" length="middle" direction="out" rot="R180"/>
|
||||
<pin name="QH" x="12.7" y="-10.16" length="middle" direction="out" rot="R180"/>
|
||||
</symbol>
|
||||
<symbol name="PWRN">
|
||||
<text x="-0.635" y="-0.635" size="1.778" layer="95">>NAME</text>
|
||||
<text x="1.905" y="-5.842" size="1.27" layer="95" rot="R90">GND</text>
|
||||
<text x="1.905" y="2.54" size="1.27" layer="95" rot="R90">VCC</text>
|
||||
<pin name="GND" x="0" y="-7.62" visible="pad" length="middle" direction="pwr" rot="R90"/>
|
||||
<pin name="VCC" x="0" y="7.62" visible="pad" length="middle" direction="pwr" rot="R270"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="74*164" prefix="IC">
|
||||
<description>8-bit parallel out <b>SHIFT REGISTER</b></description>
|
||||
<gates>
|
||||
<gate name="A" symbol="74164" x="20.32" y="0"/>
|
||||
<gate name="P" symbol="PWRN" x="-5.08" y="0" addlevel="request"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="N" package="DIL14">
|
||||
<connects>
|
||||
<connect gate="A" pin="A" pad="1"/>
|
||||
<connect gate="A" pin="B" pad="2"/>
|
||||
<connect gate="A" pin="CLK" pad="8"/>
|
||||
<connect gate="A" pin="CLR" pad="9"/>
|
||||
<connect gate="A" pin="QA" pad="3"/>
|
||||
<connect gate="A" pin="QB" pad="4"/>
|
||||
<connect gate="A" pin="QC" pad="5"/>
|
||||
<connect gate="A" pin="QD" pad="6"/>
|
||||
<connect gate="A" pin="QE" pad="10"/>
|
||||
<connect gate="A" pin="QF" pad="11"/>
|
||||
<connect gate="A" pin="QG" pad="12"/>
|
||||
<connect gate="A" pin="QH" pad="13"/>
|
||||
<connect gate="P" pin="GND" pad="7"/>
|
||||
<connect gate="P" pin="VCC" pad="14"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
<technology name="AC"/>
|
||||
<technology name="ACT"/>
|
||||
<technology name="HC"/>
|
||||
<technology name="HCT"/>
|
||||
<technology name="LS"/>
|
||||
</technologies>
|
||||
</device>
|
||||
<device name="D" package="SO14">
|
||||
<connects>
|
||||
<connect gate="A" pin="A" pad="1"/>
|
||||
<connect gate="A" pin="B" pad="2"/>
|
||||
<connect gate="A" pin="CLK" pad="8"/>
|
||||
<connect gate="A" pin="CLR" pad="9"/>
|
||||
<connect gate="A" pin="QA" pad="3"/>
|
||||
<connect gate="A" pin="QB" pad="4"/>
|
||||
<connect gate="A" pin="QC" pad="5"/>
|
||||
<connect gate="A" pin="QD" pad="6"/>
|
||||
<connect gate="A" pin="QE" pad="10"/>
|
||||
<connect gate="A" pin="QF" pad="11"/>
|
||||
<connect gate="A" pin="QG" pad="12"/>
|
||||
<connect gate="A" pin="QH" pad="13"/>
|
||||
<connect gate="P" pin="GND" pad="7"/>
|
||||
<connect gate="P" pin="VCC" pad="14"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
<technology name="AC"/>
|
||||
<technology name="ACT"/>
|
||||
<technology name="HC"/>
|
||||
<technology name="HCT"/>
|
||||
<technology name="LS"/>
|
||||
</technologies>
|
||||
</device>
|
||||
<device name="FK" package="LCC20">
|
||||
<connects>
|
||||
<connect gate="A" pin="A" pad="2"/>
|
||||
<connect gate="A" pin="B" pad="3"/>
|
||||
<connect gate="A" pin="CLK" pad="12"/>
|
||||
<connect gate="A" pin="CLR" pad="13"/>
|
||||
<connect gate="A" pin="QA" pad="4"/>
|
||||
<connect gate="A" pin="QB" pad="6"/>
|
||||
<connect gate="A" pin="QC" pad="8"/>
|
||||
<connect gate="A" pin="QD" pad="9"/>
|
||||
<connect gate="A" pin="QE" pad="14"/>
|
||||
<connect gate="A" pin="QF" pad="16"/>
|
||||
<connect gate="A" pin="QG" pad="18"/>
|
||||
<connect gate="A" pin="QH" pad="19"/>
|
||||
<connect gate="P" pin="GND" pad="10"/>
|
||||
<connect gate="P" pin="VCC" pad="20"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
<technology name="AC"/>
|
||||
<technology name="ACT"/>
|
||||
<technology name="HC"/>
|
||||
<technology name="HCT"/>
|
||||
<technology name="LS"/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
<library name="supply1">
|
||||
<description><b>Supply Symbols</b><p>
|
||||
GND, VCC, 0V, +5V, -5V, etc.<p>
|
||||
Please keep in mind, that these devices are necessary for the
|
||||
automatic wiring of the supply signals.<p>
|
||||
The pin name defined in the symbol is identical to the net which is to be wired automatically.<p>
|
||||
In this library the device names are the same as the pin names of the symbols, therefore the correct signal names appear next to the supply symbols in the schematic.<p>
|
||||
<author>Created by librarian@cadsoft.de</author></description>
|
||||
<packages>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="GND">
|
||||
<wire x1="-1.905" y1="0" x2="1.905" y2="0" width="0.254" layer="94"/>
|
||||
<text x="-2.54" y="-2.54" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="GND" x="0" y="2.54" visible="off" length="short" direction="sup" rot="R270"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="GND" prefix="GND">
|
||||
<description><b>SUPPLY SYMBOL</b></description>
|
||||
<gates>
|
||||
<gate name="1" symbol="GND" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="">
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</libraries>
|
||||
<attributes>
|
||||
</attributes>
|
||||
<variantdefs>
|
||||
</variantdefs>
|
||||
<classes>
|
||||
<class number="0" name="default" width="0" drill="0">
|
||||
</class>
|
||||
</classes>
|
||||
<parts>
|
||||
<part name="D1" library="special" deviceset="7SEG-MCK" device=""/>
|
||||
<part name="IC1" library="74xx-eu" deviceset="74*164" device="D" technology="HC"/>
|
||||
<part name="GND1" library="supply1" deviceset="GND" device=""/>
|
||||
</parts>
|
||||
<sheets>
|
||||
<sheet>
|
||||
<plain>
|
||||
</plain>
|
||||
<instances>
|
||||
<instance part="D1" gate="G$1" x="35.56" y="48.26"/>
|
||||
<instance part="IC1" gate="A" x="0" y="45.72"/>
|
||||
<instance part="GND1" gate="1" x="48.26" y="33.02"/>
|
||||
</instances>
|
||||
<busses>
|
||||
</busses>
|
||||
<nets>
|
||||
<net name="N$1" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QA"/>
|
||||
<pinref part="D1" gate="G$1" pin="A"/>
|
||||
<wire x1="12.7" y1="53.34" x2="27.94" y2="53.34" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$2" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QB"/>
|
||||
<pinref part="D1" gate="G$1" pin="B"/>
|
||||
<wire x1="12.7" y1="50.8" x2="27.94" y2="50.8" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$3" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QC"/>
|
||||
<pinref part="D1" gate="G$1" pin="C"/>
|
||||
<wire x1="12.7" y1="48.26" x2="27.94" y2="48.26" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$4" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QD"/>
|
||||
<pinref part="D1" gate="G$1" pin="D"/>
|
||||
<wire x1="12.7" y1="45.72" x2="27.94" y2="45.72" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$5" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QE"/>
|
||||
<pinref part="D1" gate="G$1" pin="E"/>
|
||||
<wire x1="12.7" y1="43.18" x2="27.94" y2="43.18" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$6" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QF"/>
|
||||
<wire x1="12.7" y1="40.64" x2="15.24" y2="40.64" width="0.1524" layer="91"/>
|
||||
<wire x1="15.24" y1="40.64" x2="15.24" y2="58.42" width="0.1524" layer="91"/>
|
||||
<wire x1="15.24" y1="58.42" x2="45.72" y2="58.42" width="0.1524" layer="91"/>
|
||||
<wire x1="45.72" y1="58.42" x2="45.72" y2="53.34" width="0.1524" layer="91"/>
|
||||
<pinref part="D1" gate="G$1" pin="F"/>
|
||||
<wire x1="45.72" y1="53.34" x2="43.18" y2="53.34" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$7" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QG"/>
|
||||
<wire x1="12.7" y1="38.1" x2="17.78" y2="38.1" width="0.1524" layer="91"/>
|
||||
<wire x1="17.78" y1="38.1" x2="17.78" y2="60.96" width="0.1524" layer="91"/>
|
||||
<wire x1="17.78" y1="60.96" x2="48.26" y2="60.96" width="0.1524" layer="91"/>
|
||||
<wire x1="48.26" y1="60.96" x2="48.26" y2="50.8" width="0.1524" layer="91"/>
|
||||
<pinref part="D1" gate="G$1" pin="G"/>
|
||||
<wire x1="48.26" y1="50.8" x2="43.18" y2="50.8" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="N$8" class="0">
|
||||
<segment>
|
||||
<pinref part="IC1" gate="A" pin="QH"/>
|
||||
<wire x1="12.7" y1="35.56" x2="20.32" y2="35.56" width="0.1524" layer="91"/>
|
||||
<wire x1="20.32" y1="35.56" x2="20.32" y2="63.5" width="0.1524" layer="91"/>
|
||||
<wire x1="20.32" y1="63.5" x2="50.8" y2="63.5" width="0.1524" layer="91"/>
|
||||
<wire x1="50.8" y1="63.5" x2="50.8" y2="48.26" width="0.1524" layer="91"/>
|
||||
<pinref part="D1" gate="G$1" pin="DP"/>
|
||||
<wire x1="50.8" y1="48.26" x2="43.18" y2="48.26" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="GND" class="0">
|
||||
<segment>
|
||||
<pinref part="D1" gate="G$1" pin="CK1"/>
|
||||
<pinref part="GND1" gate="1" pin="GND"/>
|
||||
<wire x1="43.18" y1="45.72" x2="48.26" y2="45.72" width="0.1524" layer="91"/>
|
||||
<wire x1="48.26" y1="45.72" x2="48.26" y2="43.18" width="0.1524" layer="91"/>
|
||||
<pinref part="D1" gate="G$1" pin="CK2"/>
|
||||
<wire x1="48.26" y1="43.18" x2="48.26" y2="35.56" width="0.1524" layer="91"/>
|
||||
<wire x1="43.18" y1="43.18" x2="48.26" y2="43.18" width="0.1524" layer="91"/>
|
||||
<junction x="48.26" y="43.18"/>
|
||||
</segment>
|
||||
</net>
|
||||
</nets>
|
||||
</sheet>
|
||||
</sheets>
|
||||
</schematic>
|
||||
</drawing>
|
||||
</eagle>
|
||||
4261
ARDUINO/f3188-master/7-seg.sch
Executable file
0
ARDUINO/f3188-master/Icon
Executable file
1
ARDUINO/f3188-master/README.md
Executable file
@ -0,0 +1 @@
|
||||
# f3188
|
||||
19604
ARDUINO/f3188-master/SparkFun-PowerIC.lbr
Executable file
195
ARDUINO/f3188-master/SteelCaveRobotics-Power.lbr
Executable file
@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.0.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="1" unitdist="mm" unit="mm" style="lines" multiple="1" display="yes" altdistance="0.1" altunitdist="mm" altunit="mm"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="21" name="tPlace" color="15" 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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="14" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><h3>Steel Cave Robotics Eagle Libraries - Power</h3>
|
||||
<a href="https://github.com/steelcaverobotics/SteelCaveRobotics-Eagle-Libraries">https://github.com/steelcaverobotics/SteelCaveRobotics-Eagle-Libraries</a></description>
|
||||
<packages>
|
||||
<package name="TSR-1">
|
||||
<description>TSR-1
|
||||
Series DC/DC Converter</description>
|
||||
<pad name="1" x="-2.54" y="-1.5" drill="0.8" diameter="1.8" shape="square"/>
|
||||
<pad name="2" x="0" y="-1.5" drill="0.8" diameter="1.8" shape="octagon"/>
|
||||
<pad name="3" x="2.54" y="-1.5" drill="0.8" diameter="1.8" shape="octagon"/>
|
||||
<wire x1="-5.85" y1="3.8" x2="-5.85" y2="-3.8" width="0.203" layer="21"/>
|
||||
<wire x1="-5.85" y1="-3.8" x2="5.85" y2="-3.8" width="0.203" layer="21"/>
|
||||
<wire x1="5.85" y1="-3.8" x2="5.85" y2="3.8" width="0.203" layer="21"/>
|
||||
<wire x1="5.85" y1="3.8" x2="-5.85" y2="3.8" width="0.203" layer="21"/>
|
||||
<text x="-3" y="2" size="1.016" layer="25">>NAME</text>
|
||||
<text x="-3" y="0" size="1.016" layer="27">>VALUE</text>
|
||||
</package>
|
||||
<package name="SOT-223">
|
||||
<description>SOT-223-3</description>
|
||||
<wire x1="-3.25" y1="1.75" x2="-3.25" y2="-1.75" width="0.127" layer="51"/>
|
||||
<wire x1="-3.25" y1="-1.75" x2="3.25" y2="-1.75" width="0.127" layer="51"/>
|
||||
<wire x1="3.25" y1="-1.75" x2="3.25" y2="1.75" width="0.127" layer="51"/>
|
||||
<wire x1="3.25" y1="1.75" x2="-3.25" y2="1.75" width="0.127" layer="51"/>
|
||||
<smd name="1" x="-2.3" y="-3.1" dx="1" dy="2.1" layer="1"/>
|
||||
<smd name="2" x="0" y="-3.1" dx="1" dy="2.1" layer="1"/>
|
||||
<smd name="3" x="2.3" y="-3.1" dx="1" dy="2.1" layer="1"/>
|
||||
<smd name="4" x="0" y="3.1" dx="3.7" dy="2.1" layer="1"/>
|
||||
<text x="-4" y="-2" size="0.6096" layer="25" rot="R90">>NAME</text>
|
||||
<text x="-2" y="0" size="0.6096" layer="27">>VALUE</text>
|
||||
<wire x1="-3.4" y1="1.6" x2="-3.4" y2="-1.6" width="0.203" layer="21"/>
|
||||
<wire x1="-3.4" y1="-1.6" x2="3.4" y2="-1.6" width="0.203" layer="21"/>
|
||||
<wire x1="3.4" y1="-1.6" x2="3.4" y2="1.6" width="0.203" layer="21"/>
|
||||
<wire x1="3.4" y1="1.6" x2="-3.4" y2="1.6" width="0.203" layer="21"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="TSR1-2450">
|
||||
<description>TSR 1-2450
|
||||
5.0v switching regulator</description>
|
||||
<wire x1="-7.62" y1="5.08" x2="7.62" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="7.62" y1="-5.08" x2="-7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="-7.62" y1="5.08" x2="-7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="7.62" y1="5.08" x2="7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<pin name="IN" x="-10.16" y="2.54" visible="pin" length="short" direction="pwr"/>
|
||||
<pin name="+5V" x="10.16" y="2.54" visible="pin" length="short" direction="pwr" rot="R180"/>
|
||||
<pin name="GND" x="0" y="-7.62" visible="off" length="short" direction="pwr" rot="R90"/>
|
||||
<text x="-5.08" y="6.35" size="1.778" layer="95">>NAME</text>
|
||||
<text x="2.54" y="-7.62" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="-2.54" y="-3.81" size="1.778" layer="97">GND</text>
|
||||
</symbol>
|
||||
<symbol name="TSR1-2433">
|
||||
<description>TSR 1-2433
|
||||
3.3v switching regulator</description>
|
||||
<wire x1="-7.62" y1="5.08" x2="-7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="-7.62" y1="-5.08" x2="7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="7.62" y1="-5.08" x2="7.62" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="7.62" y1="5.08" x2="-7.62" y2="5.08" width="0.254" layer="94"/>
|
||||
<pin name="IN" x="-10.16" y="2.54" visible="pin" length="short" direction="pwr"/>
|
||||
<pin name="GND" x="0" y="-7.62" visible="off" length="short" direction="pwr" rot="R90"/>
|
||||
<pin name="+3V3" x="10.16" y="2.54" visible="pin" length="short" direction="pwr" rot="R180"/>
|
||||
<text x="-5.08" y="6.35" size="1.778" layer="95">>NAME</text>
|
||||
<text x="2.54" y="-7.62" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="-2.54" y="-3.81" size="1.778" layer="97">GND</text>
|
||||
</symbol>
|
||||
<symbol name="MCP1825">
|
||||
<description>MCP1825 3.3v LDO Linear Regulator</description>
|
||||
<wire x1="-7.62" y1="5.08" x2="-7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="-7.62" y1="-5.08" x2="7.62" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="7.62" y1="-5.08" x2="7.62" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="7.62" y1="5.08" x2="-7.62" y2="5.08" width="0.254" layer="94"/>
|
||||
<pin name="IN" x="-10.16" y="2.54" visible="pin" length="short" direction="pwr"/>
|
||||
<pin name="GND@2" x="0" y="-7.62" visible="off" length="short" direction="pwr" rot="R90"/>
|
||||
<pin name="+3V3" x="10.16" y="2.54" visible="pin" length="short" direction="pwr" rot="R180"/>
|
||||
<text x="-7.62" y="6.35" size="1.778" layer="95">>NAME</text>
|
||||
<text x="2.54" y="-7.62" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="-2.54" y="-3.81" size="1.778" layer="97">GND</text>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="TSR1-2450">
|
||||
<description>Traco Power TSR 1-2450
|
||||
5.0v switching regulator</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="TSR1-2450" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="TSR-1">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="+5V" pad="3"/>
|
||||
<connect gate="G$1" pin="GND" pad="2"/>
|
||||
<connect gate="G$1" pin="IN" pad="1"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="TSR1-2433">
|
||||
<description>Traco Power TSR 1-2433
|
||||
3.3v switching regulator</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="TSR1-2433" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="TSR-1">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="+3V3" pad="3"/>
|
||||
<connect gate="G$1" pin="GND" pad="2"/>
|
||||
<connect gate="G$1" pin="IN" pad="1"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="MCP1825">
|
||||
<description>MCP1825 3.3v LDO Linear Regulator</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="MCP1825" x="0" y="2.54"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="SOT-223-3" package="SOT-223">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="+3V3" pad="3"/>
|
||||
<connect gate="G$1" pin="GND@2" pad="2"/>
|
||||
<connect gate="G$1" pin="IN" pad="1"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
496
ARDUINO/f3188-master/con-berg.lbr
Executable file
@ -0,0 +1,496 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="6.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<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="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" 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="27" name="tValues" color="7" fill="1" visible="yes" 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"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="4" name="Route4" color="1" fill="4" visible="no" active="no"/>
|
||||
<layer number="5" name="Route5" color="4" fill="4" visible="no" active="no"/>
|
||||
<layer number="6" name="Route6" color="1" fill="8" visible="no" active="no"/>
|
||||
<layer number="7" name="Route7" color="4" fill="8" visible="no" active="no"/>
|
||||
<layer number="8" name="Route8" color="1" fill="2" visible="no" active="no"/>
|
||||
<layer number="9" name="Route9" color="4" fill="2" visible="no" active="no"/>
|
||||
<layer number="10" name="Route10" color="1" fill="7" visible="no" active="no"/>
|
||||
<layer number="11" name="Route11" color="4" fill="7" visible="no" active="no"/>
|
||||
<layer number="12" name="Route12" color="1" fill="5" visible="no" active="no"/>
|
||||
<layer number="13" name="Route13" color="4" fill="5" visible="no" active="no"/>
|
||||
<layer number="14" name="Route14" color="1" fill="6" visible="no" active="no"/>
|
||||
<layer number="15" name="Route15" color="4" fill="6" visible="no" active="no"/>
|
||||
<layer number="2" name="Route2" color="1" fill="3" visible="no" active="no"/>
|
||||
<layer number="3" name="Route3" color="4" fill="3" visible="no" active="no"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><b>Berg Connectors</b><p>
|
||||
Based on the following source:
|
||||
<ul>
|
||||
<li>http://catalog.fciconnect.com
|
||||
</ul>
|
||||
<author>Created by librarian@cadsoft.de</author></description>
|
||||
<packages>
|
||||
<package name="PN87520">
|
||||
<description><b>USB connector</b></description>
|
||||
<wire x1="-7.4" y1="-10.19" x2="7.4" y2="-10.19" width="0.254" layer="21"/>
|
||||
<wire x1="7.4" y1="-10.19" x2="7.4" y2="4.11" width="0.254" layer="21"/>
|
||||
<wire x1="7.4" y1="4.11" x2="-7.4" y2="4.11" width="0.254" layer="21"/>
|
||||
<wire x1="-7.4" y1="4.11" x2="-7.4" y2="-10.19" width="0.254" layer="21"/>
|
||||
<wire x1="-5.08" y1="-2.87" x2="-3.81" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="-3.81" y1="-8.72" x2="-2.54" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="-2.54" y1="-8.72" x2="-1.27" y2="-2.87" width="0.1524" layer="21"/>
|
||||
<wire x1="1.27" y1="-2.87" x2="2.54" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="2.54" y1="-8.72" x2="3.81" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="3.81" y1="-8.72" x2="5.08" y2="-2.87" width="0.1524" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.1" x2="-2.46" y2="0.9" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-2.46" y1="-1.1" x2="-2.46" y2="-0.1" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.4" x2="3.665" y2="-0.6" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.415" y1="0.9" x2="3.415" y2="-1.1" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.4" x2="4.165" y2="0.4" width="0.0508" layer="21" curve="-15.189287"/>
|
||||
<wire x1="3.415" y1="0.9" x2="4.175" y2="0.845" width="0.0508" layer="21" curve="-12.05913"/>
|
||||
<wire x1="3.415" y1="-1.1" x2="4.165" y2="-0.975" width="0.0508" layer="21" curve="18.422836"/>
|
||||
<wire x1="1.665" y1="-0.35" x2="1.665" y2="0.9" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="1.29" y1="0.025" x2="1.29" y2="0.4" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-3.835" y1="0.9" x2="-3.835" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.835" y1="-1.1" x2="-3.21" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-1.1" x2="-3.21" y2="-0.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.1" x2="-3.21" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.9" x2="-3.835" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.9" x2="-2.46" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.4" x2="-3.21" y2="-0.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.1" x2="-2.46" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.6" x2="-3.21" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-1.1" x2="-3.21" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.9" x2="-3.21" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="0.9" x2="-1.71" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="-1.1" x2="0.04" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-1.1" x2="0.04" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.6" x2="-1.085" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.6" x2="-1.085" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.35" x2="0.04" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.35" x2="0.04" y2="0.15" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.15" x2="-1.085" y2="0.15" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="0.15" x2="-1.085" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="0.4" x2="0.04" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.4" x2="0.04" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.9" x2="-1.71" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.9" x2="0.29" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="-1.1" x2="0.915" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-1.1" x2="0.915" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-0.35" x2="1.415" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="1.415" y1="-1.1" x2="2.165" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="2.165" y1="-1.1" x2="1.665" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.4" x2="0.915" y2="0.025" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.9" x2="1.665" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.4" x2="1.29" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.025" x2="1.29" y2="0.025" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.1" x2="4.165" y2="-0.1" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.1" x2="3.665" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="4.16" y1="0.4" x2="4.16" y2="0.845" width="0.0508" layer="21"/>
|
||||
<wire x1="4.165" y1="-0.1" x2="4.165" y2="-0.975" width="0.0508" layer="21"/>
|
||||
<pad name="2" x="-1" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="3" x="1" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="1" x="-3.5" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="4" x="3.5" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<text x="-7.62" y="5.08" size="1.27" layer="25">>NAME</text>
|
||||
<text x="9.144" y="-10.16" size="1.27" layer="27" rot="R90">>VALUE</text>
|
||||
<text x="-3.81" y="-2.04" size="0.4064" layer="21">E L E C T R O N I C S</text>
|
||||
<hole x="-6.57" y="0" drill="2.3"/>
|
||||
<hole x="6.57" y="0" drill="2.3"/>
|
||||
</package>
|
||||
<package name="PN61729">
|
||||
<description><b>USB connector</b></description>
|
||||
<wire x1="-5.9" y1="5.6" x2="-5.9" y2="-10.15" width="0.254" layer="21"/>
|
||||
<wire x1="-5.9" y1="-10.15" x2="5.9" y2="-10.15" width="0.254" layer="21"/>
|
||||
<wire x1="5.9" y1="-10.15" x2="5.9" y2="5.6" width="0.254" layer="21"/>
|
||||
<wire x1="5.9" y1="5.6" x2="-5.9" y2="5.6" width="0.254" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.27" x2="-2.46" y2="0.73" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-2.46" y1="-1.27" x2="-2.46" y2="-0.27" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.23" x2="3.665" y2="-0.77" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.415" y1="0.73" x2="3.415" y2="-1.27" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.23" x2="4.165" y2="0.23" width="0.0508" layer="21" curve="-15.189287"/>
|
||||
<wire x1="3.415" y1="0.73" x2="4.175" y2="0.675" width="0.0508" layer="21" curve="-12.05913"/>
|
||||
<wire x1="3.415" y1="-1.27" x2="4.165" y2="-1.145" width="0.0508" layer="21" curve="18.422836"/>
|
||||
<wire x1="1.665" y1="-0.52" x2="1.665" y2="0.73" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="1.29" y1="-0.145" x2="1.29" y2="0.23" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-3.835" y1="0.73" x2="-3.835" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.835" y1="-1.27" x2="-3.21" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-1.27" x2="-3.21" y2="-0.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.27" x2="-3.21" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.73" x2="-3.835" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.73" x2="-2.46" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.23" x2="-3.21" y2="-0.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.27" x2="-2.46" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.77" x2="-3.21" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-1.27" x2="-3.21" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.73" x2="-3.21" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="0.73" x2="-1.71" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="-1.27" x2="0.04" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-1.27" x2="0.04" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.77" x2="-1.085" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.77" x2="-1.085" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.52" x2="0.04" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.52" x2="0.04" y2="-0.02" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.02" x2="-1.085" y2="-0.02" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.02" x2="-1.085" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="0.23" x2="0.04" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.23" x2="0.04" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.73" x2="-1.71" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.73" x2="0.29" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="-1.27" x2="0.915" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-1.27" x2="0.915" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-0.52" x2="1.415" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="1.415" y1="-1.27" x2="2.165" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="2.165" y1="-1.27" x2="1.665" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.23" x2="0.915" y2="-0.145" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.73" x2="1.665" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.23" x2="1.29" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-0.145" x2="1.29" y2="-0.145" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.27" x2="4.165" y2="-0.27" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.27" x2="3.665" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="4.16" y1="0.23" x2="4.16" y2="0.675" width="0.0508" layer="21"/>
|
||||
<wire x1="4.165" y1="-0.27" x2="4.165" y2="-1.145" width="0.0508" layer="21"/>
|
||||
<pad name="1" x="1.25" y="4.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="2" x="-1.25" y="4.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="3" x="-1.25" y="2.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="4" x="1.25" y="2.71" drill="0.95" shape="octagon"/>
|
||||
<text x="-6.35" y="6.35" size="1.27" layer="25">>NAME</text>
|
||||
<text x="7.62" y="-8.89" size="1.27" layer="27" rot="R90">>VALUE</text>
|
||||
<text x="-3.81" y="-2.04" size="0.4064" layer="21">E L E C T R O N I C S</text>
|
||||
<hole x="-6.02" y="0" drill="2.3"/>
|
||||
<hole x="6.02" y="0" drill="2.3"/>
|
||||
</package>
|
||||
<package name="PN87520-S">
|
||||
<description><b>USB connector</b> with shield<p></description>
|
||||
<wire x1="-7.4" y1="-10.19" x2="7.4" y2="-10.19" width="0.254" layer="21"/>
|
||||
<wire x1="7.4" y1="-10.19" x2="7.4" y2="4.11" width="0.254" layer="21"/>
|
||||
<wire x1="7.4" y1="4.11" x2="-7.4" y2="4.11" width="0.254" layer="21"/>
|
||||
<wire x1="-7.4" y1="4.11" x2="-7.4" y2="-10.19" width="0.254" layer="21"/>
|
||||
<wire x1="-5.08" y1="-2.87" x2="-3.81" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="-3.81" y1="-8.72" x2="-2.54" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="-2.54" y1="-8.72" x2="-1.27" y2="-2.87" width="0.1524" layer="21"/>
|
||||
<wire x1="1.27" y1="-2.87" x2="2.54" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="2.54" y1="-8.72" x2="3.81" y2="-8.72" width="0.1524" layer="21"/>
|
||||
<wire x1="3.81" y1="-8.72" x2="5.08" y2="-2.87" width="0.1524" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.1" x2="-2.46" y2="0.9" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-2.46" y1="-1.1" x2="-2.46" y2="-0.1" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.4" x2="3.665" y2="-0.6" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.415" y1="0.9" x2="3.415" y2="-1.1" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.4" x2="4.165" y2="0.4" width="0.0508" layer="21" curve="-15.189287"/>
|
||||
<wire x1="3.415" y1="0.9" x2="4.175" y2="0.845" width="0.0508" layer="21" curve="-12.057134"/>
|
||||
<wire x1="3.415" y1="-1.1" x2="4.165" y2="-0.975" width="0.0508" layer="21" curve="18.422836"/>
|
||||
<wire x1="1.665" y1="-0.35" x2="1.665" y2="0.9" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="1.29" y1="0.025" x2="1.29" y2="0.4" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-3.835" y1="0.9" x2="-3.835" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.835" y1="-1.1" x2="-3.21" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-1.1" x2="-3.21" y2="-0.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.1" x2="-3.21" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.9" x2="-3.835" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.9" x2="-2.46" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.4" x2="-3.21" y2="-0.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.1" x2="-2.46" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.6" x2="-3.21" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-1.1" x2="-3.21" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.9" x2="-3.21" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="0.9" x2="-1.71" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="-1.1" x2="0.04" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-1.1" x2="0.04" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.6" x2="-1.085" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.6" x2="-1.085" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.35" x2="0.04" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.35" x2="0.04" y2="0.15" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.15" x2="-1.085" y2="0.15" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="0.15" x2="-1.085" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="0.4" x2="0.04" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.4" x2="0.04" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.9" x2="-1.71" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.9" x2="0.29" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="-1.1" x2="0.915" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-1.1" x2="0.915" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-0.35" x2="1.415" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="1.415" y1="-1.1" x2="2.165" y2="-1.1" width="0.0508" layer="21"/>
|
||||
<wire x1="2.165" y1="-1.1" x2="1.665" y2="-0.35" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.4" x2="0.915" y2="0.025" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.9" x2="1.665" y2="0.9" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.4" x2="1.29" y2="0.4" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.025" x2="1.29" y2="0.025" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.1" x2="4.165" y2="-0.1" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.1" x2="3.665" y2="-0.6" width="0.0508" layer="21"/>
|
||||
<wire x1="4.16" y1="0.4" x2="4.16" y2="0.845" width="0.0508" layer="21"/>
|
||||
<wire x1="4.165" y1="-0.1" x2="4.165" y2="-0.975" width="0.0508" layer="21"/>
|
||||
<pad name="2" x="-1" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="3" x="1" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="1" x="-3.5" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="4" x="3.5" y="2.71" drill="0.95" shape="long" rot="R90"/>
|
||||
<pad name="S1" x="-6.57" y="0" drill="2.3" diameter="2.9"/>
|
||||
<pad name="S2" x="6.57" y="0" drill="2.3" diameter="2.9" rot="R180"/>
|
||||
<text x="-7.62" y="5.08" size="1.27" layer="25">>NAME</text>
|
||||
<text x="9.144" y="-10.16" size="1.27" layer="27" rot="R90">>VALUE</text>
|
||||
<text x="-3.81" y="-2.04" size="0.4064" layer="21">E L E C T R O N I C S</text>
|
||||
</package>
|
||||
<package name="PN61729-S">
|
||||
<description><b>USB connector</b> with shield<p></description>
|
||||
<wire x1="-5.9" y1="5.6" x2="-5.9" y2="-10.15" width="0.254" layer="51"/>
|
||||
<wire x1="-5.9" y1="-10.15" x2="5.9" y2="-10.15" width="0.254" layer="21"/>
|
||||
<wire x1="5.9" y1="-10.15" x2="5.9" y2="5.6" width="0.254" layer="51"/>
|
||||
<wire x1="5.9" y1="5.6" x2="-5.9" y2="5.6" width="0.254" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.27" x2="-2.46" y2="0.73" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-2.46" y1="-1.27" x2="-2.46" y2="-0.27" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.23" x2="3.665" y2="-0.77" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.415" y1="0.73" x2="3.415" y2="-1.27" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="3.665" y1="0.23" x2="4.165" y2="0.23" width="0.0508" layer="21" curve="-15.189287"/>
|
||||
<wire x1="3.415" y1="0.73" x2="4.175" y2="0.675" width="0.0508" layer="21" curve="-12.057134"/>
|
||||
<wire x1="3.415" y1="-1.27" x2="4.165" y2="-1.145" width="0.0508" layer="21" curve="18.422836"/>
|
||||
<wire x1="1.665" y1="-0.52" x2="1.665" y2="0.73" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="1.29" y1="-0.145" x2="1.29" y2="0.23" width="0.0508" layer="21" curve="180"/>
|
||||
<wire x1="-3.835" y1="0.73" x2="-3.835" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.835" y1="-1.27" x2="-3.21" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-1.27" x2="-3.21" y2="-0.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.27" x2="-3.21" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.73" x2="-3.835" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="0.73" x2="-2.46" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.23" x2="-3.21" y2="-0.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-3.21" y1="-0.27" x2="-2.46" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-0.77" x2="-3.21" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="-1.27" x2="-3.21" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-2.46" y1="0.73" x2="-3.21" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="0.73" x2="-1.71" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.71" y1="-1.27" x2="0.04" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-1.27" x2="0.04" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.77" x2="-1.085" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.77" x2="-1.085" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.52" x2="0.04" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.52" x2="0.04" y2="-0.02" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="-0.02" x2="-1.085" y2="-0.02" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="-0.02" x2="-1.085" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="-1.085" y1="0.23" x2="0.04" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.23" x2="0.04" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="0.04" y1="0.73" x2="-1.71" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.73" x2="0.29" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="-1.27" x2="0.915" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-1.27" x2="0.915" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-0.52" x2="1.415" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="1.415" y1="-1.27" x2="2.165" y2="-1.27" width="0.0508" layer="21"/>
|
||||
<wire x1="2.165" y1="-1.27" x2="1.665" y2="-0.52" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.23" x2="0.915" y2="-0.145" width="0.0508" layer="21"/>
|
||||
<wire x1="0.29" y1="0.73" x2="1.665" y2="0.73" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="0.23" x2="1.29" y2="0.23" width="0.0508" layer="21"/>
|
||||
<wire x1="0.915" y1="-0.145" x2="1.29" y2="-0.145" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.27" x2="4.165" y2="-0.27" width="0.0508" layer="21"/>
|
||||
<wire x1="3.665" y1="-0.27" x2="3.665" y2="-0.77" width="0.0508" layer="21"/>
|
||||
<wire x1="4.16" y1="0.23" x2="4.16" y2="0.675" width="0.0508" layer="21"/>
|
||||
<wire x1="4.165" y1="-0.27" x2="4.165" y2="-1.145" width="0.0508" layer="21"/>
|
||||
<wire x1="-5.9" y1="-2.02" x2="-5.9" y2="-10.15" width="0.254" layer="21"/>
|
||||
<wire x1="5.9" y1="1.915" x2="5.9" y2="5.6" width="0.254" layer="21"/>
|
||||
<wire x1="-5.9" y1="5.6" x2="-5.9" y2="1.915" width="0.254" layer="21"/>
|
||||
<wire x1="5.9" y1="-10.15" x2="5.9" y2="-2.02" width="0.254" layer="21"/>
|
||||
<pad name="1" x="1.25" y="4.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="2" x="-1.25" y="4.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="3" x="-1.25" y="2.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="4" x="1.25" y="2.71" drill="0.95" shape="octagon"/>
|
||||
<pad name="S1" x="-6.02" y="0" drill="2.3" diameter="2.9"/>
|
||||
<pad name="S2" x="6.02" y="0" drill="2.3" diameter="2.9"/>
|
||||
<text x="-6.35" y="6.35" size="1.27" layer="25">>NAME</text>
|
||||
<text x="7.62" y="-8.89" size="1.27" layer="27" rot="R90">>VALUE</text>
|
||||
<text x="-3.81" y="-2.04" size="0.4064" layer="21">E L E C T R O N I C S</text>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="J11">
|
||||
<wire x1="0" y1="7.62" x2="0" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="-5.08" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="7.62" x2="5.08" y2="7.62" width="0.254" layer="94"/>
|
||||
<text x="0" y="8.89" size="1.778" layer="95">>NAME</text>
|
||||
<text x="0" y="-7.62" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="5.08" y="-2.54" size="2.54" layer="94" rot="R90">USB</text>
|
||||
<pin name="1" x="-2.54" y="5.08" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="2" x="-2.54" y="2.54" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="3" x="-2.54" y="0" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="4" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas"/>
|
||||
</symbol>
|
||||
<symbol name="USB-SHIELD">
|
||||
<wire x1="0" y1="7.62" x2="0" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="-5.08" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="7.62" x2="5.08" y2="7.62" width="0.254" layer="94"/>
|
||||
<wire x1="2.54" y1="-10.16" x2="2.54" y2="-9.398" width="0.1524" layer="94"/>
|
||||
<wire x1="2.54" y1="-8.89" x2="2.54" y2="-8.128" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="-5.334" x2="6.35" y2="-4.572" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="-4.064" x2="6.35" y2="-3.302" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="-2.794" x2="6.35" y2="-2.032" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="-1.524" x2="6.35" y2="-0.762" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="-0.254" x2="6.35" y2="0.508" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="1.016" x2="6.35" y2="1.778" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="2.286" x2="6.35" y2="3.048" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="3.556" x2="6.35" y2="4.318" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="4.826" x2="6.35" y2="5.588" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="6.096" x2="6.35" y2="6.858" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="7.366" x2="6.35" y2="8.128" width="0.1524" layer="94"/>
|
||||
<wire x1="6.35" y1="8.382" x2="5.588" y2="8.382" width="0.1524" layer="94"/>
|
||||
<wire x1="5.08" y1="8.382" x2="4.318" y2="8.382" width="0.1524" layer="94"/>
|
||||
<wire x1="3.81" y1="8.382" x2="3.048" y2="8.382" width="0.1524" layer="94"/>
|
||||
<wire x1="2.54" y1="8.382" x2="1.778" y2="8.382" width="0.1524" layer="94"/>
|
||||
<wire x1="2.54" y1="-7.112" x2="2.54" y2="-6.35" width="0.1524" layer="94"/>
|
||||
<wire x1="3.556" y1="-5.842" x2="2.794" y2="-5.842" width="0.1524" layer="94"/>
|
||||
<wire x1="4.826" y1="-5.842" x2="4.064" y2="-5.842" width="0.1524" layer="94"/>
|
||||
<wire x1="6.096" y1="-5.842" x2="5.334" y2="-5.842" width="0.1524" layer="94"/>
|
||||
<text x="0" y="8.89" size="1.778" layer="95">>NAME</text>
|
||||
<text x="0" y="-12.7" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="5.08" y="-2.54" size="2.54" layer="94" rot="R90">USB</text>
|
||||
<pin name="1" x="-2.54" y="5.08" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="2" x="-2.54" y="2.54" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="3" x="-2.54" y="0" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="4" x="-2.54" y="-2.54" visible="pad" length="short" direction="pas"/>
|
||||
<pin name="S1" x="0" y="-7.62" visible="off" length="short" direction="pas"/>
|
||||
<pin name="S2" x="0" y="-10.16" visible="off" length="short" direction="pas"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="PN87520" prefix="X" uservalue="yes">
|
||||
<description><b>BERG</b> USB connector</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="J11" x="-2.54" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="PN87520">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="MF" value="" constant="no"/>
|
||||
<attribute name="MPN" value="" constant="no"/>
|
||||
<attribute name="OC_FARNELL" value="unknown" constant="no"/>
|
||||
<attribute name="OC_NEWARK" value="unknown" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="PN61729" prefix="X" uservalue="yes">
|
||||
<description><b>BERG</b> USB connector</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="J11" x="-2.54" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="PN61729">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="MF" value="" constant="no"/>
|
||||
<attribute name="MPN" value="" constant="no"/>
|
||||
<attribute name="OC_FARNELL" value="unknown" constant="no"/>
|
||||
<attribute name="OC_NEWARK" value="unknown" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="PN61729-S" prefix="X">
|
||||
<description><b>BERG</b> USB connector</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="USB-SHIELD" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="PN61729-S">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
<connect gate="G$1" pin="S1" pad="S1"/>
|
||||
<connect gate="G$1" pin="S2" pad="S2"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="MF" value="" constant="no"/>
|
||||
<attribute name="MPN" value="" constant="no"/>
|
||||
<attribute name="OC_FARNELL" value="unknown" constant="no"/>
|
||||
<attribute name="OC_NEWARK" value="unknown" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="PN87520-S" prefix="X">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="USB-SHIELD" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="PN87520-S">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
<connect gate="G$1" pin="S1" pad="S1"/>
|
||||
<connect gate="G$1" pin="S2" pad="S2"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="MF" value="" constant="no"/>
|
||||
<attribute name="MPN" value="" constant="no"/>
|
||||
<attribute name="OC_FARNELL" value="unknown" constant="no"/>
|
||||
<attribute name="OC_NEWARK" value="unknown" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
BIN
ARDUINO/f3188-master/diode.lbr
Executable file
358
ARDUINO/f3188-master/eagle.epf
Executable file
@ -0,0 +1,358 @@
|
||||
[Eagle]
|
||||
Version="07 03 00"
|
||||
Platform="Windows"
|
||||
Serial="62191E841E-LSR-WLM-1EL"
|
||||
Globals="Globals"
|
||||
Desktop="Desktop"
|
||||
|
||||
[Globals]
|
||||
AutoSaveProject=1
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/19inch.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/40xx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/41xx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/45xx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/74ac-logic.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/74ttl-din.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/74xx-eu.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/74xx-little-de.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/74xx-little-us.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/74xx-us.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/751xx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/IQD-Frequency-Products.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/advanced-test-technologies.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/agilent-technologies.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/allegro.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/altera-cyclone-II.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/altera-cyclone-III.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/altera-stratix-iv.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/altera.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/am29-memory.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/amd-mach.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/amd.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/amis.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/analog-devices.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/aplus.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ase.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/atmel.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/austriamicrosystems.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/avago.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/axis.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/battery.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/belton-engineering.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/burr-brown.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/busbar.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/buzzer.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/c-trimm.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/california-micro-devices.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/capacitor-wima.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/chipcard-siemens.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/cirrus-logic.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-3m.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-4ucon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp-champ.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp-micromatch.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp-mt.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp-mt6.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp-quick.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp-te.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-amphenol.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-avx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-berg.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-bosch.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-chipcard-iso7816.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-coax.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-commcon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-conrad.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-cpci.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-cui.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-cypressindustries.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-deutsch.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-dil.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-ebyelectro.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-elco.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-erni.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-faston.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-fci.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-friwo.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-garry.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-harting-h.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-harting-ml.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-harting-v.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-harting.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-hirose.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-hirschmann.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-jack.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-jae.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-jst.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-kycon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-kyocera-elco.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-lemo.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-leotronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-lsta.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-lstb.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-lumberg.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-ml.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-molex.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-neutrik_ag.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-omron.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-panasonic.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-panduit.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-pc.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-pc104.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-254.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-3.81.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-350.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-500.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-508.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-762.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-me_max.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-mkds_5.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-phoenix-smkdsp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-ptr500.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-pulse.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-rib.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-samtec.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-shallin.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-shiua-chyuan.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-stewart.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-stocko.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-subd.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-sullinselectronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-thomas-betts.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-tyco.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-tycoelectronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-vg.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-wago-500.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-wago-508.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-wago.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-wago255.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-weidmueller-sl35.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-wenzhou-yihua.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-xmultiple.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/con-yamaichi.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/crystal.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/csr.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/cypress.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/davicom.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/dc-dc-converter.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/dimensions.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/diode.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/discrete.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/display-hp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/display-kingbright.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/display-lcd.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/docu-dummy.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/eagle-ltspice.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ecl.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/em-microelectronic.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/etx-board.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/exar.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fairchild-semic.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/farnell.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fiber-optic-hp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fiber-optic-siemens.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fifo.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/flexipanel.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fox-electronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/frames.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/freescale.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ftdichip.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fujitsu.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/fuse.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/gennum.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/halo-electronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/heatsink.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/holes.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/holtek.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ic-package.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/inductor-coilcraft.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/inductor-neosid.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/inductor-nkl.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/inductors.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/infineon-tricore.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/infineon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/intersil-techwell.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/intersil.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ir.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/isd.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/johanson-technology.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/jump-0r-smd.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/jumper.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lantronix.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lattice.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lc-filter.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/led-7-segment.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/led-citizen-electronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/led-lumiled.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/led.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lem.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/linear-technology.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/linear.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/linx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/logo.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lprs.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lsi-computer-systems.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/lumiled.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/marks.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/maxim.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/maxstream.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/melexis.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-hitachi.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-idt.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-micron.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-motorola-dram.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-nec.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-samsung.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory-sram.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/memory.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/mems.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micrel.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-cyrod.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-fujitsu.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-harris.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-hitachi.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-infineon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-intel.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-mc68000.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-motorola.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-philips.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-renesas.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-samsung.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micro-siemens.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/microchip.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micron.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/micronas.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/microphon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/microwave.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/midori-sensor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/minicircuits.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/mitsubishi-semiconductor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/motorola-sensor-driver.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/murata-filter.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/murata-sensor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/nanotec.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/national-instruments.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/national-semiconductor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/nec-lqfp100-pack.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/nec.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/nrj-semiconductor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/omnivision.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/on-semiconductor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-honeywell-3000.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-honeywell-4000.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-honeywell.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-micro-linear.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-trans-siemens.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-transmittter-hp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/opto-vishay.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/optocoupler.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/pal.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/philips-semiconductors.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/photo-elements.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/piher.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/pinhead.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/plcc-socket.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/pld-intel.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/plxtech.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/pot-vitrohm.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/pot-xicor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/pot.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ptc-ntc.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/quantum-research-group.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/rcl.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/recom-international.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/rectifier.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ref-packages-longpad.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/ref-packages.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/relay.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/renesas.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-bourns.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-dil.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-net.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-power.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-ruf.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-shunt.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor-sil.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/resistor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/rf-micro-devices.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/rf-solutions.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/rohm.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/roundsolutions.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/semicon-smd-ipc.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/sensor-comus-group.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/sensor-heraeus.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/sensor-infratec.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/sharp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/silabs.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/sim-technology.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/sipex.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/smd-ipc.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/smd-special.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/solomon-systech.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/solpad.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/speaker.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/special-drill.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/special.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/st-microelectronics.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/stm32xx.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/supertex.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/supply1.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/supply2.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-alps.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-coto.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-dil.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-misc.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-omron.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-raychem.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch-reed.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/switch.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/telcom.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/telecontrolli.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/telefunken.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/testpad.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/texas-sn55-sn75.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/texas.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/toshiba.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/traco-electronic.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/trafo-bei.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/trafo-hammondmfg.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/trafo-siemens.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/trafo-xicon.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/trafo.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transformer-pulse.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor-fet.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor-neu-to92.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor-npn.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor-pnp.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor-power.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor-small-signal.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/transistor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/triac.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/trimble.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/tripas.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/u-blox.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/uln-udn.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/v-reg-micrel.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/v-reg.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/varistor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/wafer-scale-psd.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/wirepad.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/xicor.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/xilinx-virtex-v5.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/xilinx-xc18v.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/xilinx-xc9.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/xilinx-xcv.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/zetex.lbr"
|
||||
UsedLibrary="C:/EAGLE-7.3.0/lbr/zilog.lbr"
|
||||
UsedLibrary="f3188.lbr"
|
||||
|
||||
[Win_1]
|
||||
Type="Control Panel"
|
||||
Loc="397 231 1453 935"
|
||||
State=2
|
||||
Number=0
|
||||
|
||||
[Desktop]
|
||||
Screen="5760 1200"
|
||||
Window="Win_1"
|
||||
BIN
ARDUINO/f3188-master/f-3188-fix-1.zip
Executable file
BIN
ARDUINO/f3188-master/f-3188-fix-2.zip
Executable file
BIN
ARDUINO/f3188-master/f-3188.zip
Executable file
BIN
ARDUINO/f3188-master/f-3188_bad.zip
Executable file
236
ARDUINO/f3188-master/f3188.l#1
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="mm" unit="mm" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.9" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.8" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.7" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.6" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.5" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.4" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.3" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.2" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1.1" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.1" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.2" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.3" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.4" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.5" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.6" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.7" dx="1.27" dy="0.6" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MISO/PIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CSB/PIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/PIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MOSI/PIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="UART_TX/PIO1" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="UART_RX/PIO0" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10/QSPI_FLASH_CLK" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11/QSPI_IO_0" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12/QSPI_FLASH_CS" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13/QSPI_IO_1" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9/UART_CTS" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8/UART_RTS" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="PIO10/QSPI_FLASH_CLK" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11/QSPI_IO_0" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12/QSPI_FLASH_CS" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13/QSPI_IO_1" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8/UART_RTS" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9/UART_CTS" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/PIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_CSB/PIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="SPI_MISO/PIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="SPI_MOSI/PIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="UART_RX/PIO0" pad="P$11"/>
|
||||
<connect gate="G$1" pin="UART_TX/PIO1" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#2
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="mm" unit="mm" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MISO/PIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CSB/PIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/PIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MOSI/PIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="UART_TX/PIO1" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="UART_RX/PIO0" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10/QSPI_FLASH_CLK" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11/QSPI_IO_0" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12/QSPI_FLASH_CS" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13/QSPI_IO_1" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9/UART_CTS" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8/UART_RTS" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="PIO10/QSPI_FLASH_CLK" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11/QSPI_IO_0" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12/QSPI_FLASH_CS" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13/QSPI_IO_1" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8/UART_RTS" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9/UART_CTS" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/PIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_CSB/PIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="SPI_MISO/PIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="SPI_MOSI/PIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="UART_RX/PIO0" pad="P$11"/>
|
||||
<connect gate="G$1" pin="UART_TX/PIO1" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#3
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MISO/PIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CSB/PIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/PIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MOSI/PIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="UART_TX/PIO1" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="UART_RX/PIO0" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10/QSPI_FLASH_CLK" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11/QSPI_IO_0" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12/QSPI_FLASH_CS" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13/QSPI_IO_1" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9/UART_CTS" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8/UART_RTS" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="PIO10/QSPI_FLASH_CLK" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11/QSPI_IO_0" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12/QSPI_FLASH_CS" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13/QSPI_IO_1" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8/UART_RTS" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9/UART_CTS" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/PIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_CSB/PIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="SPI_MISO/PIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="SPI_MOSI/PIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="UART_RX/PIO0" pad="P$11"/>
|
||||
<connect gate="G$1" pin="UART_TX/PIO1" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#4
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MISO/PIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CSB/PIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/PIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MOSI/PIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="UART_TX/PIO1" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="UART_RX/PIO0" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10/QSPI_FLASH_CLK" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11/QSPI_IO_0" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12/QSPI_FLASH_CS" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13/QSPI_IO_1" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="PIO10/QSPI_FLASH_CLK" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11/QSPI_IO_0" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12/QSPI_FLASH_CS" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13/QSPI_IO_1" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/PIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_CSB/PIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="SPI_MISO/PIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="SPI_MOSI/PIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="UART_RX/PIO0" pad="P$11"/>
|
||||
<connect gate="G$1" pin="UART_TX/PIO1" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#5
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MISO/PIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CSB/PIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/PIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MOSI/PIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="UART_TX/PIO1" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="UART_RX/PIO0" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="PIO10" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/PIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_CSB/PIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="SPI_MISO/PIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="SPI_MOSI/PIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="UART_RX/PIO0" pad="P$11"/>
|
||||
<connect gate="G$1" pin="UART_TX/PIO1" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#6
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="MISO/AIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="CSB/AIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/AIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="MOSI/AIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="TX" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="RX" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="CSB/AIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="MISO/AIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="MOSI/AIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="PIO10" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="RX" pad="P$11"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/AIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="TX" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#7
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="MISO" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="CSB" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="MOSI" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="TX" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="RX" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="CSB" pad="P$6"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="MISO" pad="P$5"/>
|
||||
<connect gate="G$1" pin="MOSI" pad="P$8"/>
|
||||
<connect gate="G$1" pin="PIO10" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="RX" pad="P$11"/>
|
||||
<connect gate="G$1" pin="SPI_CLK" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="TX" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#8
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" length="middle"/>
|
||||
<pin name="MISO" x="-35.56" y="20.32" length="middle"/>
|
||||
<pin name="CSB" x="-35.56" y="15.24" length="middle"/>
|
||||
<pin name="SPI_CLK" x="-35.56" y="10.16" length="middle"/>
|
||||
<pin name="MOSI" x="-35.56" y="5.08" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" length="middle"/>
|
||||
<pin name="TX" x="-35.56" y="-5.08" length="middle"/>
|
||||
<pin name="RX" x="-35.56" y="-10.16" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO10" x="-10.16" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO11" x="-5.08" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO12" x="0" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO13" x="5.08" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO9" x="20.32" y="-50.8" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" length="middle" rot="R180"/>
|
||||
<pin name="PIO8" x="35.56" y="-30.48" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="CSB" pad="P$6"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="MISO" pad="P$5"/>
|
||||
<connect gate="G$1" pin="MOSI" pad="P$8"/>
|
||||
<connect gate="G$1" pin="PIO10" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="RX" pad="P$11"/>
|
||||
<connect gate="G$1" pin="SPI_CLK" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="TX" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.l#9
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<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="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.8" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.2" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.4" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.6" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7" dx="1.27" dy="0.8" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.8" dx="1.27" dy="0.8" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" length="middle"/>
|
||||
<pin name="MISO" x="-35.56" y="20.32" length="middle"/>
|
||||
<pin name="CSB" x="-35.56" y="15.24" length="middle"/>
|
||||
<pin name="SPI_CLK" x="-35.56" y="10.16" length="middle"/>
|
||||
<pin name="MOSI" x="-35.56" y="5.08" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" length="middle"/>
|
||||
<pin name="TX" x="-35.56" y="-5.08" length="middle"/>
|
||||
<pin name="RX" x="-35.56" y="-10.16" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO10" x="-10.16" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO11" x="-5.08" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO12" x="0" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO13" x="5.08" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" length="middle" rot="R90"/>
|
||||
<pin name="PIO9" x="20.32" y="-50.8" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" length="middle" rot="R180"/>
|
||||
<pin name="PIO8" x="35.56" y="-30.48" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="CSB" pad="P$6"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="MISO" pad="P$5"/>
|
||||
<connect gate="G$1" pin="MOSI" pad="P$8"/>
|
||||
<connect gate="G$1" pin="PIO10" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="RX" pad="P$11"/>
|
||||
<connect gate="G$1" pin="SPI_CLK" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="TX" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||
236
ARDUINO/f3188-master/f3188.lbr
Executable file
@ -0,0 +1,236 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="mm" unit="mm" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" 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="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="yes" active="yes"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" 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="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<packages>
|
||||
<package name="F3188">
|
||||
<wire x1="-6.5" y1="-11.9" x2="-6.5" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="-6.5" y1="14.3" x2="7" y2="14.3" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="14.3" x2="7" y2="-11.9" width="0.127" layer="21"/>
|
||||
<wire x1="7" y1="-11.9" x2="-6.5" y2="-11.9" width="0.127" layer="21"/>
|
||||
<smd name="P$18" x="-4.5" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$19" x="-3.3" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$20" x="-2.1" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$21" x="-0.9" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$22" x="0.3" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$23" x="1.5" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$24" x="2.7" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$25" x="3.9" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$26" x="5.1" y="-11.9" dx="1.27" dy="0.6" layer="1" rot="R90"/>
|
||||
<smd name="P$17" x="-6.5" y="-9.9" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$16" x="-6.5" y="-8.7875" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$15" x="-6.5" y="-7.675" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$14" x="-6.5" y="-6.5625" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$13" x="-6.5" y="-5.45" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$12" x="-6.5" y="-4.3375" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$11" x="-6.5" y="-3.225" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$10" x="-6.5" y="-2.1125" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$9" x="-6.5" y="-1" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$8" x="-6.5" y="0.1125" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$7" x="-6.5" y="1.225" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$6" x="-6.5" y="2.3375" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$5" x="-6.5" y="3.45" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$4" x="-6.5" y="4.5625" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$3" x="-6.5" y="5.675" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$2" x="-6.5" y="6.7875" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$1" x="-6.5" y="7.9" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$27" x="7" y="-9.9" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$28" x="7" y="-8.7875" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$29" x="7" y="-7.675" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$30" x="7" y="-6.5625" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$31" x="7" y="-5.45" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$32" x="7" y="-4.3375" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$33" x="7" y="-3.225" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$34" x="7" y="-2.1125" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$35" x="7" y="-1" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$36" x="7" y="0.1125" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$37" x="7" y="1.225" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$38" x="7" y="2.3375" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$39" x="7" y="3.45" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$40" x="7" y="4.5625" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$41" x="7" y="5.675" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$42" x="7" y="6.7875" dx="1.27" dy="0.6" layer="1"/>
|
||||
<smd name="P$43" x="7" y="7.9" dx="1.27" dy="0.6" layer="1"/>
|
||||
<wire x1="5.9" y1="13.3" x2="2.6" y2="13.3" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="13.3" x2="2.6" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="2.6" y1="11.5" x2="1.7" y2="11.5" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="11.5" x2="1.7" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="1.7" y1="13.2" x2="0.8" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="13.2" x2="0.8" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0.8" y1="11.2" x2="0" y2="11.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="11.2" x2="0" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="0" y1="13.2" x2="-1" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="13.2" x2="-1" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-1" y1="10.6" x2="-2" y2="10.6" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="10.6" x2="-2" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-2" y1="13.2" x2="-3.3" y2="13.2" width="0.127" layer="22"/>
|
||||
<wire x1="-3.3" y1="13.2" x2="-3.3" y2="9.4" width="0.127" layer="22"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="F3188">
|
||||
<pin name="LED2" x="-35.56" y="40.64" visible="pin" length="middle"/>
|
||||
<pin name="LED1" x="-35.56" y="35.56" visible="pin" length="middle"/>
|
||||
<pin name="LED0" x="-35.56" y="30.48" visible="pin" length="middle"/>
|
||||
<pin name="AIO0" x="-35.56" y="25.4" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MISO/PIO3" x="-35.56" y="20.32" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CSB/PIO4" x="-35.56" y="15.24" visible="pin" length="middle"/>
|
||||
<pin name="SPI_CLK/PIO5" x="-35.56" y="10.16" visible="pin" length="middle"/>
|
||||
<pin name="SPI_MOSI/PIO2" x="-35.56" y="5.08" visible="pin" length="middle"/>
|
||||
<pin name="SPI_PCM" x="-35.56" y="0" visible="pin" length="middle"/>
|
||||
<pin name="UART_TX/PIO1" x="-35.56" y="-5.08" visible="pin" length="middle"/>
|
||||
<pin name="UART_RX/PIO0" x="-35.56" y="-10.16" visible="pin" length="middle"/>
|
||||
<pin name="VBUS" x="-35.56" y="-15.24" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="RST#" x="-35.56" y="-20.32" visible="pin" length="middle"/>
|
||||
<pin name="BAT" x="-35.56" y="-25.4" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="POWER_EN" x="-35.56" y="-30.48" visible="pin" length="middle"/>
|
||||
<pin name="VBUS_1.8V" x="-35.56" y="-35.56" visible="pin" length="middle" direction="pwr"/>
|
||||
<pin name="GND" x="-35.56" y="-40.64" visible="pin" length="middle" direction="pwr"/>
|
||||
<wire x1="-30.48" y1="45.72" x2="-30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<wire x1="-30.48" y1="-45.72" x2="30.48" y2="-45.72" width="0.254" layer="94"/>
|
||||
<pin name="CHG_EXT" x="-20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="BAT_SENSE" x="-15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO10/QSPI_FLASH_CLK" x="-10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO11/QSPI_IO_0" x="-5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO12/QSPI_FLASH_CS" x="0" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO13/QSPI_IO_1" x="5.08" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_N" x="10.16" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="USB_P" x="15.24" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<pin name="PIO9/UART_CTS" x="20.32" y="-50.8" visible="pin" length="middle" rot="R90"/>
|
||||
<wire x1="30.48" y1="-45.72" x2="30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<wire x1="30.48" y1="45.72" x2="-30.48" y2="45.72" width="0.254" layer="94"/>
|
||||
<pin name="PIO6" x="35.56" y="-40.64" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO7" x="35.56" y="-35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO8/UART_RTS" x="35.56" y="-30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO18" x="35.56" y="-25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO19" x="35.56" y="-20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO20" x="35.56" y="-15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="PIO21" x="35.56" y="-10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BIAS" x="35.56" y="-5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AN" x="35.56" y="0" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_AP" x="35.56" y="5.08" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BN" x="35.56" y="10.16" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="MIC_BP" x="35.56" y="15.24" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_N1" x="35.56" y="20.32" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_R_P1" x="35.56" y="25.4" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_N1" x="35.56" y="30.48" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="SPK_L_P1" x="35.56" y="35.56" visible="pin" length="middle" rot="R180"/>
|
||||
<pin name="RFOUT" x="35.56" y="40.64" visible="pin" length="middle" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="F3188">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="F3188" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="F3188">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="AIO0" pad="P$4"/>
|
||||
<connect gate="G$1" pin="BAT" pad="P$14"/>
|
||||
<connect gate="G$1" pin="BAT_SENSE" pad="P$19"/>
|
||||
<connect gate="G$1" pin="CHG_EXT" pad="P$18"/>
|
||||
<connect gate="G$1" pin="GND" pad="P$17"/>
|
||||
<connect gate="G$1" pin="LED0" pad="P$3"/>
|
||||
<connect gate="G$1" pin="LED1" pad="P$2"/>
|
||||
<connect gate="G$1" pin="LED2" pad="P$1"/>
|
||||
<connect gate="G$1" pin="MIC_AN" pad="P$35"/>
|
||||
<connect gate="G$1" pin="MIC_AP" pad="P$36"/>
|
||||
<connect gate="G$1" pin="MIC_BIAS" pad="P$34"/>
|
||||
<connect gate="G$1" pin="MIC_BN" pad="P$37"/>
|
||||
<connect gate="G$1" pin="MIC_BP" pad="P$38"/>
|
||||
<connect gate="G$1" pin="PIO10/QSPI_FLASH_CLK" pad="P$20"/>
|
||||
<connect gate="G$1" pin="PIO11/QSPI_IO_0" pad="P$21"/>
|
||||
<connect gate="G$1" pin="PIO12/QSPI_FLASH_CS" pad="P$22"/>
|
||||
<connect gate="G$1" pin="PIO13/QSPI_IO_1" pad="P$23"/>
|
||||
<connect gate="G$1" pin="PIO18" pad="P$30"/>
|
||||
<connect gate="G$1" pin="PIO19" pad="P$31"/>
|
||||
<connect gate="G$1" pin="PIO20" pad="P$32"/>
|
||||
<connect gate="G$1" pin="PIO21" pad="P$33"/>
|
||||
<connect gate="G$1" pin="PIO6" pad="P$27"/>
|
||||
<connect gate="G$1" pin="PIO7" pad="P$28"/>
|
||||
<connect gate="G$1" pin="PIO8/UART_RTS" pad="P$29"/>
|
||||
<connect gate="G$1" pin="PIO9/UART_CTS" pad="P$26"/>
|
||||
<connect gate="G$1" pin="POWER_EN" pad="P$15"/>
|
||||
<connect gate="G$1" pin="RFOUT" pad="P$43"/>
|
||||
<connect gate="G$1" pin="RST#" pad="P$13"/>
|
||||
<connect gate="G$1" pin="SPI_CLK/PIO5" pad="P$7"/>
|
||||
<connect gate="G$1" pin="SPI_CSB/PIO4" pad="P$6"/>
|
||||
<connect gate="G$1" pin="SPI_MISO/PIO3" pad="P$5"/>
|
||||
<connect gate="G$1" pin="SPI_MOSI/PIO2" pad="P$8"/>
|
||||
<connect gate="G$1" pin="SPI_PCM" pad="P$9"/>
|
||||
<connect gate="G$1" pin="SPK_L_N1" pad="P$41"/>
|
||||
<connect gate="G$1" pin="SPK_L_P1" pad="P$42"/>
|
||||
<connect gate="G$1" pin="SPK_R_N1" pad="P$39"/>
|
||||
<connect gate="G$1" pin="SPK_R_P1" pad="P$40"/>
|
||||
<connect gate="G$1" pin="UART_RX/PIO0" pad="P$11"/>
|
||||
<connect gate="G$1" pin="UART_TX/PIO1" pad="P$10"/>
|
||||
<connect gate="G$1" pin="USB_N" pad="P$24"/>
|
||||
<connect gate="G$1" pin="USB_P" pad="P$25"/>
|
||||
<connect gate="G$1" pin="VBUS" pad="P$12"/>
|
||||
<connect gate="G$1" pin="VBUS_1.8V" pad="P$16"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
||||