mirror of
				https://github.com/dekuNukem/exixe.git
				synced 2025-10-24 11:11:04 -07:00 
			
		
		
		
	working on pogo board
This commit is contained in:
		| @@ -1,56 +0,0 @@ | ||||
| #MicroXplorer Configuration settings - do not modify | ||||
| File.Version=6 | ||||
| KeepUserPlacement=false | ||||
| Mcu.Family=STM32F0 | ||||
| Mcu.IP0=NVIC | ||||
| Mcu.IP1=RCC | ||||
| Mcu.IP2=SPI1 | ||||
| Mcu.IP3=SYS | ||||
| Mcu.IPNb=4 | ||||
| Mcu.Name=STM32F030F4Px | ||||
| Mcu.Package=TSSOP20 | ||||
| Mcu.Pin0=PA4 | ||||
| Mcu.Pin1=PA5 | ||||
| Mcu.Pin2=PA6 | ||||
| Mcu.Pin3=PA7 | ||||
| Mcu.Pin4=VP_SYS_VS_Systick | ||||
| Mcu.PinsNb=5 | ||||
| Mcu.UserConstants= | ||||
| Mcu.UserName=STM32F030F4Px | ||||
| MxCube.Version=4.22.1 | ||||
| MxDb.Version=DB.4.0.221 | ||||
| NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.SVC_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| PA4.GPIOParameters=GPIO_Label | ||||
| PA4.GPIO_Label=SPI1_CS | ||||
| PA4.Locked=true | ||||
| PA4.Signal=GPIO_Output | ||||
| PA5.Mode=Full_Duplex_Master | ||||
| PA5.Signal=SPI1_SCK | ||||
| PA6.Mode=Full_Duplex_Master | ||||
| PA6.Signal=SPI1_MISO | ||||
| PA7.Mode=Full_Duplex_Master | ||||
| PA7.Signal=SPI1_MOSI | ||||
| PCC.Checker=false | ||||
| PCC.Line=STM32F0x0 Value Line | ||||
| PCC.MCU=STM32F030F4Px | ||||
| PCC.PartNumber=STM32F030F4Px | ||||
| PCC.Seq0=0 | ||||
| PCC.Series=STM32F0 | ||||
| PCC.Temperature=25 | ||||
| PCC.Vdd=3.6 | ||||
| PinOutPanel.RotationAngle=0 | ||||
| RCC.FamilyName=M | ||||
| RCC.IPParameters=FamilyName,PLLCLKFreq_Value,TimSysFreq_Value | ||||
| RCC.PLLCLKFreq_Value=8000000 | ||||
| RCC.TimSysFreq_Value=8000000 | ||||
| SPI1.CalculateBaudRate=4.0 MBits/s | ||||
| SPI1.Direction=SPI_DIRECTION_2LINES | ||||
| SPI1.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate | ||||
| SPI1.Mode=SPI_MODE_MASTER | ||||
| SPI1.VirtualType=VM_MASTER | ||||
| VP_SYS_VS_Systick.Mode=SysTick | ||||
| VP_SYS_VS_Systick.Signal=SYS_VS_Systick | ||||
| @@ -10,16 +10,19 @@ Mcu.IP4=USART1 | ||||
| Mcu.IPNb=5 | ||||
| Mcu.Name=STM32F030F4Px | ||||
| Mcu.Package=TSSOP20 | ||||
| Mcu.Pin0=PA2 | ||||
| Mcu.Pin1=PA3 | ||||
| Mcu.Pin2=PA4 | ||||
| Mcu.Pin3=PA5 | ||||
| Mcu.Pin4=PA6 | ||||
| Mcu.Pin5=PA7 | ||||
| Mcu.Pin6=PA13 | ||||
| Mcu.Pin7=PA14 | ||||
| Mcu.Pin8=VP_SYS_VS_Systick | ||||
| Mcu.PinsNb=9 | ||||
| Mcu.Pin0=PA0 | ||||
| Mcu.Pin1=PA1 | ||||
| Mcu.Pin10=PA14 | ||||
| Mcu.Pin11=VP_SYS_VS_Systick | ||||
| Mcu.Pin2=PA2 | ||||
| Mcu.Pin3=PA3 | ||||
| Mcu.Pin4=PA4 | ||||
| Mcu.Pin5=PA5 | ||||
| Mcu.Pin6=PA6 | ||||
| Mcu.Pin7=PA7 | ||||
| Mcu.Pin8=PB1 | ||||
| Mcu.Pin9=PA13 | ||||
| Mcu.PinsNb=12 | ||||
| Mcu.UserConstants= | ||||
| Mcu.UserName=STM32F030F4Px | ||||
| MxCube.Version=4.23.0 | ||||
| @@ -29,6 +32,14 @@ NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.SVC_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true\:false | ||||
| PA0.GPIOParameters=GPIO_Label | ||||
| PA0.GPIO_Label=LED1 | ||||
| PA0.Locked=true | ||||
| PA0.Signal=GPIO_Output | ||||
| PA1.GPIOParameters=GPIO_Label | ||||
| PA1.GPIO_Label=EXIXE_RST | ||||
| PA1.Locked=true | ||||
| PA1.Signal=GPIO_Output | ||||
| PA13.Mode=Serial_Wire | ||||
| PA13.Signal=SYS_SWDIO | ||||
| PA14.Mode=Serial_Wire | ||||
| @@ -47,6 +58,10 @@ PA6.Mode=Full_Duplex_Master | ||||
| PA6.Signal=SPI1_MISO | ||||
| PA7.Mode=Full_Duplex_Master | ||||
| PA7.Signal=SPI1_MOSI | ||||
| PB1.GPIOParameters=GPIO_Label | ||||
| PB1.GPIO_Label=USER_BUTTON | ||||
| PB1.Locked=true | ||||
| PB1.Signal=GPIO_Input | ||||
| PCC.Checker=false | ||||
| PCC.Line=STM32F0x0 Value Line | ||||
| PCC.MCU=STM32F030F4Px | ||||
|   | ||||
| @@ -1,12 +1,12 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <!DOCTYPE eagle SYSTEM "eagle.dtd"> | ||||
| <eagle version="8.5.0"> | ||||
| <eagle version="8.5.1"> | ||||
| <drawing> | ||||
| <settings> | ||||
| <setting alwaysvectorfont="no"/> | ||||
| <setting verticaltext="up"/> | ||||
| </settings> | ||||
| <grid distance="50" unitdist="mil" unit="mm" style="lines" multiple="1" display="no" altdistance="5" altunitdist="mil" altunit="mil"/> | ||||
| <grid distance="10" unitdist="mil" unit="mil" style="lines" multiple="1" display="no" altdistance="5" altunitdist="mil" altunit="mil"/> | ||||
| <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"/> | ||||
| @@ -259,8 +259,7 @@ by exp-lbrs.ulp</description> | ||||
| <circle x="0" y="0" radius="2" width="0" layer="41"/> | ||||
| <circle x="0" y="0" radius="2" width="0" layer="42"/> | ||||
| <hole x="0" y="0" drill="3.2"/> | ||||
| <circle x="0" y="0" radius="3.3229" width="0.1524" layer="51"/> | ||||
| <circle x="0" y="0" radius="2.35" width="0.1524" layer="51"/> | ||||
| <circle x="0" y="0" radius="2.4" width="0.1524" layer="51"/> | ||||
| </package> | ||||
| <package name="NX5032"> | ||||
| <wire x1="2.5" y1="-1.2172" x2="2.2172" y2="-1.6" width="0.127" layer="21" curve="-90"/> | ||||
| @@ -4896,61 +4895,61 @@ package type ST</description> | ||||
| </package> | ||||
| <package name="TAOBAO_PKG"> | ||||
| <description><b>PIN HEADER</b></description> | ||||
| <wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="0.635" x2="3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="-0.635" x2="-3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="1.27" x2="-3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="-0.635" x2="-4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="-0.635" x2="-1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="1.27" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="-0.635" x2="-1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="0.635" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="-0.635" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="0.635" x2="6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="0.635" x2="1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="-0.635" x2="6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="-1.27" x2="6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="0.635" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="-1.27" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="-0.635" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="0.635" x2="-5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-7.509" y1="-16.113" x2="-7.509" y2="1.887" width="0.127" layer="21"/> | ||||
| <wire x1="-7.509" y1="1.887" x2="7.491" y2="1.887" width="0.127" layer="21"/> | ||||
| <wire x1="7.491" y1="1.887" x2="7.491" y2="-16.113" width="0.127" layer="21"/> | ||||
| <wire x1="7.491" y1="-16.113" x2="-7.509" y2="-16.113" width="0.127" layer="21"/> | ||||
| <rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51"/> | ||||
| <rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> | ||||
| <pad name="5V" x="-5.08" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="EN" x="0" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="GND" x="2.54" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="GND2" x="-2.54" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="HV" x="5.08" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <text x="2.032" y="-2.921" size="1.27" layer="21">G</text> | ||||
| <text x="4.064" y="-2.921" size="1.27" layer="21">HV</text> | ||||
| <text x="-3.048" y="-2.921" size="1.27" layer="21">G</text> | ||||
| <text x="-6.096" y="-2.921" size="1.27" layer="21">5V</text> | ||||
| <text x="-1.016" y="-2.921" size="1.27" layer="21">EN</text> | ||||
| <rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51" rot="R180"/> | ||||
| <pad name="5V" x="5.08" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="EN" x="0" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="GND" x="-2.54" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="GND2" x="2.54" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="HV" x="-5.08" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <text x="-2.032" y="-1.905" size="1.27" layer="21" rot="R180">G</text> | ||||
| <text x="-4.064" y="-1.905" size="1.27" layer="21" rot="R180">HV</text> | ||||
| <text x="3.048" y="-1.905" size="1.27" layer="21" rot="R180">G</text> | ||||
| <text x="6.096" y="-1.905" size="1.27" layer="21" rot="R180">5V</text> | ||||
| <text x="1.016" y="-1.905" size="1.27" layer="21" rot="R180">EN</text> | ||||
| </package> | ||||
| <package name="1X04"> | ||||
| <description><b>PIN HEADER</b></description> | ||||
|   | ||||
| @@ -1,25 +1,39 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <!DOCTYPE eagle SYSTEM "eagle.dtd"> | ||||
| <eagle version="8.5.0"> | ||||
| <eagle version="8.5.1"> | ||||
| <drawing> | ||||
| <settings> | ||||
| <setting alwaysvectorfont="yes"/> | ||||
| <setting verticaltext="up"/> | ||||
| </settings> | ||||
| <grid distance="10" unitdist="mil" unit="mil" style="lines" multiple="1" display="no" altdistance="5" altunitdist="mil" altunit="mil"/> | ||||
| <grid distance="5" unitdist="mil" unit="mil" style="lines" multiple="1" display="no" altdistance="2" altunitdist="mil" altunit="mil"/> | ||||
| <layers> | ||||
| <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> | ||||
| <layer number="1" name="Top" color="4" fill="1" visible="no" active="yes"/> | ||||
| <layer number="2" name="Route2" color="1" fill="3" visible="no" active="yes"/> | ||||
| <layer number="3" name="Route3" color="4" fill="3" visible="no" active="yes"/> | ||||
| <layer number="4" name="Route4" color="1" fill="4" visible="no" active="yes"/> | ||||
| <layer number="5" name="Route5" color="4" fill="4" visible="no" active="yes"/> | ||||
| <layer number="6" name="Route6" color="1" fill="8" visible="no" active="yes"/> | ||||
| <layer number="7" name="Route7" color="4" fill="8" visible="no" active="yes"/> | ||||
| <layer number="8" name="Route8" color="1" fill="2" visible="no" active="yes"/> | ||||
| <layer number="9" name="Route9" color="4" fill="2" visible="no" active="yes"/> | ||||
| <layer number="10" name="Route10" color="1" fill="7" visible="no" active="yes"/> | ||||
| <layer number="11" name="Route11" color="4" fill="7" visible="no" active="yes"/> | ||||
| <layer number="12" name="Route12" color="1" fill="5" visible="no" active="yes"/> | ||||
| <layer number="13" name="Route13" color="4" fill="5" visible="no" active="yes"/> | ||||
| <layer number="14" name="Route14" color="1" fill="6" visible="no" active="yes"/> | ||||
| <layer number="15" name="Route15" color="4" fill="6" visible="no" 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="24" 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="21" name="tPlace" color="7" fill="1" visible="no" 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="no" 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="25" name="tNames" color="7" fill="1" visible="no" 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="no" active="yes"/> | ||||
| <layer number="28" name="bValues" color="7" fill="1" visible="no" active="yes"/> | ||||
| <layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/> | ||||
| @@ -34,8 +48,8 @@ | ||||
| <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="yes" active="yes"/> | ||||
| <layer number="42" name="bRestrict" color="1" fill="10" visible="yes" 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"/> | ||||
| @@ -44,8 +58,8 @@ | ||||
| <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="50" name="dxf" color="7" fill="1" visible="no" active="no"/> | ||||
| <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="51" name="tDocu" color="7" fill="1" visible="no" active="yes"/> | ||||
| <layer number="52" name="bDocu" color="7" fill="1" visible="no" active="yes"/> | ||||
| <layer number="53" name="tGND_GNDA" color="7" fill="1" visible="no" active="no"/> | ||||
| <layer number="54" name="bGND_GNDA" color="7" fill="1" visible="no" active="no"/> | ||||
| <layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/> | ||||
| @@ -160,6 +174,16 @@ | ||||
| <wire x1="90" y1="57" x2="87" y2="60" width="0" layer="20" curve="90"/> | ||||
| <wire x1="87" y1="60" x2="3" y2="60" width="0" layer="20"/> | ||||
| <wire x1="3" y1="60" x2="0" y2="57" width="0" layer="20" curve="90"/> | ||||
| <rectangle x1="35.433" y1="37.338" x2="36.703" y2="59.563" layer="42"/> | ||||
| <rectangle x1="35.433" y1="58.166" x2="65.913" y2="59.944" layer="42"/> | ||||
| <rectangle x1="64.262" y1="49.022" x2="66.421" y2="59.69" layer="42"/> | ||||
| <rectangle x1="8.89" y1="46.863" x2="36.322" y2="48.514" layer="42"/> | ||||
| <rectangle x1="35.433" y1="36.957" x2="40.894" y2="38.735" layer="42"/> | ||||
| <rectangle x1="7.62" y1="46.863" x2="11.049" y2="52.197" layer="42"/> | ||||
| <rectangle x1="38.481" y1="30.988" x2="43.815" y2="40.132" layer="42"/> | ||||
| <rectangle x1="38.862" y1="35.941" x2="41.021" y2="39.751" layer="41"/> | ||||
| <rectangle x1="38.862" y1="34.671" x2="42.799" y2="36.068" layer="41"/> | ||||
| <rectangle x1="41.402" y1="31.115" x2="43.561" y2="34.671" layer="41"/> | ||||
| </plain> | ||||
| <libraries> | ||||
| <library name="exixe_module"> | ||||
| @@ -284,13 +308,13 @@ | ||||
| <text x="17.9578" y="24.003" size="1.27" layer="21">9</text> | ||||
| <text x="16.6878" y="20.193" size="1.27" layer="21">0</text> | ||||
| <text x="10.668" y="20.2438" size="1.27" layer="21" rot="R90">ANODE</text> | ||||
| <text x="13.0048" y="17.018" size="1.27" layer="21">DL</text> | ||||
| <text x="12.8778" y="13.589" size="1.27" layer="21">PB3</text> | ||||
| <text x="12.1158" y="17.018" size="1.27" layer="21">DL</text> | ||||
| <text x="12.6238" y="13.589" size="1.27" layer="21">PB3</text> | ||||
| <text x="8.3312" y="9.779" size="1.27" layer="21" rot="R180">PF0</text> | ||||
| <text x="5.4102" y="14.224" size="1.27" layer="21" rot="R180">PF1</text> | ||||
| <text x="7.7978" y="13.716" size="1.27" layer="21">PB6</text> | ||||
| <text x="2.5908" y="12.954" size="1.27" layer="21">PF1</text> | ||||
| <text x="7.6708" y="13.589" size="1.27" layer="21">PB6</text> | ||||
| <pad name="DOT_RIGHT" x="7.123" y="19.8997" drill="0.635" diameter="1.4224" rot="R90"/> | ||||
| <text x="5.5118" y="17.018" size="1.27" layer="21">DR</text> | ||||
| <text x="6.1468" y="17.018" size="1.27" layer="21">DR</text> | ||||
| </package> | ||||
| </packages> | ||||
| </library> | ||||
| @@ -472,68 +496,67 @@ by exp-lbrs.ulp</description> | ||||
| </package> | ||||
| <package name="TAOBAO_PKG"> | ||||
| <description><b>PIN HEADER</b></description> | ||||
| <wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="0.635" x2="3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="-0.635" x2="-3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="1.27" x2="-3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="-0.635" x2="-4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="-0.635" x2="-1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="1.27" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="-0.635" x2="-1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="0.635" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="-0.635" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="0.635" x2="6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="0.635" x2="1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="-0.635" x2="6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="-1.27" x2="6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="0.635" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="-1.27" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="-0.635" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="0.635" x2="-5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-7.509" y1="-16.113" x2="-7.509" y2="1.887" width="0.127" layer="21"/> | ||||
| <wire x1="-7.509" y1="1.887" x2="7.491" y2="1.887" width="0.127" layer="21"/> | ||||
| <wire x1="7.491" y1="1.887" x2="7.491" y2="-16.113" width="0.127" layer="21"/> | ||||
| <wire x1="7.491" y1="-16.113" x2="-7.509" y2="-16.113" width="0.127" layer="21"/> | ||||
| <rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51"/> | ||||
| <rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> | ||||
| <pad name="5V" x="-5.08" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="EN" x="0" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="GND" x="2.54" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="GND2" x="-2.54" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="HV" x="5.08" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <text x="2.032" y="-2.921" size="1.27" layer="21">G</text> | ||||
| <text x="4.064" y="-2.921" size="1.27" layer="21">HV</text> | ||||
| <text x="-3.048" y="-2.921" size="1.27" layer="21">G</text> | ||||
| <text x="-6.096" y="-2.921" size="1.27" layer="21">5V</text> | ||||
| <text x="-1.016" y="-2.921" size="1.27" layer="21">EN</text> | ||||
| <rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51" rot="R180"/> | ||||
| <pad name="5V" x="5.08" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="EN" x="0" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="GND" x="-2.54" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="GND2" x="2.54" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="HV" x="-5.08" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <text x="-2.032" y="-1.905" size="1.27" layer="21" rot="R180">G</text> | ||||
| <text x="-4.064" y="-1.905" size="1.27" layer="21" rot="R180">HV</text> | ||||
| <text x="3.048" y="-1.905" size="1.27" layer="21" rot="R180">G</text> | ||||
| <text x="6.096" y="-1.905" size="1.27" layer="21" rot="R180">5V</text> | ||||
| <text x="1.016" y="-1.905" size="1.27" layer="21" rot="R180">EN</text> | ||||
| </package> | ||||
| <package name="M3_MOUNTING_HOLE_PACK"> | ||||
| <circle x="0" y="0" radius="2" width="0" layer="41"/> | ||||
| <circle x="0" y="0" radius="2" width="0" layer="42"/> | ||||
| <hole x="0" y="0" drill="3.2"/> | ||||
| <circle x="0" y="0" radius="3.3229" width="0.1524" layer="51"/> | ||||
| <circle x="0" y="0" radius="2.35" width="0.1524" layer="51"/> | ||||
| <circle x="0" y="0" radius="2.4" width="0.1524" layer="51"/> | ||||
| </package> | ||||
| <package name="0805"> | ||||
| <wire x1="-0.3" y1="0.6" x2="0.3" y2="0.6" width="0.1524" layer="21"/> | ||||
| @@ -718,40 +741,39 @@ MAX3223-MAX3243.pdf</description> | ||||
| <class number="0" name="default" width="0" drill="0"> | ||||
| </class> | ||||
| </classes> | ||||
| <designrules name="default"> | ||||
| <description language="de"><b>EAGLE Design Rules</b> | ||||
| <designrules name="SparkFun-2-layer-TIGHT"> | ||||
| <description language="en"><b>SparkFun 2 Layer Design Rule Checks - STANDARD/TIGHT/FAB-LIMIT</b> | ||||
| <p> | ||||
| Die Standard-Design-Rules sind so gewählt, dass sie für  | ||||
| die meisten Anwendungen passen. Sollte ihre Platine  | ||||
| besondere Anforderungen haben, treffen Sie die erforderlichen | ||||
| Einstellungen hier und speichern die Design Rules unter  | ||||
| einem neuen Namen ab.</description> | ||||
| <description language="en"><b>EAGLE Design Rules</b> | ||||
| These rules have been curated by SparkFuns DFM commitee. After doing much research, communicating with our multiple fab houses, and getting quotes of various designs, we have compiled three DRU files.  | ||||
| <p> | ||||
| The default Design Rules have been set to cover | ||||
| a wide range of applications. Your particular design | ||||
| may have different requirements, so please make the | ||||
| necessary adjustments and save your customized | ||||
| design rules under a new name.</description> | ||||
| <b>STANDARD:</b> This is more of a "best case scenario" set of limitations. If your design has the space, and/or you have the time to work within these parameters, please do. Larger trace width and clearance makes for easier visual inspection of the PCB while troubleshooting (useful in production and to the end user). It also allows for better ability to hack a trace (if you are crazy enough to scrape away the mask and solder to a trace). Another thing to keep in mind is that more metal is just more robust.  | ||||
| <p> | ||||
| <b>TIGHT:</b> This is where cost comes into play. We have found that most fab houses begin to add extra charges when you go smaller than these specs. In some cases, going to less than 15 mil trace can increase the cost by 10%. (This is why we have set the min drill on this DRU to 15 mil) Same story for traces thinner than 7 mil. To avoid those extra charges, then stay within the rules of this DRU. | ||||
| <p> | ||||
| <b>FAB-LIMIT:</b> These set of rules are at the very limit of most fab houses capabilities. You will pay more for these specs, and it should be used on designs that have a darned good reason to need 4 mil vias and 4 mil traces. | ||||
| <p> | ||||
| **NOTE Clearance, Distance, Sizes, and Restring are all set to different limits in each of these three DRU files. Please compare the files within the CAM job editor window of eagle to see all the numbers. | ||||
| <p> | ||||
| ***NOTE, Please set your Net Classes to default (0mil for all settings), so that it won't effect the DRC when you run it with these settings.</description> | ||||
| <param name="layerSetup" value="(1*16)"/> | ||||
| <param name="mtCopper" value="0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm"/> | ||||
| <param name="mtIsolate" value="1.5mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm"/> | ||||
| <param name="mdWireWire" value="6mil"/> | ||||
| <param name="mdWirePad" value="6mil"/> | ||||
| <param name="mdWireVia" value="6mil"/> | ||||
| <param name="mdPadPad" value="6mil"/> | ||||
| <param name="mdPadVia" value="6mil"/> | ||||
| <param name="mdViaVia" value="6mil"/> | ||||
| <param name="mdSmdPad" value="6mil"/> | ||||
| <param name="mdSmdVia" value="6mil"/> | ||||
| <param name="mdSmdSmd" value="6mil"/> | ||||
| <param name="mdViaViaSameLayer" value="6mil"/> | ||||
| <param name="mdWireWire" value="7mil"/> | ||||
| <param name="mdWirePad" value="7mil"/> | ||||
| <param name="mdWireVia" value="7mil"/> | ||||
| <param name="mdPadPad" value="7mil"/> | ||||
| <param name="mdPadVia" value="7mil"/> | ||||
| <param name="mdViaVia" value="7mil"/> | ||||
| <param name="mdSmdPad" value="7mil"/> | ||||
| <param name="mdSmdVia" value="7mil"/> | ||||
| <param name="mdSmdSmd" value="7mil"/> | ||||
| <param name="mdViaViaSameLayer" value="8mil"/> | ||||
| <param name="mnLayersViaInSmd" value="2"/> | ||||
| <param name="mdCopperDimension" value="40mil"/> | ||||
| <param name="mdDrill" value="6mil"/> | ||||
| <param name="mdCopperDimension" value="7mil"/> | ||||
| <param name="mdDrill" value="7mil"/> | ||||
| <param name="mdSmdStop" value="0mil"/> | ||||
| <param name="msWidth" value="6mil"/> | ||||
| <param name="msDrill" value="0.35mm"/> | ||||
| <param name="msWidth" value="7mil"/> | ||||
| <param name="msDrill" value="15mil"/> | ||||
| <param name="msMicroVia" value="9.99mm"/> | ||||
| <param name="msBlindViaRatio" value="0.5"/> | ||||
| <param name="rvPadTop" value="0.25"/> | ||||
| @@ -761,15 +783,15 @@ design rules under a new name.</description> | ||||
| <param name="rvViaInner" value="0.25"/> | ||||
| <param name="rvMicroViaOuter" value="0.25"/> | ||||
| <param name="rvMicroViaInner" value="0.25"/> | ||||
| <param name="rlMinPadTop" value="10mil"/> | ||||
| <param name="rlMinPadTop" value="7mil"/> | ||||
| <param name="rlMaxPadTop" value="20mil"/> | ||||
| <param name="rlMinPadInner" value="10mil"/> | ||||
| <param name="rlMinPadInner" value="7mil"/> | ||||
| <param name="rlMaxPadInner" value="20mil"/> | ||||
| <param name="rlMinPadBottom" value="10mil"/> | ||||
| <param name="rlMinPadBottom" value="7mil"/> | ||||
| <param name="rlMaxPadBottom" value="20mil"/> | ||||
| <param name="rlMinViaOuter" value="8mil"/> | ||||
| <param name="rlMinViaOuter" value="7mil"/> | ||||
| <param name="rlMaxViaOuter" value="20mil"/> | ||||
| <param name="rlMinViaInner" value="8mil"/> | ||||
| <param name="rlMinViaInner" value="7mil"/> | ||||
| <param name="rlMaxViaInner" value="20mil"/> | ||||
| <param name="rlMinMicroViaOuter" value="4mil"/> | ||||
| <param name="rlMaxMicroViaOuter" value="20mil"/> | ||||
| @@ -786,7 +808,7 @@ design rules under a new name.</description> | ||||
| <param name="mlMaxStopFrame" value="4mil"/> | ||||
| <param name="mlMinCreamFrame" value="0mil"/> | ||||
| <param name="mlMaxCreamFrame" value="0mil"/> | ||||
| <param name="mlViaStopLimit" value="0mil"/> | ||||
| <param name="mlViaStopLimit" value="25mil"/> | ||||
| <param name="srRoundness" value="0"/> | ||||
| <param name="srMinRoundness" value="0mil"/> | ||||
| <param name="srMaxRoundness" value="0mil"/> | ||||
| @@ -794,7 +816,7 @@ design rules under a new name.</description> | ||||
| <param name="slThermalsForVias" value="0"/> | ||||
| <param name="dpMaxLengthDifference" value="10mm"/> | ||||
| <param name="dpGapFactor" value="2.5"/> | ||||
| <param name="checkAngle" value="0"/> | ||||
| <param name="checkAngle" value="1"/> | ||||
| <param name="checkFont" value="1"/> | ||||
| <param name="checkRestrict" value="1"/> | ||||
| <param name="checkStop" value="0"/> | ||||
| @@ -907,24 +929,24 @@ design rules under a new name.</description> | ||||
| </element> | ||||
| <element name="JP1" library="clock" package="EBAY_PKG" value="" x="45" y="33"/> | ||||
| <element name="JP2" library="clock" package="TAOBAO_PKG" value="" x="45" y="38"/> | ||||
| <element name="U$3" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="3.5" y="42"/> | ||||
| <element name="U$4" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="3.5" y="22"/> | ||||
| <element name="U$5" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="30.5" y="22"/> | ||||
| <element name="U$6" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="30.5" y="42"/> | ||||
| <element name="U$7" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="17" y="55.5"/> | ||||
| <element name="U$8" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="73" y="55.5"/> | ||||
| <element name="U$9" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="17" y="8.5"/> | ||||
| <element name="U$10" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="73" y="8.5"/> | ||||
| <element name="U$11" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="59.5" y="42"/> | ||||
| <element name="U$12" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="59.5" y="22"/> | ||||
| <element name="U$13" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="86.5" y="42"/> | ||||
| <element name="U$14" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="86.5" y="22"/> | ||||
| <element name="U$3" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="4.4" y="42"/> | ||||
| <element name="U$4" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="4.4" y="22"/> | ||||
| <element name="U$5" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="29.6" y="22"/> | ||||
| <element name="U$6" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="29.6" y="42"/> | ||||
| <element name="U$7" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="17" y="54.6"/> | ||||
| <element name="U$8" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="73" y="54.6"/> | ||||
| <element name="U$9" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="17" y="9.4"/> | ||||
| <element name="U$10" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="73" y="9.4"/> | ||||
| <element name="U$11" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="60.4" y="42"/> | ||||
| <element name="U$12" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="60.4" y="22"/> | ||||
| <element name="U$13" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="85.6" y="42"/> | ||||
| <element name="U$14" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="85.6" y="22"/> | ||||
| <element name="IC2" library="stm32f030f4" package="TSSOP20" value="STM32F030F4" x="45" y="23" rot="R270"/> | ||||
| <element name="C1" library="clock" package="0805" value="" x="38.354" y="23.368" rot="R180"/> | ||||
| <element name="C2" library="clock" package="0805" value="" x="51.562" y="23.368"/> | ||||
| <element name="C1" library="clock" package="0805" value="" x="38.354" y="23.622" rot="R180"/> | ||||
| <element name="C2" library="clock" package="0805" value="" x="51.562" y="23.622"/> | ||||
| <element name="C4" library="clock" package="C1210" value="" x="41" y="8" rot="R180"/> | ||||
| <element name="LED1" library="clock" package="CHIP-LED0805" value="" x="32.008" y="32.008" rot="R180"/> | ||||
| <element name="LED2" library="clock" package="CHIP-LED0805" value="" x="57.824" y="32.008" rot="R180"/> | ||||
| <element name="LED1" library="clock" package="CHIP-LED0805" value="" x="32.008" y="28.198"/> | ||||
| <element name="LED2" library="clock" package="CHIP-LED0805" value="" x="57.824" y="28.198"/> | ||||
| <element name="JP3" library="clock" package="1X04/90" value="" x="30" y="6" rot="R180"/> | ||||
| <element name="JP4" library="clock" package="1X04/90" value="" x="60" y="6" rot="R180"/> | ||||
| <element name="IC1" library="clock" package="SOT223" value="REG1117" x="45" y="14.57" rot="R270"> | ||||
| @@ -933,7 +955,7 @@ design rules under a new name.</description> | ||||
| <attribute name="OC_FARNELL" value="1097566" x="45" y="14.57" size="1.778" layer="27" rot="R270" display="off"/> | ||||
| <attribute name="OC_NEWARK" value="14P6981" x="45" y="14.57" size="1.778" layer="27" rot="R270" display="off"/> | ||||
| </element> | ||||
| <element name="R1" library="clock" package="0805" value="" x="29.464" y="32.004" rot="R90"/> | ||||
| <element name="R1" library="clock" package="0805" value="" x="29.464" y="28.194" rot="R270"/> | ||||
| <element name="S1" library="clock" package="TACTILE-SWITCH-SMD" value="TAC_SWITCHSMD" x="35" y="15" rot="R180"> | ||||
| <attribute name="PROD_ID" value="SWCH-08247" x="35" y="15" size="1.778" layer="27" rot="R180" display="off"/> | ||||
| </element> | ||||
| @@ -941,6 +963,12 @@ design rules under a new name.</description> | ||||
| <element name="S2" library="clock" package="TACTILE-SWITCH-SMD" value="TAC_SWITCHSMD" x="55" y="15"> | ||||
| <attribute name="PROD_ID" value="SWCH-08247" x="55" y="15" size="1.778" layer="27" display="off"/> | ||||
| </element> | ||||
| <element name="U$15" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="4" y="4"/> | ||||
| <element name="U$16" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="4" y="56"/> | ||||
| <element name="U$17" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="86" y="4"/> | ||||
| <element name="U$18" library="clock" package="M3_MOUNTING_HOLE_PACK" value="M3_MOUNTING_HOLE" x="86" y="56"/> | ||||
| <element name="R2" library="clock" package="0805" value="" x="60.3504" y="28.194" rot="R270"/> | ||||
| <element name="R3" library="clock" package="0805" value="" x="48.768" y="29.337" rot="R180"/> | ||||
| </elements> | ||||
| <signals> | ||||
| <signal name="GND"> | ||||
| @@ -954,7 +982,7 @@ design rules under a new name.</description> | ||||
| <contactref element="X1" pad="P6"/> | ||||
| <contactref element="C4" pad="2"/> | ||||
| <contactref element="C3" pad="2"/> | ||||
| <polygon width="0.1524" layer="1" isolate="0.3048"> | ||||
| <polygon width="0.2032" layer="1" isolate="0.3048"> | ||||
| <vertex x="0" y="59.69"/> | ||||
| <vertex x="0" y="0"/> | ||||
| <vertex x="90.17" y="0"/> | ||||
| @@ -966,10 +994,22 @@ design rules under a new name.</description> | ||||
| <contactref element="IC2" pad="15"/> | ||||
| <contactref element="IC2" pad="1"/> | ||||
| <contactref element="JP3" pad="1"/> | ||||
| <contactref element="JP4" pad="1"/> | ||||
| <contactref element="U$2" pad="GND"/> | ||||
| <contactref element="U$1" pad="GND"/> | ||||
| <contactref element="R1" pad="2"/> | ||||
| <contactref element="JP1" pad="GND"/> | ||||
| <contactref element="JP1" pad="GND2"/> | ||||
| <contactref element="JP2" pad="GND"/> | ||||
| <contactref element="JP2" pad="GND2"/> | ||||
| <contactref element="S1" pad="1"/> | ||||
| <contactref element="S1" pad="2"/> | ||||
| <contactref element="S2" pad="3"/> | ||||
| <wire x1="47.9178" y1="22.675" x2="49.842" y2="22.675" width="0.2032" layer="1"/> | ||||
| <wire x1="49.842" y1="22.675" x2="50.038" y2="22.479" width="0.2032" layer="1"/> | ||||
| <wire x1="50.038" y1="22.479" x2="51.816" y2="22.479" width="0.2032" layer="1"/> | ||||
| <wire x1="51.816" y1="22.479" x2="52.462" y2="23.125" width="0.2032" layer="1"/> | ||||
| <wire x1="52.462" y1="23.125" x2="52.462" y2="23.622" width="0.2032" layer="1"/> | ||||
| <contactref element="R2" pad="2"/> | ||||
| </signal> | ||||
| <signal name="+5V"> | ||||
| <contactref element="X1" pad="VBUS"/> | ||||
| @@ -979,12 +1019,30 @@ design rules under a new name.</description> | ||||
| <wire x1="43.7" y1="6.7" x2="42.4" y2="8" width="0.3556" layer="1"/> | ||||
| <wire x1="42.4" y1="8" x2="42.4" y2="11.709" width="0.3556" layer="1"/> | ||||
| <wire x1="42.4" y1="11.709" x2="41.8504" y2="12.2586" width="0.3556" layer="1"/> | ||||
| <contactref element="JP1" pad="5V"/> | ||||
| <contactref element="JP2" pad="5V"/> | ||||
| <wire x1="50.08" y1="38" x2="50.08" y2="35.56" width="0.4064" layer="1"/> | ||||
| <wire x1="47.54" y1="35.56" x2="47.54" y2="33" width="0.4064" layer="1"/> | ||||
| <wire x1="50.08" y1="35.56" x2="47.54" y2="35.56" width="0.4064" layer="1"/> | ||||
| <wire x1="41.8504" y1="12.2586" x2="39.5382" y2="12.2586" width="0.4064" layer="1"/> | ||||
| <wire x1="39.5382" y1="12.2586" x2="39.5224" y2="12.2428" width="0.4064" layer="1"/> | ||||
| <via x="39.5224" y="12.2428" extent="1-16" drill="0.5"/> | ||||
| <wire x1="39.5224" y1="12.2428" x2="37.1602" y2="12.2428" width="0.4064" layer="16"/> | ||||
| <wire x1="37.1602" y1="12.2428" x2="34.29" y2="15.113" width="0.4064" layer="16"/> | ||||
| <wire x1="34.29" y1="15.113" x2="34.29" y2="26.797" width="0.4064" layer="16"/> | ||||
| <wire x1="34.29" y1="26.797" x2="36.195" y2="28.702" width="0.4064" layer="16"/> | ||||
| <wire x1="36.195" y1="28.702" x2="45.847" y2="28.702" width="0.4064" layer="16"/> | ||||
| <wire x1="47.54" y1="30.395" x2="47.54" y2="33" width="0.4064" layer="16"/> | ||||
| <wire x1="45.847" y1="28.702" x2="47.54" y2="30.395" width="0.4064" layer="16"/> | ||||
| <contactref element="R3" pad="2"/> | ||||
| <wire x1="47.868" y1="29.337" x2="47.54" y2="29.665" width="0.2032" layer="1"/> | ||||
| <wire x1="47.54" y1="29.665" x2="47.54" y2="33" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="+3V3"> | ||||
| <contactref element="IC1" pad="2"/> | ||||
| <contactref element="IC1" pad="4"/> | ||||
| <contactref element="C3" pad="1"/> | ||||
| <polygon width="0.1524" layer="16" isolate="0.3048"> | ||||
| <polygon width="0.2032" layer="16" isolate="0.3048"> | ||||
| <vertex x="0" y="59.69"/> | ||||
| <vertex x="0" y="0"/> | ||||
| <vertex x="90.17" y="0"/> | ||||
| @@ -996,7 +1054,6 @@ design rules under a new name.</description> | ||||
| <contactref element="IC2" pad="16"/> | ||||
| <contactref element="IC2" pad="5"/> | ||||
| <contactref element="JP3" pad="2"/> | ||||
| <contactref element="JP4" pad="2"/> | ||||
| <via x="39.624" y="14.478" extent="1-16" drill="0.5"/> | ||||
| <via x="48.006" y="10.922" extent="1-16" drill="0.5"/> | ||||
| <wire x1="48.1496" y1="14.57" x2="48.1496" y2="11.0656" width="0.3556" layer="1"/> | ||||
| @@ -1007,159 +1064,493 @@ design rules under a new name.</description> | ||||
| <wire x1="39.6906" y1="14.5446" x2="39.624" y2="14.478" width="0.3556" layer="1"/> | ||||
| <contactref element="U$1" pad="3V"/> | ||||
| <contactref element="U$2" pad="3V"/> | ||||
| <contactref element="LED1" pad="A"/> | ||||
| <via x="32.004" y="34.798" extent="1-16" drill="0.5"/> | ||||
| <wire x1="32.004" y1="34.798" x2="32.004" y2="33.062" width="0.2032" layer="1"/> | ||||
| <wire x1="32.004" y1="33.062" x2="32.008" y2="33.058" width="0.2032" layer="1"/> | ||||
| <wire x1="47.9178" y1="23.325" x2="50.662" y2="23.368" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="42.0822" y1="23.325" x2="47.9178" y2="23.325" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="39.254" y1="23.368" x2="42.0822" y2="23.325" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="48.1496" y1="14.57" x2="47.9178" y2="23.325" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="42.0822" y1="23.325" x2="40.64" y2="23.325" width="0.2032" layer="1"/> | ||||
| <via x="40.64" y="24.257" extent="1-16" drill="0.5"/> | ||||
| <via x="46.482" y="22.987" extent="1-16" drill="0.5"/> | ||||
| <wire x1="47.9178" y1="23.325" x2="46.82" y2="23.325" width="0.2032" layer="1"/> | ||||
| <wire x1="46.82" y1="23.325" x2="46.482" y2="22.987" width="0.2032" layer="1"/> | ||||
| <wire x1="40.64" y1="24.257" x2="40.64" y2="23.325" width="0.2032" layer="1"/> | ||||
| <wire x1="39.254" y1="23.622" x2="39.551" y2="23.325" width="0.2032" layer="1"/> | ||||
| <wire x1="39.551" y1="23.325" x2="40.64" y2="23.325" width="0.2032" layer="1"/> | ||||
| <wire x1="47.9178" y1="23.325" x2="50.365" y2="23.325" width="0.2032" layer="1"/> | ||||
| <wire x1="50.365" y1="23.325" x2="50.662" y2="23.622" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$2"> | ||||
| <contactref element="IC2" pad="4"/> | ||||
| <contactref element="S1" pad="3"/> | ||||
| <wire x1="37.794" y1="16.905" x2="42.0822" y2="23.975" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="42.0822" y1="23.975" x2="43.406" y2="23.975" width="0.2032" layer="1"/> | ||||
| <wire x1="43.406" y1="23.975" x2="43.434" y2="24.003" width="0.2032" layer="1"/> | ||||
| <via x="43.434" y="24.003" extent="1-16" drill="0.5"/> | ||||
| <wire x1="43.434" y1="24.003" x2="41.783" y2="24.003" width="0.2032" layer="16"/> | ||||
| <wire x1="35.814" y1="18.034" x2="35.814" y2="16.891" width="0.2032" layer="16"/> | ||||
| <via x="35.814" y="16.891" extent="1-16" drill="0.5"/> | ||||
| <wire x1="35.814" y1="16.891" x2="37.78" y2="16.891" width="0.2032" layer="1"/> | ||||
| <wire x1="37.78" y1="16.891" x2="37.794" y2="16.905" width="0.2032" layer="1"/> | ||||
| <wire x1="41.783" y1="24.003" x2="35.814" y2="18.034" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="SWCLK"> | ||||
| <contactref element="IC2" pad="20"/> | ||||
| <contactref element="JP4" pad="3"/> | ||||
| <wire x1="47.9178" y1="25.925" x2="53.196" y2="25.925" width="0.2032" layer="1"/> | ||||
| <wire x1="53.196" y1="25.925" x2="54.737" y2="24.384" width="0.2032" layer="1"/> | ||||
| <wire x1="54.737" y1="24.384" x2="54.737" y2="12.954" width="0.2032" layer="1"/> | ||||
| <wire x1="54.737" y1="12.954" x2="55.626" y2="12.065" width="0.2032" layer="1"/> | ||||
| <wire x1="55.626" y1="12.065" x2="57.277" y2="12.065" width="0.2032" layer="1"/> | ||||
| <wire x1="58.73" y1="10.612" x2="58.73" y2="9.81" width="0.2032" layer="1"/> | ||||
| <wire x1="57.277" y1="12.065" x2="58.73" y2="10.612" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="SWDIO"> | ||||
| <contactref element="IC2" pad="19"/> | ||||
| <contactref element="JP4" pad="4"/> | ||||
| <wire x1="53.084" y1="25.275" x2="47.9178" y2="25.275" width="0.2032" layer="1"/> | ||||
| <wire x1="56.19" y1="9.81" x2="56.19" y2="10.612" width="0.2032" layer="1"/> | ||||
| <wire x1="56.19" y1="10.612" x2="54.229" y2="12.573" width="0.2032" layer="1"/> | ||||
| <wire x1="54.229" y1="12.573" x2="54.229" y2="24.13" width="0.2032" layer="1"/> | ||||
| <wire x1="54.229" y1="24.13" x2="53.084" y2="25.275" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$1"> | ||||
| <contactref element="U$1" pad="DIGIT_1"/> | ||||
| <contactref element="N1" pad="1"/> | ||||
| <contactref element="U$2" pad="DIGIT_1"/> | ||||
| <wire x1="39.9058" y1="46.4837" x2="69.0825" y2="30.4825" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="11.9058" y1="33.8647" x2="39.9058" y2="46.4837" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="11.9058" y1="33.8647" x2="13.5249" y2="35.4838" width="0.2032" layer="1"/> | ||||
| <wire x1="13.5249" y1="35.4838" x2="28.8551" y2="35.4838" width="0.2032" layer="1"/> | ||||
| <wire x1="28.8551" y1="35.4838" x2="39.855" y2="46.4837" width="0.2032" layer="1"/> | ||||
| <wire x1="39.855" y1="46.4837" x2="39.9058" y2="46.4837" width="0.2032" layer="1"/> | ||||
| <wire x1="48.1076" y1="46.482" x2="39.9075" y2="46.482" width="0.2032" layer="16"/> | ||||
| <wire x1="39.9075" y1="46.482" x2="39.9058" y2="46.4837" width="0.2032" layer="16"/> | ||||
| <wire x1="69.0825" y1="30.4825" x2="66.7995" y2="30.4825" width="0.2032" layer="16"/> | ||||
| <wire x1="52.324" y1="44.958" x2="49.6316" y2="44.958" width="0.2032" layer="16"/> | ||||
| <wire x1="49.6316" y1="44.958" x2="48.1076" y2="46.482" width="0.2032" layer="16"/> | ||||
| <wire x1="66.7995" y1="30.4825" x2="52.324" y2="44.958" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="N$3"> | ||||
| <contactref element="U$1" pad="DIGIT_2"/> | ||||
| <contactref element="N1" pad="2"/> | ||||
| <contactref element="U$2" pad="DIGIT_2"/> | ||||
| <wire x1="38.8552" y1="49.2539" x2="67.4" y2="33.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="10.8552" y1="36.6349" x2="38.8552" y2="49.2539" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="10.8552" y1="36.6349" x2="14.3523" y2="40.132" width="0.2032" layer="1"/> | ||||
| <wire x1="30.6611" y1="49.2539" x2="38.8552" y2="49.2539" width="0.2032" layer="1"/> | ||||
| <wire x1="14.3523" y1="40.132" x2="21.5392" y2="40.132" width="0.2032" layer="1"/> | ||||
| <wire x1="21.5392" y1="40.132" x2="30.6611" y2="49.2539" width="0.2032" layer="1"/> | ||||
| <wire x1="67.4" y1="33.8" x2="62.2364" y2="38.9636" width="0.2032" layer="16"/> | ||||
| <wire x1="62.2364" y1="38.9636" x2="59.3852" y2="38.9636" width="0.2032" layer="16"/> | ||||
| <wire x1="59.3852" y1="38.9636" x2="49.0949" y2="49.2539" width="0.2032" layer="16"/> | ||||
| <wire x1="49.0949" y1="49.2539" x2="38.8552" y2="49.2539" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="N$4"> | ||||
| <contactref element="U$1" pad="DIGIT_3"/> | ||||
| <contactref element="N1" pad="3"/> | ||||
| <contactref element="U$2" pad="DIGIT_3"/> | ||||
| <wire x1="39.2123" y1="52.195" x2="67.273" y2="38.3" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="11.2123" y1="39.576" x2="39.2123" y2="52.195" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="11.2123" y1="39.576" x2="11.7683" y2="40.132" width="0.2032" layer="1"/> | ||||
| <wire x1="11.7683" y1="40.132" x2="13.2588" y2="40.132" width="0.2032" layer="1"/> | ||||
| <wire x1="13.2588" y1="40.132" x2="14.224" y2="41.0972" width="0.2032" layer="1"/> | ||||
| <wire x1="14.224" y1="41.0972" x2="18.3388" y2="41.0972" width="0.2032" layer="1"/> | ||||
| <wire x1="18.3388" y1="41.0972" x2="21.082" y2="43.8404" width="0.2032" layer="1"/> | ||||
| <wire x1="21.082" y1="43.8404" x2="23.3172" y2="43.8404" width="0.2032" layer="1"/> | ||||
| <wire x1="31.6718" y1="52.195" x2="39.2123" y2="52.195" width="0.2032" layer="1"/> | ||||
| <wire x1="23.3172" y1="43.8404" x2="31.6718" y2="52.195" width="0.2032" layer="1"/> | ||||
| <wire x1="45.0088" y1="53.4416" x2="53.7972" y2="53.4416" width="0.2032" layer="16"/> | ||||
| <wire x1="43.7622" y1="52.195" x2="45.0088" y2="53.4416" width="0.2032" layer="16"/> | ||||
| <wire x1="39.2123" y1="52.195" x2="43.7622" y2="52.195" width="0.2032" layer="16"/> | ||||
| <wire x1="53.7972" y1="53.4416" x2="67.273" y2="39.9658" width="0.2032" layer="16"/> | ||||
| <wire x1="67.273" y1="39.9658" x2="67.273" y2="38.3" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="N$5"> | ||||
| <contactref element="U$1" pad="DIGIT_4"/> | ||||
| <contactref element="N1" pad="4"/> | ||||
| <contactref element="U$2" pad="DIGIT_4"/> | ||||
| <wire x1="40.8953" y1="54.6332" x2="67.4" y2="42.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="12.8953" y1="42.0142" x2="40.8953" y2="54.6332" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="12.8953" y1="42.0142" x2="13.1011" y2="41.8084" width="0.2032" layer="1"/> | ||||
| <wire x1="13.1011" y1="41.8084" x2="16.2052" y2="41.8084" width="0.2032" layer="1"/> | ||||
| <wire x1="16.2052" y1="41.8084" x2="17.018" y2="42.6212" width="0.2032" layer="1"/> | ||||
| <wire x1="17.018" y1="42.6212" x2="17.018" y2="44.0944" width="0.2032" layer="1"/> | ||||
| <wire x1="17.018" y1="44.0944" x2="17.9832" y2="45.0596" width="0.2032" layer="1"/> | ||||
| <wire x1="17.9832" y1="45.0596" x2="22.606" y2="45.0596" width="0.2032" layer="1"/> | ||||
| <wire x1="22.606" y1="45.0596" x2="32.1796" y2="54.6332" width="0.2032" layer="1"/> | ||||
| <wire x1="32.1796" y1="54.6332" x2="40.8953" y2="54.6332" width="0.2032" layer="1"/> | ||||
| <wire x1="67.4" y1="42.8" x2="52.4404" y2="57.7596" width="0.2032" layer="16"/> | ||||
| <wire x1="52.4404" y1="57.7596" x2="42.5704" y2="57.7596" width="0.2032" layer="16"/> | ||||
| <wire x1="42.5704" y1="57.7596" x2="40.8953" y2="56.0845" width="0.2032" layer="16"/> | ||||
| <wire x1="40.8953" y1="56.0845" x2="40.8953" y2="54.6332" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="N$6"> | ||||
| <contactref element="U$1" pad="DIGIT_5"/> | ||||
| <contactref element="N1" pad="5"/> | ||||
| <contactref element="U$2" pad="DIGIT_5"/> | ||||
| <wire x1="43.5187" y1="56.0101" x2="69.0825" y2="46.1175" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="15.5187" y1="43.3911" x2="43.5187" y2="56.0101" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="15.5187" y1="43.3911" x2="17.7968" y2="45.6692" width="0.2032" layer="1"/> | ||||
| <wire x1="17.7968" y1="45.6692" x2="22.2504" y2="45.6692" width="0.2032" layer="1"/> | ||||
| <wire x1="22.2504" y1="45.6692" x2="32.5913" y2="56.0101" width="0.2032" layer="1"/> | ||||
| <wire x1="32.5913" y1="56.0101" x2="43.5187" y2="56.0101" width="0.2032" layer="1"/> | ||||
| <wire x1="69.0825" y1="46.1175" x2="69.0825" y2="52.3803" width="0.2032" layer="1"/> | ||||
| <wire x1="69.0825" y1="52.3803" x2="63.3476" y2="58.1152" width="0.2032" layer="1"/> | ||||
| <wire x1="63.3476" y1="58.1152" x2="45.6238" y2="58.1152" width="0.2032" layer="1"/> | ||||
| <wire x1="45.6238" y1="58.1152" x2="43.5187" y2="56.0101" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$7"> | ||||
| <contactref element="U$1" pad="DIGIT_6"/> | ||||
| <contactref element="N1" pad="6"/> | ||||
| <contactref element="U$2" pad="DIGIT_6"/> | ||||
| <wire x1="46.4813" y1="56.0101" x2="73.0825" y2="47.1175" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="18.4813" y1="43.3911" x2="46.4813" y2="56.0101" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="18.4813" y1="43.3911" x2="19.5402" y2="44.45" width="0.2032" layer="1"/> | ||||
| <wire x1="19.5402" y1="44.45" x2="22.9108" y2="44.45" width="0.2032" layer="1"/> | ||||
| <wire x1="22.9108" y1="44.45" x2="31.6992" y2="53.2384" width="0.2032" layer="1"/> | ||||
| <wire x1="31.6992" y1="53.2384" x2="43.7096" y2="53.2384" width="0.2032" layer="1"/> | ||||
| <wire x1="43.7096" y1="53.2384" x2="46.4813" y2="56.0101" width="0.2032" layer="1"/> | ||||
| <wire x1="67.818" y1="52.6288" x2="67.818" y2="45.4152" width="0.2032" layer="1"/> | ||||
| <wire x1="67.818" y1="52.6288" x2="64.4367" y2="56.0101" width="0.2032" layer="1"/> | ||||
| <wire x1="64.4367" y1="56.0101" x2="46.4813" y2="56.0101" width="0.2032" layer="1"/> | ||||
| <wire x1="70.669" y1="44.8056" x2="72.9809" y2="47.1175" width="0.2032" layer="1"/> | ||||
| <wire x1="72.9809" y1="47.1175" x2="73.0825" y2="47.1175" width="0.2032" layer="1"/> | ||||
| <wire x1="67.818" y1="45.4152" x2="68.4276" y2="44.8056" width="0.2032" layer="1"/> | ||||
| <wire x1="68.4276" y1="44.8056" x2="70.669" y2="44.8056" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$8"> | ||||
| <contactref element="U$1" pad="DIGIT_7"/> | ||||
| <contactref element="N1" pad="7"/> | ||||
| <contactref element="U$2" pad="DIGIT_7"/> | ||||
| <wire x1="49.1047" y1="54.6332" x2="77.0825" y2="46.1175" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="21.1047" y1="42.0142" x2="49.1047" y2="54.6332" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="21.1047" y1="42.0142" x2="22.4562" y2="42.0142" width="0.2032" layer="1"/> | ||||
| <wire x1="22.4562" y1="42.0142" x2="31.1404" y2="50.6984" width="0.2032" layer="1"/> | ||||
| <wire x1="31.1404" y1="50.6984" x2="45.1699" y2="50.6984" width="0.2032" layer="1"/> | ||||
| <wire x1="45.1699" y1="50.6984" x2="49.1047" y2="54.6332" width="0.2032" layer="1"/> | ||||
| <wire x1="75.2118" y1="44.2976" x2="77.0317" y2="46.1175" width="0.2032" layer="1"/> | ||||
| <wire x1="77.0317" y1="46.1175" x2="77.0825" y2="46.1175" width="0.2032" layer="1"/> | ||||
| <wire x1="67.2084" y1="45.212" x2="68.1228" y2="44.2976" width="0.2032" layer="1"/> | ||||
| <wire x1="68.1228" y1="44.2976" x2="75.2118" y2="44.2976" width="0.2032" layer="1"/> | ||||
| <wire x1="49.1047" y1="54.6332" x2="64.6452" y2="54.6332" width="0.2032" layer="1"/> | ||||
| <wire x1="64.6452" y1="54.6332" x2="67.2084" y2="52.07" width="0.2032" layer="1"/> | ||||
| <wire x1="67.2084" y1="52.07" x2="67.2084" y2="45.212" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$9"> | ||||
| <contactref element="U$1" pad="DIGIT_8"/> | ||||
| <contactref element="N1" pad="8"/> | ||||
| <contactref element="U$2" pad="DIGIT_8"/> | ||||
| <wire x1="50.7877" y1="52.195" x2="78.4475" y2="42.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="22.7877" y1="39.576" x2="50.7877" y2="52.195" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="22.7877" y1="39.576" x2="31.4209" y2="48.2092" width="0.2032" layer="1"/> | ||||
| <wire x1="31.4209" y1="48.2092" x2="46.8019" y2="48.2092" width="0.2032" layer="1"/> | ||||
| <wire x1="46.8019" y1="48.2092" x2="50.7877" y2="52.195" width="0.2032" layer="1"/> | ||||
| <wire x1="77.4579" y1="43.7896" x2="78.4475" y2="42.8" width="0.2032" layer="1"/> | ||||
| <wire x1="50.8659" y1="52.2732" x2="65.8368" y2="52.2732" width="0.2032" layer="1"/> | ||||
| <wire x1="50.8659" y1="52.2732" x2="50.7877" y2="52.195" width="0.2032" layer="1"/> | ||||
| <wire x1="66.6496" y1="44.9072" x2="67.7672" y2="43.7896" width="0.2032" layer="1"/> | ||||
| <wire x1="67.7672" y1="43.7896" x2="77.4579" y2="43.7896" width="0.2032" layer="1"/> | ||||
| <wire x1="65.8368" y1="52.2732" x2="66.6496" y2="51.4604" width="0.2032" layer="1"/> | ||||
| <wire x1="66.6496" y1="51.4604" x2="66.6496" y2="44.9072" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$10"> | ||||
| <contactref element="U$1" pad="DIGIT_9"/> | ||||
| <contactref element="N1" pad="9"/> | ||||
| <contactref element="U$2" pad="DIGIT_9"/> | ||||
| <wire x1="51.1448" y1="49.2539" x2="78.5745" y2="38.3" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="23.1448" y1="36.6349" x2="51.1448" y2="49.2539" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="23.1448" y1="36.6349" x2="28.3545" y2="36.6349" width="0.2032" layer="1"/> | ||||
| <wire x1="28.3545" y1="36.6349" x2="39.4208" y2="47.7012" width="0.2032" layer="1"/> | ||||
| <wire x1="39.4208" y1="47.7012" x2="49.6937" y2="47.7012" width="0.2032" layer="1"/> | ||||
| <wire x1="49.6937" y1="47.7012" x2="51.1448" y2="49.1523" width="0.2032" layer="1"/> | ||||
| <wire x1="51.1448" y1="49.1523" x2="51.1448" y2="49.2539" width="0.2032" layer="1"/> | ||||
| <wire x1="78.5745" y1="38.3" x2="75.3709" y2="41.5036" width="0.2032" layer="1"/> | ||||
| <wire x1="66.7512" y1="41.5036" x2="59.0804" y2="49.1744" width="0.2032" layer="1"/> | ||||
| <wire x1="59.0804" y1="49.1744" x2="51.2243" y2="49.1744" width="0.2032" layer="1"/> | ||||
| <wire x1="51.2243" y1="49.1744" x2="51.1448" y2="49.2539" width="0.2032" layer="1"/> | ||||
| <wire x1="75.3709" y1="41.5036" x2="66.7512" y2="41.5036" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$11"> | ||||
| <contactref element="U$1" pad="DIGIT_0"/> | ||||
| <contactref element="N1" pad="0"/> | ||||
| <contactref element="U$2" pad="DIGIT_0"/> | ||||
| <wire x1="50.0942" y1="46.4837" x2="78.4475" y2="33.7305" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="22.0942" y1="33.8647" x2="50.0942" y2="46.4837" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="22.7735" y1="35.0012" x2="29.8704" y2="35.0012" width="0.2032" layer="1"/> | ||||
| <wire x1="29.8704" y1="35.0012" x2="39.9796" y2="45.1104" width="0.2032" layer="1"/> | ||||
| <wire x1="39.9796" y1="45.1104" x2="40.7416" y2="45.1104" width="0.2032" layer="1"/> | ||||
| <wire x1="40.7416" y1="45.1104" x2="42.1149" y2="46.4837" width="0.2032" layer="1"/> | ||||
| <wire x1="42.1149" y1="46.4837" x2="50.0942" y2="46.4837" width="0.2032" layer="1"/> | ||||
| <wire x1="22.0942" y1="33.8647" x2="22.0942" y2="34.3219" width="0.2032" layer="1"/> | ||||
| <wire x1="22.0942" y1="34.3219" x2="22.7735" y2="35.0012" width="0.2032" layer="1"/> | ||||
| <wire x1="78.4475" y1="33.7305" x2="76.5048" y2="35.6732" width="0.2032" layer="1"/> | ||||
| <wire x1="76.5048" y1="35.6732" x2="76.5048" y2="39.624" width="0.2032" layer="1"/> | ||||
| <wire x1="76.5048" y1="39.624" x2="75.0824" y2="41.0464" width="0.2032" layer="1"/> | ||||
| <wire x1="61.0091" y1="46.4837" x2="50.0942" y2="46.4837" width="0.2032" layer="1"/> | ||||
| <wire x1="75.0824" y1="41.0464" x2="66.4464" y2="41.0464" width="0.2032" layer="1"/> | ||||
| <wire x1="66.4464" y1="41.0464" x2="61.0091" y2="46.4837" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$13"> | ||||
| <contactref element="U$2" pad="DOT_LEFT"/> | ||||
| <contactref element="N1" pad="LHDP"/> | ||||
| <contactref element="U$1" pad="DOT_LEFT"/> | ||||
| <wire x1="47.8766" y1="44.5191" x2="73.0825" y2="29.4825" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="19.8766" y1="31.9001" x2="47.8766" y2="44.5191" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="19.8766" y1="31.9001" x2="23.3149" y2="31.9001" width="0.2032" layer="1"/> | ||||
| <wire x1="23.3149" y1="31.9001" x2="25.4" y2="33.9852" width="0.2032" layer="1"/> | ||||
| <wire x1="25.4" y1="33.9852" x2="30.8356" y2="33.9852" width="0.2032" layer="1"/> | ||||
| <wire x1="30.8356" y1="33.9852" x2="40.0304" y2="43.18" width="0.2032" layer="1"/> | ||||
| <wire x1="40.0304" y1="43.18" x2="42.6212" y2="43.18" width="0.2032" layer="1"/> | ||||
| <wire x1="42.6212" y1="43.18" x2="44.5008" y2="45.0596" width="0.2032" layer="1"/> | ||||
| <wire x1="44.5008" y1="45.0596" x2="47.3361" y2="45.0596" width="0.2032" layer="1"/> | ||||
| <wire x1="47.3361" y1="45.0596" x2="47.8766" y2="44.5191" width="0.2032" layer="1"/> | ||||
| <wire x1="73.0825" y1="29.4825" x2="73.0825" y2="39.0331" width="0.2032" layer="1"/> | ||||
| <wire x1="73.0825" y1="39.0331" x2="71.5772" y2="40.5384" width="0.2032" layer="1"/> | ||||
| <wire x1="66.1924" y1="40.5384" x2="71.5772" y2="40.5384" width="0.2032" layer="1"/> | ||||
| <wire x1="47.8766" y1="44.5191" x2="47.9457" y2="44.45" width="0.2032" layer="1"/> | ||||
| <wire x1="62.2808" y1="44.45" x2="66.1924" y2="40.5384" width="0.2032" layer="1"/> | ||||
| <wire x1="47.9457" y1="44.45" x2="62.2808" y2="44.45" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$14"> | ||||
| <contactref element="U$1" pad="ANODE"/> | ||||
| <contactref element="N1" pad="A"/> | ||||
| <contactref element="U$2" pad="ANODE"/> | ||||
| <wire x1="45" y1="43.8101" x2="77.0825" y2="30.4825" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="17.033" y1="31.2241" x2="45" y2="43.8101" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="17.033" y1="31.2241" x2="17.7263" y2="30.5308" width="0.2032" layer="1"/> | ||||
| <wire x1="17.7263" y1="30.5308" x2="22.9616" y2="30.5308" width="0.2032" layer="1"/> | ||||
| <wire x1="22.9616" y1="30.5308" x2="25.908" y2="33.4772" width="0.2032" layer="1"/> | ||||
| <wire x1="25.908" y1="33.4772" x2="31.242" y2="33.4772" width="0.2032" layer="1"/> | ||||
| <wire x1="31.242" y1="33.4772" x2="40.2844" y2="42.5196" width="0.2032" layer="1"/> | ||||
| <wire x1="40.2844" y1="42.5196" x2="43.8404" y2="42.5196" width="0.2032" layer="1"/> | ||||
| <wire x1="43.8404" y1="42.5196" x2="45" y2="43.6792" width="0.2032" layer="1"/> | ||||
| <wire x1="45" y1="43.6792" x2="45" y2="43.8101" width="0.2032" layer="1"/> | ||||
| <wire x1="77.0825" y1="30.4825" x2="74.7432" y2="28.1432" width="0.2032" layer="1"/> | ||||
| <wire x1="74.7432" y1="28.1432" x2="72.1868" y2="28.1432" width="0.2032" layer="1"/> | ||||
| <wire x1="72.1868" y1="28.1432" x2="70.9676" y2="29.3624" width="0.2032" layer="1"/> | ||||
| <wire x1="70.9676" y1="29.3624" x2="70.9676" y2="38.2524" width="0.2032" layer="1"/> | ||||
| <wire x1="70.9676" y1="38.2524" x2="69.9008" y2="39.3192" width="0.2032" layer="1"/> | ||||
| <wire x1="69.9008" y1="39.3192" x2="58.166" y2="39.3192" width="0.2032" layer="1"/> | ||||
| <wire x1="58.166" y1="39.3192" x2="54.4068" y2="43.0784" width="0.2032" layer="1"/> | ||||
| <wire x1="45.7317" y1="43.0784" x2="45" y2="43.8101" width="0.2032" layer="1"/> | ||||
| <wire x1="54.4068" y1="43.0784" x2="45.7317" y2="43.0784" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$12"> | ||||
| <contactref element="U$2" pad="DOT_RIGHT"/> | ||||
| <contactref element="N1" pad="RHDP"/> | ||||
| <wire x1="14.123" y1="31.8997" x2="42.1234" y2="44.5191" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="20.4724" y1="33.3248" x2="21.4884" y2="32.3088" width="0.2032" layer="1"/> | ||||
| <wire x1="21.4884" y1="32.3088" x2="22.9108" y2="32.3088" width="0.2032" layer="1"/> | ||||
| <wire x1="22.9108" y1="32.3088" x2="25.0952" y2="34.4932" width="0.2032" layer="1"/> | ||||
| <wire x1="25.0952" y1="34.4932" x2="30.3784" y2="34.4932" width="0.2032" layer="1"/> | ||||
| <wire x1="40.4043" y1="44.5191" x2="42.1234" y2="44.5191" width="0.2032" layer="1"/> | ||||
| <wire x1="30.3784" y1="34.4932" x2="40.4043" y2="44.5191" width="0.2032" layer="1"/> | ||||
| <wire x1="14.123" y1="31.8997" x2="15.5481" y2="33.3248" width="0.2032" layer="1"/> | ||||
| <wire x1="15.5481" y1="33.3248" x2="20.4724" y2="33.3248" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="TX"> | ||||
| <contactref element="IC2" pad="8"/> | ||||
| <contactref element="JP4" pad="1"/> | ||||
| <wire x1="42.0822" y1="21.375" x2="44.616" y2="21.375" width="0.2032" layer="1"/> | ||||
| <wire x1="44.616" y1="21.375" x2="44.958" y2="21.717" width="0.2032" layer="1"/> | ||||
| <wire x1="44.958" y1="21.717" x2="44.958" y2="26.035" width="0.2032" layer="1"/> | ||||
| <wire x1="44.958" y1="26.035" x2="46.355" y2="27.432" width="0.2032" layer="1"/> | ||||
| <wire x1="46.355" y1="27.432" x2="53.213" y2="27.432" width="0.2032" layer="1"/> | ||||
| <wire x1="53.213" y1="27.432" x2="55.753" y2="24.892" width="0.2032" layer="1"/> | ||||
| <wire x1="55.753" y1="24.892" x2="55.753" y2="16.002" width="0.2032" layer="1"/> | ||||
| <wire x1="55.753" y1="16.002" x2="56.134" y2="15.621" width="0.2032" layer="1"/> | ||||
| <wire x1="56.134" y1="15.621" x2="59.817" y2="15.621" width="0.2032" layer="1"/> | ||||
| <wire x1="63.81" y1="11.628" x2="63.81" y2="9.81" width="0.2032" layer="1"/> | ||||
| <wire x1="59.817" y1="15.621" x2="63.81" y2="11.628" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="RX"> | ||||
| <contactref element="IC2" pad="9"/> | ||||
| <contactref element="JP4" pad="2"/> | ||||
| <wire x1="42.0822" y1="20.725" x2="44.855" y2="20.725" width="0.2032" layer="1"/> | ||||
| <wire x1="44.855" y1="20.725" x2="45.593" y2="21.463" width="0.2032" layer="1"/> | ||||
| <wire x1="45.593" y1="21.463" x2="45.593" y2="25.908" width="0.2032" layer="1"/> | ||||
| <wire x1="45.593" y1="25.908" x2="46.482" y2="26.797" width="0.2032" layer="1"/> | ||||
| <wire x1="46.482" y1="26.797" x2="53.086" y2="26.797" width="0.2032" layer="1"/> | ||||
| <wire x1="53.086" y1="26.797" x2="55.245" y2="24.638" width="0.2032" layer="1"/> | ||||
| <wire x1="55.245" y1="24.638" x2="55.245" y2="15.494" width="0.2032" layer="1"/> | ||||
| <wire x1="55.245" y1="15.494" x2="55.626" y2="15.113" width="0.2032" layer="1"/> | ||||
| <wire x1="55.626" y1="15.113" x2="59.436" y2="15.113" width="0.2032" layer="1"/> | ||||
| <wire x1="61.27" y1="13.279" x2="61.27" y2="9.81" width="0.2032" layer="1"/> | ||||
| <wire x1="59.436" y1="15.113" x2="61.27" y2="13.279" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$15"> | ||||
| <contactref element="LED1" pad="C"/> | ||||
| <contactref element="R1" pad="1"/> | ||||
| <wire x1="32.008" y1="30.958" x2="31.862" y2="31.104" width="0.2032" layer="1"/> | ||||
| <wire x1="31.862" y1="31.104" x2="29.464" y2="31.104" width="0.2032" layer="1"/> | ||||
| <wire x1="32.008" y1="29.248" x2="29.618" y2="29.248" width="0.2032" layer="1"/> | ||||
| <wire x1="29.618" y1="29.248" x2="29.464" y2="29.094" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="CS"> | ||||
| <contactref element="IC2" pad="10"/> | ||||
| <contactref element="U$1" pad="CS"/> | ||||
| <contactref element="U$2" pad="CS"/> | ||||
| <wire x1="42.0822" y1="20.075" x2="75.54" y2="13.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="19.54" y1="13.8" x2="42.0822" y2="20.075" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="19.54" y1="13.8" x2="18.186" y2="12.446" width="0.2032" layer="1"/> | ||||
| <wire x1="41.5652" y1="19.558" x2="42.0822" y2="20.075" width="0.2032" layer="1"/> | ||||
| <wire x1="16.764" y1="19.558" x2="41.5652" y2="19.558" width="0.2032" layer="1"/> | ||||
| <wire x1="18.186" y1="12.446" x2="11.176" y2="12.446" width="0.2032" layer="1"/> | ||||
| <wire x1="11.176" y1="12.446" x2="10.668" y2="12.954" width="0.2032" layer="1"/> | ||||
| <wire x1="10.668" y1="12.954" x2="10.668" y2="14.478" width="0.2032" layer="1"/> | ||||
| <wire x1="10.668" y1="14.478" x2="11.43" y2="15.24" width="0.2032" layer="1"/> | ||||
| <wire x1="11.43" y1="15.24" x2="12.446" y2="15.24" width="0.2032" layer="1"/> | ||||
| <wire x1="12.446" y1="15.24" x2="16.764" y2="19.558" width="0.2032" layer="1"/> | ||||
| <wire x1="75.54" y1="13.8" x2="74.186" y2="12.446" width="0.2032" layer="16"/> | ||||
| <via x="43.561" y="19.939" extent="1-16" drill="0.5"/> | ||||
| <wire x1="43.561" y1="19.939" x2="43.425" y2="20.075" width="0.2032" layer="1"/> | ||||
| <wire x1="43.425" y1="20.075" x2="42.0822" y2="20.075" width="0.2032" layer="1"/> | ||||
| <wire x1="74.186" y1="12.446" x2="67.31" y2="12.446" width="0.2032" layer="16"/> | ||||
| <wire x1="66.675" y1="13.081" x2="67.31" y2="12.446" width="0.2032" layer="16"/> | ||||
| <wire x1="43.561" y1="19.177" x2="43.561" y2="19.939" width="0.2032" layer="16"/> | ||||
| <wire x1="44.704" y1="18.034" x2="43.561" y2="19.177" width="0.2032" layer="16"/> | ||||
| <wire x1="44.704" y1="18.034" x2="64.643" y2="18.034" width="0.2032" layer="16"/> | ||||
| <wire x1="64.643" y1="18.034" x2="66.675" y2="16.002" width="0.2032" layer="16"/> | ||||
| <wire x1="66.675" y1="16.002" x2="66.675" y2="13.081" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="SCK"> | ||||
| <contactref element="IC2" pad="11"/> | ||||
| <contactref element="U$1" pad="SCK"/> | ||||
| <contactref element="U$2" pad="SCK"/> | ||||
| <wire x1="47.9178" y1="20.075" x2="67.92" y2="13.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="11.92" y1="13.8" x2="47.9178" y2="20.075" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="11.92" y1="13.8" x2="17.17" y2="19.05" width="0.2032" layer="1"/> | ||||
| <wire x1="46.8928" y1="19.05" x2="47.9178" y2="20.075" width="0.2032" layer="1"/> | ||||
| <wire x1="17.17" y1="19.05" x2="45.085" y2="19.05" width="0.2032" layer="1"/> | ||||
| <via x="45.085" y="19.939" extent="1-16" drill="0.5"/> | ||||
| <wire x1="45.085" y1="19.05" x2="46.8928" y2="19.05" width="0.2032" layer="1"/> | ||||
| <wire x1="45.085" y1="19.939" x2="45.085" y2="19.05" width="0.2032" layer="1"/> | ||||
| <wire x1="65.405" y1="18.542" x2="46.609" y2="18.542" width="0.2032" layer="16"/> | ||||
| <wire x1="65.405" y1="18.542" x2="67.92" y2="16.027" width="0.2032" layer="16"/> | ||||
| <wire x1="67.92" y1="16.027" x2="67.92" y2="13.8" width="0.2032" layer="16"/> | ||||
| <wire x1="46.609" y1="18.542" x2="45.212" y2="19.939" width="0.2032" layer="16"/> | ||||
| <wire x1="45.212" y1="19.939" x2="45.085" y2="19.939" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="MISO"> | ||||
| <contactref element="IC2" pad="12"/> | ||||
| <contactref element="U$1" pad="MISO"/> | ||||
| <contactref element="U$2" pad="MISO"/> | ||||
| <wire x1="47.9178" y1="20.725" x2="70.46" y2="13.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="14.46" y1="13.8" x2="47.9178" y2="20.725" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="14.46" y1="13.8" x2="14.46" y2="15.476" width="0.2032" layer="1"/> | ||||
| <wire x1="14.46" y1="15.476" x2="17.526" y2="18.542" width="0.2032" layer="1"/> | ||||
| <wire x1="17.526" y1="18.542" x2="48.387" y2="18.542" width="0.2032" layer="1"/> | ||||
| <wire x1="48.387" y1="18.542" x2="49.657" y2="19.812" width="0.2032" layer="1"/> | ||||
| <wire x1="49.657" y1="19.812" x2="49.657" y2="20.447" width="0.2032" layer="1"/> | ||||
| <wire x1="49.379" y1="20.725" x2="47.9178" y2="20.725" width="0.2032" layer="1"/> | ||||
| <wire x1="49.657" y1="20.447" x2="49.379" y2="20.725" width="0.2032" layer="1"/> | ||||
| <via x="46.228" y="20.701" extent="1-16" drill="0.5"/> | ||||
| <wire x1="66.099" y1="19.05" x2="47.498" y2="19.05" width="0.2032" layer="16"/> | ||||
| <wire x1="66.099" y1="19.05" x2="70.46" y2="14.689" width="0.2032" layer="16"/> | ||||
| <wire x1="70.46" y1="14.689" x2="70.46" y2="13.8" width="0.2032" layer="16"/> | ||||
| <wire x1="47.498" y1="19.05" x2="46.228" y2="20.32" width="0.2032" layer="16"/> | ||||
| <wire x1="46.228" y1="20.32" x2="46.228" y2="20.701" width="0.2032" layer="16"/> | ||||
| <wire x1="47.9178" y1="20.725" x2="47.8938" y2="20.701" width="0.2032" layer="1"/> | ||||
| <wire x1="47.8938" y1="20.701" x2="46.228" y2="20.701" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="MOSI"> | ||||
| <contactref element="IC2" pad="13"/> | ||||
| <contactref element="U$1" pad="MOSI"/> | ||||
| <contactref element="U$2" pad="MOSI"/> | ||||
| <wire x1="47.9178" y1="21.375" x2="73" y2="13.8" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="17" y1="13.8" x2="47.9178" y2="21.375" width="0" layer="19" extent="1-1"/> | ||||
| <wire x1="17" y1="13.8" x2="17" y2="16.873" width="0.2032" layer="1"/> | ||||
| <wire x1="17" y1="16.873" x2="18.161" y2="18.034" width="0.2032" layer="1"/> | ||||
| <wire x1="18.161" y1="18.034" x2="48.641" y2="18.034" width="0.2032" layer="1"/> | ||||
| <wire x1="48.641" y1="18.034" x2="50.292" y2="19.685" width="0.2032" layer="1"/> | ||||
| <wire x1="50.292" y1="19.685" x2="50.292" y2="20.828" width="0.2032" layer="1"/> | ||||
| <wire x1="49.745" y1="21.375" x2="47.9178" y2="21.375" width="0.2032" layer="1"/> | ||||
| <wire x1="50.292" y1="20.828" x2="49.745" y2="21.375" width="0.2032" layer="1"/> | ||||
| <via x="51.308" y="20.066" extent="1-16" drill="0.5"/> | ||||
| <wire x1="73" y1="13.8" x2="67.242" y2="19.558" width="0.2032" layer="16"/> | ||||
| <wire x1="51.816" y1="19.558" x2="51.308" y2="20.066" width="0.2032" layer="16"/> | ||||
| <wire x1="67.242" y1="19.558" x2="51.816" y2="19.558" width="0.2032" layer="16"/> | ||||
| <wire x1="51.308" y1="20.066" x2="51.054" y2="20.066" width="0.2032" layer="1"/> | ||||
| <wire x1="51.054" y1="20.066" x2="50.292" y2="20.828" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="EXIXE_RST"> | ||||
| <contactref element="U$1" pad="RST"/> | ||||
| <contactref element="U$2" pad="RST"/> | ||||
| <wire x1="9.38" y1="13.8" x2="65.38" y2="13.8" width="0" layer="19" extent="1-1"/> | ||||
| <contactref element="IC2" pad="7"/> | ||||
| <wire x1="9.38" y1="13.8" x2="9.38" y2="14.206" width="0.2032" layer="1"/> | ||||
| <wire x1="9.38" y1="14.206" x2="10.922" y2="15.748" width="0.2032" layer="1"/> | ||||
| <wire x1="10.922" y1="15.748" x2="12.192" y2="15.748" width="0.2032" layer="1"/> | ||||
| <wire x1="12.192" y1="15.748" x2="16.51" y2="20.066" width="0.2032" layer="1"/> | ||||
| <wire x1="16.51" y1="20.066" x2="24.257" y2="20.066" width="0.2032" layer="1"/> | ||||
| <wire x1="24.257" y1="20.066" x2="26.289" y2="22.098" width="0.2032" layer="1"/> | ||||
| <wire x1="26.289" y1="22.098" x2="26.289" y2="23.749" width="0.2032" layer="1"/> | ||||
| <wire x1="26.289" y1="23.749" x2="27.432" y2="24.892" width="0.2032" layer="1"/> | ||||
| <wire x1="27.432" y1="24.892" x2="32.131" y2="24.892" width="0.2032" layer="1"/> | ||||
| <wire x1="32.131" y1="24.892" x2="34.998" y2="22.025" width="0.2032" layer="1"/> | ||||
| <wire x1="34.998" y1="22.025" x2="40.259" y2="22.025" width="0.2032" layer="1"/> | ||||
| <wire x1="40.259" y1="22.025" x2="42.0822" y2="22.025" width="0.2032" layer="1"/> | ||||
| <wire x1="65.38" y1="13.8" x2="65.38" y2="16.535" width="0.2032" layer="16"/> | ||||
| <wire x1="65.38" y1="16.535" x2="64.389" y2="17.526" width="0.2032" layer="16"/> | ||||
| <wire x1="64.389" y1="17.526" x2="43.815" y2="17.526" width="0.2032" layer="16"/> | ||||
| <wire x1="43.815" y1="17.526" x2="40.259" y2="21.082" width="0.2032" layer="16"/> | ||||
| <via x="40.259" y="21.082" extent="1-16" drill="0.5"/> | ||||
| <wire x1="40.259" y1="21.082" x2="40.259" y2="22.025" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="+180V"> | ||||
| <contactref element="JP1" pad="HV"/> | ||||
| <contactref element="JP2" pad="HV"/> | ||||
| <wire x1="39.92" y1="38" x2="39.92" y2="35.56" width="0.3048" layer="1"/> | ||||
| <wire x1="39.92" y1="35.56" x2="42.4688" y2="35.56" width="0.3048" layer="1"/> | ||||
| <wire x1="42.4688" y1="35.56" x2="42.4688" y2="33" width="0.3048" layer="1"/> | ||||
| <wire x1="42.4688" y1="33" x2="42.46" y2="33" width="0.3048" layer="1"/> | ||||
| <contactref element="U$1" pad="HV"/> | ||||
| <contactref element="U$2" pad="HV"/> | ||||
| <wire x1="39.92" y1="38" x2="36.068" y2="38" width="0.4064" layer="16"/> | ||||
| <wire x1="36.068" y1="38" x2="36.068" y2="47.752" width="0.4064" layer="16"/> | ||||
| <wire x1="36.068" y1="47.752" x2="36.068" y2="58.928" width="0.4064" layer="16"/> | ||||
| <wire x1="36.068" y1="58.928" x2="65.38" y2="58.928" width="0.4064" layer="16"/> | ||||
| <wire x1="65.38" y1="58.928" x2="65.38" y2="50.2" width="0.4064" layer="16"/> | ||||
| <wire x1="9.38" y1="50.2" x2="9.38" y2="47.752" width="0.4064" layer="16"/> | ||||
| <wire x1="9.38" y1="47.752" x2="36.068" y2="47.752" width="0.4064" layer="16"/> | ||||
| </signal> | ||||
| <signal name="EXIXE_SWCLK"> | ||||
| <contactref element="JP3" pad="3"/> | ||||
| <contactref element="U$2" pad="CLK"/> | ||||
| <contactref element="U$1" pad="CLK"/> | ||||
| <wire x1="24.62" y1="13.8" x2="27.983" y2="13.8" width="0.2032" layer="1"/> | ||||
| <wire x1="28.73" y1="13.053" x2="28.73" y2="9.81" width="0.2032" layer="1"/> | ||||
| <wire x1="27.983" y1="13.8" x2="28.73" y2="13.053" width="0.2032" layer="1"/> | ||||
| <wire x1="80.62" y1="13.8" x2="80.62" y2="10.135" width="0.2032" layer="16"/> | ||||
| <wire x1="80.62" y1="10.135" x2="76.454" y2="5.969" width="0.2032" layer="16"/> | ||||
| <wire x1="76.454" y1="5.969" x2="26.035" y2="5.969" width="0.2032" layer="16"/> | ||||
| <wire x1="24.62" y1="7.384" x2="24.62" y2="13.8" width="0.2032" layer="16"/> | ||||
| <wire x1="26.035" y1="5.969" x2="24.62" y2="7.384" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="EXIXE_SWDIO"> | ||||
| <contactref element="JP3" pad="4"/> | ||||
| <contactref element="U$2" pad="DIO"/> | ||||
| <contactref element="U$1" pad="DIO"/> | ||||
| <wire x1="22.08" y1="13.8" x2="26.07" y2="9.81" width="0.2032" layer="1"/> | ||||
| <wire x1="26.07" y1="9.81" x2="26.19" y2="9.81" width="0.2032" layer="1"/> | ||||
| <wire x1="78.08" y1="13.8" x2="78.08" y2="8.611" width="0.2032" layer="16"/> | ||||
| <wire x1="78.08" y1="8.611" x2="75.946" y2="6.477" width="0.2032" layer="16"/> | ||||
| <wire x1="75.946" y1="6.477" x2="27.94" y2="6.477" width="0.2032" layer="16"/> | ||||
| <wire x1="26.19" y1="8.227" x2="26.19" y2="9.81" width="0.2032" layer="16"/> | ||||
| <wire x1="27.94" y1="6.477" x2="26.19" y2="8.227" width="0.2032" layer="16"/> | ||||
| </signal> | ||||
| <signal name="USER_BUTTON"> | ||||
| <contactref element="IC2" pad="14"/> | ||||
| <contactref element="S2" pad="1"/> | ||||
| <wire x1="47.9178" y1="22.025" x2="51.127" y2="22.025" width="0.2032" layer="1"/> | ||||
| <wire x1="51.127" y1="22.025" x2="52.324" y2="20.828" width="0.2032" layer="1"/> | ||||
| <wire x1="52.324" y1="20.828" x2="52.324" y2="17.023" width="0.2032" layer="1"/> | ||||
| <wire x1="52.324" y1="17.023" x2="52.206" y2="16.905" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$16"> | ||||
| <contactref element="IC2" pad="6"/> | ||||
| <contactref element="LED1" pad="A"/> | ||||
| <wire x1="32.004" y1="25.781" x2="32.008" y2="25.785" width="0.2032" layer="1"/> | ||||
| <wire x1="32.008" y1="25.785" x2="32.008" y2="27.148" width="0.2032" layer="1"/> | ||||
| <wire x1="42.0822" y1="22.675" x2="40.8106" y2="22.675" width="0.2032" layer="1"/> | ||||
| <wire x1="40.8106" y1="22.675" x2="40.64" y2="22.5044" width="0.2032" layer="1"/> | ||||
| <wire x1="40.64" y1="22.5044" x2="35.2806" y2="22.5044" width="0.2032" layer="1"/> | ||||
| <wire x1="35.2806" y1="22.5044" x2="32.004" y2="25.781" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$18"> | ||||
| <contactref element="LED2" pad="C"/> | ||||
| <contactref element="R2" pad="1"/> | ||||
| <wire x1="57.824" y1="29.248" x2="60.1964" y2="29.248" width="0.2032" layer="1"/> | ||||
| <wire x1="60.1964" y1="29.248" x2="60.3504" y2="29.094" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="N$19"> | ||||
| <contactref element="IC2" pad="17"/> | ||||
| <contactref element="LED2" pad="A"/> | ||||
| <wire x1="47.9178" y1="23.975" x2="48.867" y2="23.975" width="0.2032" layer="1"/> | ||||
| <wire x1="48.867" y1="23.975" x2="49.276" y2="24.384" width="0.2032" layer="1"/> | ||||
| <via x="49.276" y="24.384" extent="1-16" drill="0.5"/> | ||||
| <wire x1="49.276" y1="24.384" x2="52.07" y2="27.178" width="0.2032" layer="16"/> | ||||
| <wire x1="52.07" y1="27.178" x2="56.007" y2="27.178" width="0.2032" layer="16"/> | ||||
| <via x="56.007" y="27.178" extent="1-16" drill="0.5"/> | ||||
| <wire x1="56.007" y1="27.178" x2="57.794" y2="27.178" width="0.2032" layer="1"/> | ||||
| <wire x1="57.794" y1="27.178" x2="57.824" y2="27.148" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| <signal name="HV_EN"> | ||||
| <contactref element="IC2" pad="18"/> | ||||
| <contactref element="JP1" pad="EN"/> | ||||
| <contactref element="JP2" pad="EN"/> | ||||
| <wire x1="45" y1="38" x2="45" y2="35.5092" width="0.3048" layer="16"/> | ||||
| <wire x1="45" y1="35.5092" x2="50.0888" y2="35.5092" width="0.3048" layer="16"/> | ||||
| <wire x1="50.0888" y1="35.5092" x2="50.0888" y2="33" width="0.3048" layer="16"/> | ||||
| <wire x1="50.0888" y1="33" x2="50.08" y2="33" width="0.3048" layer="16"/> | ||||
| <contactref element="R3" pad="1"/> | ||||
| <wire x1="47.9178" y1="24.625" x2="46.495" y2="24.625" width="0.2032" layer="1"/> | ||||
| <wire x1="46.495" y1="24.625" x2="46.482" y2="24.638" width="0.2032" layer="1"/> | ||||
| <via x="46.482" y="24.638" extent="1-16" drill="0.5"/> | ||||
| <wire x1="46.482" y1="24.638" x2="51.181" y2="29.337" width="0.2032" layer="16"/> | ||||
| <via x="51.181" y="29.337" extent="1-16" drill="0.5"/> | ||||
| <wire x1="51.181" y1="29.337" x2="49.668" y2="29.337" width="0.2032" layer="1"/> | ||||
| <wire x1="50.08" y1="33" x2="49.668" y2="32.588" width="0.2032" layer="1"/> | ||||
| <wire x1="49.668" y1="32.588" x2="49.668" y2="29.337" width="0.2032" layer="1"/> | ||||
| </signal> | ||||
| </signals> | ||||
| </board> | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								pogo_rig/pcb/exixe_pogo.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								pogo_rig/pcb/exixe_pogo.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,6 +1,6 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <!DOCTYPE eagle SYSTEM "eagle.dtd"> | ||||
| <eagle version="8.5.0"> | ||||
| <eagle version="8.5.1"> | ||||
| <drawing> | ||||
| <settings> | ||||
| <setting alwaysvectorfont="yes"/> | ||||
| @@ -274,13 +274,13 @@ | ||||
| <text x="17.9578" y="24.003" size="1.27" layer="21">9</text> | ||||
| <text x="16.6878" y="20.193" size="1.27" layer="21">0</text> | ||||
| <text x="10.668" y="20.2438" size="1.27" layer="21" rot="R90">ANODE</text> | ||||
| <text x="13.0048" y="17.018" size="1.27" layer="21">DL</text> | ||||
| <text x="12.8778" y="13.589" size="1.27" layer="21">PB3</text> | ||||
| <text x="12.1158" y="17.018" size="1.27" layer="21">DL</text> | ||||
| <text x="12.6238" y="13.589" size="1.27" layer="21">PB3</text> | ||||
| <text x="8.3312" y="9.779" size="1.27" layer="21" rot="R180">PF0</text> | ||||
| <text x="5.4102" y="14.224" size="1.27" layer="21" rot="R180">PF1</text> | ||||
| <text x="7.7978" y="13.716" size="1.27" layer="21">PB6</text> | ||||
| <text x="2.5908" y="12.954" size="1.27" layer="21">PF1</text> | ||||
| <text x="7.6708" y="13.589" size="1.27" layer="21">PB6</text> | ||||
| <pad name="DOT_RIGHT" x="7.123" y="19.8997" drill="0.635" diameter="1.4224" rot="R90"/> | ||||
| <text x="5.5118" y="17.018" size="1.27" layer="21">DR</text> | ||||
| <text x="6.1468" y="17.018" size="1.27" layer="21">DR</text> | ||||
| </package> | ||||
| </packages> | ||||
| <symbols> | ||||
| @@ -984,68 +984,67 @@ by exp-lbrs.ulp</description> | ||||
| </package> | ||||
| <package name="TAOBAO_PKG"> | ||||
| <description><b>PIN HEADER</b></description> | ||||
| <wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="0.635" x2="3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="-0.635" x2="-3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="1.27" x2="-3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="-0.635" x2="-4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="-0.635" x2="-1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="1.27" x2="-1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.27" y1="-0.635" x2="-1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-1.905" y1="-1.27" x2="-3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.175" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="0.635" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="-0.635" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="1.27" x2="6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="0.635" x2="6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="-0.635" x2="5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="-1.27" x2="4.445" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="-1.27" x2="3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="0.635" x2="4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.81" y1="-0.635" x2="3.175" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="-1.27" x2="1.905" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="-1.27" x2="1.27" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="-0.635" x2="1.27" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="1.27" y1="0.635" x2="1.905" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="1.905" y1="1.27" x2="3.175" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="3.175" y1="1.27" x2="3.81" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="-0.635" x2="6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="5.715" y1="-1.27" x2="6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="6.35" y1="0.635" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="4.445" y1="1.27" x2="5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-5.715" y2="-1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="-1.27" x2="-6.35" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="-0.635" x2="-6.35" y2="0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-6.35" y1="0.635" x2="-5.715" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-4.445" y1="-1.27" x2="-3.81" y2="-0.635" width="0.1524" layer="21"/> | ||||
| <wire x1="-3.81" y1="0.635" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-5.715" y1="1.27" x2="-4.445" y2="1.27" width="0.1524" layer="21"/> | ||||
| <wire x1="-7.509" y1="-16.113" x2="-7.509" y2="1.887" width="0.127" layer="21"/> | ||||
| <wire x1="-7.509" y1="1.887" x2="7.491" y2="1.887" width="0.127" layer="21"/> | ||||
| <wire x1="7.491" y1="1.887" x2="7.491" y2="-16.113" width="0.127" layer="21"/> | ||||
| <wire x1="7.491" y1="-16.113" x2="-7.509" y2="-16.113" width="0.127" layer="21"/> | ||||
| <rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51"/> | ||||
| <rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51"/> | ||||
| <rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51"/> | ||||
| <pad name="5V" x="-5.08" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="EN" x="0" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="GND" x="2.54" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="GND2" x="-2.54" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <pad name="HV" x="5.08" y="0" drill="1.016" shape="long" rot="R90"/> | ||||
| <text x="2.032" y="-2.921" size="1.27" layer="21">G</text> | ||||
| <text x="4.064" y="-2.921" size="1.27" layer="21">HV</text> | ||||
| <text x="-3.048" y="-2.921" size="1.27" layer="21">G</text> | ||||
| <text x="-6.096" y="-2.921" size="1.27" layer="21">5V</text> | ||||
| <text x="-1.016" y="-2.921" size="1.27" layer="21">EN</text> | ||||
| <rectangle x1="-2.794" y1="-0.254" x2="-2.286" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="2.286" y1="-0.254" x2="2.794" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="4.826" y1="-0.254" x2="5.334" y2="0.254" layer="51" rot="R180"/> | ||||
| <rectangle x1="-5.334" y1="-0.254" x2="-4.826" y2="0.254" layer="51" rot="R180"/> | ||||
| <pad name="5V" x="5.08" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="EN" x="0" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="GND" x="-2.54" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="GND2" x="2.54" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <pad name="HV" x="-5.08" y="0" drill="1.016" shape="long" rot="R270"/> | ||||
| <text x="-2.032" y="-1.905" size="1.27" layer="21" rot="R180">G</text> | ||||
| <text x="-4.064" y="-1.905" size="1.27" layer="21" rot="R180">HV</text> | ||||
| <text x="3.048" y="-1.905" size="1.27" layer="21" rot="R180">G</text> | ||||
| <text x="6.096" y="-1.905" size="1.27" layer="21" rot="R180">5V</text> | ||||
| <text x="1.016" y="-1.905" size="1.27" layer="21" rot="R180">EN</text> | ||||
| </package> | ||||
| <package name="M3_MOUNTING_HOLE_PACK"> | ||||
| <circle x="0" y="0" radius="2" width="0" layer="41"/> | ||||
| <circle x="0" y="0" radius="2" width="0" layer="42"/> | ||||
| <hole x="0" y="0" drill="3.2"/> | ||||
| <circle x="0" y="0" radius="3.3229" width="0.1524" layer="51"/> | ||||
| <circle x="0" y="0" radius="2.35" width="0.1524" layer="51"/> | ||||
| <circle x="0" y="0" radius="2.4" width="0.1524" layer="51"/> | ||||
| </package> | ||||
| <package name="0402-CAP"> | ||||
| <description><b>CAPACITOR</b><p> | ||||
| @@ -6038,9 +6037,7 @@ MAX3223-MAX3243.pdf</description> | ||||
| <part name="C1" library="clock" deviceset="CAP" device="0805"/> | ||||
| <part name="C2" library="clock" deviceset="CAP" device="0805"/> | ||||
| <part name="C4" library="clock" deviceset="C-US" device="C1210"/> | ||||
| <part name="+3V1" library="clock" deviceset="+3V3" device=""/> | ||||
| <part name="P+1" library="clock" deviceset="+5V" device=""/> | ||||
| <part name="P+2" library="clock" deviceset="+180V" device=""/> | ||||
| <part name="GND1" library="clock" deviceset="GND" device=""/> | ||||
| <part name="LED1" library="clock" deviceset="LED" device="CHIP-LED0805"/> | ||||
| <part name="LED2" library="clock" deviceset="LED" device="CHIP-LED0805"/> | ||||
| @@ -6061,14 +6058,27 @@ MAX3223-MAX3243.pdf</description> | ||||
| <part name="+3V3" library="clock" deviceset="+3V3" device=""/> | ||||
| <part name="GND7" library="clock" deviceset="GND" device=""/> | ||||
| <part name="GND8" library="clock" deviceset="GND" device=""/> | ||||
| <part name="GND9" library="clock" deviceset="GND" device=""/> | ||||
| <part name="+3V4" library="clock" deviceset="+3V3" device=""/> | ||||
| <part name="+3V5" library="clock" deviceset="+3V3" device=""/> | ||||
| <part name="+3V6" library="clock" deviceset="+3V3" device=""/> | ||||
| <part name="+3V7" library="clock" deviceset="+3V3" device=""/> | ||||
| <part name="GND10" library="clock" deviceset="GND" device=""/> | ||||
| <part name="GND11" library="clock" deviceset="GND" device=""/> | ||||
| <part name="GND12" library="clock" deviceset="GND" device=""/> | ||||
| <part name="P+4" library="clock" deviceset="+180V" device=""/> | ||||
| <part name="P+5" library="clock" deviceset="+5V" device=""/> | ||||
| <part name="GND13" library="clock" deviceset="GND" device=""/> | ||||
| <part name="P+6" library="clock" deviceset="+180V" device=""/> | ||||
| <part name="P+7" library="clock" deviceset="+180V" device=""/> | ||||
| <part name="U$15" library="clock" deviceset="M3_MOUNTING_HOLE" device=""/> | ||||
| <part name="U$16" library="clock" deviceset="M3_MOUNTING_HOLE" device=""/> | ||||
| <part name="U$17" library="clock" deviceset="M3_MOUNTING_HOLE" device=""/> | ||||
| <part name="U$18" library="clock" deviceset="M3_MOUNTING_HOLE" device=""/> | ||||
| <part name="GND14" library="clock" deviceset="GND" device=""/> | ||||
| <part name="GND15" library="clock" deviceset="GND" device=""/> | ||||
| <part name="R2" library="clock" deviceset="RESISTOR" device="0805-RES"/> | ||||
| <part name="GND9" library="clock" deviceset="GND" device=""/> | ||||
| <part name="R3" library="clock" deviceset="RESISTOR" device="0805-RES"/> | ||||
| <part name="P+2" library="clock" deviceset="+5V" device=""/> | ||||
| </parts> | ||||
| <sheets> | ||||
| <sheet> | ||||
| @@ -6080,16 +6090,16 @@ HV pullup resistor</text> | ||||
| <instances> | ||||
| <instance part="U$1" gate="G$1" x="-200.66" y="-17.78"/> | ||||
| <instance part="U$2" gate="G$1" x="-200.66" y="-121.92"/> | ||||
| <instance part="N1" gate="G$1" x="-124.46" y="-33.02"/> | ||||
| <instance part="N1" gate="G$1" x="-106.68" y="-33.02"/> | ||||
| <instance part="X1" gate="G$1" x="88.9" y="-162.56"/> | ||||
| <instance part="JP1" gate="A" x="-10.16" y="-7.62"/> | ||||
| <instance part="JP2" gate="A" x="-10.16" y="-30.48"/> | ||||
| <instance part="JP1" gate="A" x="-20.32" y="-10.16"/> | ||||
| <instance part="JP2" gate="A" x="7.62" y="-10.16"/> | ||||
| <instance part="U$3" gate="G$1" x="132.08" y="-15.24"/> | ||||
| <instance part="U$4" gate="G$1" x="132.08" y="-25.4"/> | ||||
| <instance part="U$5" gate="G$1" x="134.62" y="-38.1"/> | ||||
| <instance part="U$6" gate="G$1" x="132.08" y="-48.26"/> | ||||
| <instance part="U$7" gate="G$1" x="132.08" y="-55.88"/> | ||||
| <instance part="U$8" gate="G$1" x="137.16" y="-66.04"/> | ||||
| <instance part="U$8" gate="G$1" x="116.84" y="-45.72"/> | ||||
| <instance part="U$9" gate="G$1" x="165.1" y="-63.5"/> | ||||
| <instance part="U$10" gate="G$1" x="180.34" y="-35.56"/> | ||||
| <instance part="U$11" gate="G$1" x="223.52" y="-22.86"/> | ||||
| @@ -6100,16 +6110,14 @@ HV pullup resistor</text> | ||||
| <instance part="C1" gate="G$1" x="157.48" y="-129.54"/> | ||||
| <instance part="C2" gate="G$1" x="167.64" y="-129.54"/> | ||||
| <instance part="C4" gate="G$1" x="106.68" y="-127"/> | ||||
| <instance part="+3V1" gate="G$1" x="-81.28" y="-104.14"/> | ||||
| <instance part="P+1" gate="1" x="78.74" y="-157.48"/> | ||||
| <instance part="P+2" gate="1" x="-22.86" y="-83.82"/> | ||||
| <instance part="GND1" gate="1" x="78.74" y="-165.1"/> | ||||
| <instance part="LED1" gate="G$1" x="-73.66" y="-106.68" rot="R90"/> | ||||
| <instance part="LED2" gate="G$1" x="-25.4" y="-101.6"/> | ||||
| <instance part="LED1" gate="G$1" x="127" y="-68.58" rot="R90"/> | ||||
| <instance part="LED2" gate="G$1" x="109.22" y="-111.76" rot="R90"/> | ||||
| <instance part="JP3" gate="A" x="-17.78" y="-134.62"/> | ||||
| <instance part="JP4" gate="A" x="-17.78" y="-152.4"/> | ||||
| <instance part="JP4" gate="A" x="160.02" y="-91.44"/> | ||||
| <instance part="IC1" gate="G$1" x="124.46" y="-124.46"/> | ||||
| <instance part="R1" gate="G$1" x="-58.42" y="-106.68"/> | ||||
| <instance part="R1" gate="G$1" x="142.24" y="-68.58"/> | ||||
| <instance part="S1" gate="S" x="35.56" y="-76.2"/> | ||||
| <instance part="C3" gate="G$1" x="144.78" y="-127"/> | ||||
| <instance part="P+3" gate="1" x="101.6" y="-121.92"/> | ||||
| @@ -6117,20 +6125,33 @@ HV pullup resistor</text> | ||||
| <instance part="+3V2" gate="G$1" x="180.34" y="-121.92"/> | ||||
| <instance part="GND3" gate="1" x="106.68" y="-134.62"/> | ||||
| <instance part="GND4" gate="1" x="144.78" y="-134.62"/> | ||||
| <instance part="S2" gate="S" x="25.4" y="-149.86"/> | ||||
| <instance part="S2" gate="S" x="127" y="-101.6"/> | ||||
| <instance part="GND5" gate="1" x="157.48" y="-134.62"/> | ||||
| <instance part="GND6" gate="1" x="167.64" y="-134.62"/> | ||||
| <instance part="+3V3" gate="G$1" x="53.34" y="-66.04"/> | ||||
| <instance part="GND7" gate="1" x="53.34" y="-104.14"/> | ||||
| <instance part="GND8" gate="1" x="-12.7" y="-132.08"/> | ||||
| <instance part="GND9" gate="1" x="-12.7" y="-149.86"/> | ||||
| <instance part="+3V4" gate="G$1" x="-30.48" y="-127"/> | ||||
| <instance part="+3V5" gate="G$1" x="-30.48" y="-144.78"/> | ||||
| <instance part="+3V6" gate="G$1" x="-203.2" y="5.08"/> | ||||
| <instance part="+3V7" gate="G$1" x="-203.2" y="-99.06"/> | ||||
| <instance part="GND10" gate="1" x="-200.66" y="-205.74"/> | ||||
| <instance part="GND11" gate="1" x="-200.66" y="-93.98"/> | ||||
| <instance part="GND12" gate="1" x="-48.26" y="-109.22"/> | ||||
| <instance part="GND12" gate="1" x="152.4" y="-71.12"/> | ||||
| <instance part="P+4" gate="1" x="-45.72" y="-2.54"/> | ||||
| <instance part="P+5" gate="1" x="-53.34" y="-7.62"/> | ||||
| <instance part="GND13" gate="1" x="-45.72" y="-15.24"/> | ||||
| <instance part="P+6" gate="1" x="-198.12" y="5.08"/> | ||||
| <instance part="P+7" gate="1" x="-198.12" y="-99.06"/> | ||||
| <instance part="U$15" gate="G$1" x="287.02" y="-25.4"/> | ||||
| <instance part="U$16" gate="G$1" x="289.56" y="-45.72"/> | ||||
| <instance part="U$17" gate="G$1" x="287.02" y="-58.42"/> | ||||
| <instance part="U$18" gate="G$1" x="297.18" y="-68.58"/> | ||||
| <instance part="GND14" gate="1" x="27.94" y="-81.28"/> | ||||
| <instance part="GND15" gate="1" x="139.7" y="-104.14"/> | ||||
| <instance part="R2" gate="G$1" x="119.38" y="-111.76"/> | ||||
| <instance part="GND9" gate="1" x="124.46" y="-114.3"/> | ||||
| <instance part="R3" gate="G$1" x="-73.66" y="-2.54" rot="R90"/> | ||||
| <instance part="P+2" gate="1" x="-73.66" y="5.08"/> | ||||
| </instances> | ||||
| <busses> | ||||
| </busses> | ||||
| @@ -6149,6 +6170,18 @@ HV pullup resistor</text> | ||||
| <wire x1="106.68" y1="-124.46" x2="111.76" y2="-124.46" width="0.1524" layer="91"/> | ||||
| <junction x="106.68" y="-124.46"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="JP1" gate="A" pin="5V"/> | ||||
| <wire x1="-53.34" y1="-10.16" x2="-30.48" y2="-10.16" width="0.1524" layer="91"/> | ||||
| <pinref part="JP2" gate="A" pin="5V"/> | ||||
| <wire x1="-30.48" y1="-10.16" x2="-2.54" y2="-10.16" width="0.1524" layer="91"/> | ||||
| <junction x="-30.48" y="-10.16"/> | ||||
| <pinref part="P+5" gate="1" pin="+5V"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="R3" gate="G$1" pin="2"/> | ||||
| <pinref part="P+2" gate="1" pin="+5V"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="GND" class="0"> | ||||
| <segment> | ||||
| @@ -6191,11 +6224,6 @@ HV pullup resistor</text> | ||||
| <wire x1="-20.32" y1="-129.54" x2="-12.7" y2="-129.54" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="JP4" gate="A" pin="1"/> | ||||
| <pinref part="GND9" gate="1" pin="GND"/> | ||||
| <wire x1="-20.32" y1="-147.32" x2="-12.7" y2="-147.32" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="U$2" gate="G$1" pin="GND"/> | ||||
| <pinref part="GND10" gate="1" pin="GND"/> | ||||
| </segment> | ||||
| @@ -6206,7 +6234,33 @@ HV pullup resistor</text> | ||||
| <segment> | ||||
| <pinref part="R1" gate="G$1" pin="2"/> | ||||
| <pinref part="GND12" gate="1" pin="GND"/> | ||||
| <wire x1="-53.34" y1="-106.68" x2="-48.26" y2="-106.68" width="0.1524" layer="91"/> | ||||
| <wire x1="147.32" y1="-68.58" x2="152.4" y2="-68.58" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="JP1" gate="A" pin="GND"/> | ||||
| <wire x1="-45.72" y1="-12.7" x2="-30.48" y2="-12.7" width="0.1524" layer="91"/> | ||||
| <pinref part="JP2" gate="A" pin="GND"/> | ||||
| <wire x1="-30.48" y1="-12.7" x2="-2.54" y2="-12.7" width="0.1524" layer="91"/> | ||||
| <junction x="-30.48" y="-12.7"/> | ||||
| <pinref part="GND13" gate="1" pin="GND"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="GND14" gate="1" pin="GND"/> | ||||
| <wire x1="27.94" y1="-78.74" x2="27.94" y2="-76.2" width="0.1524" layer="91"/> | ||||
| <pinref part="S1" gate="S" pin="1"/> | ||||
| <wire x1="27.94" y1="-76.2" x2="30.48" y2="-76.2" width="0.1524" layer="91"/> | ||||
| <pinref part="S1" gate="S" pin="2"/> | ||||
| <wire x1="27.94" y1="-78.74" x2="30.48" y2="-78.74" width="0.1524" layer="91"/> | ||||
| <junction x="27.94" y="-78.74"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="S2" gate="S" pin="3"/> | ||||
| <pinref part="GND15" gate="1" pin="GND"/> | ||||
| <wire x1="132.08" y1="-101.6" x2="139.7" y2="-101.6" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="R2" gate="G$1" pin="2"/> | ||||
| <pinref part="GND9" gate="1" pin="GND"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="+3V3" class="0"> | ||||
| @@ -6240,12 +6294,6 @@ HV pullup resistor</text> | ||||
| <wire x1="-30.48" y1="-132.08" x2="-20.32" y2="-132.08" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="+3V5" gate="G$1" pin="+3V3"/> | ||||
| <pinref part="JP4" gate="A" pin="2"/> | ||||
| <wire x1="-30.48" y1="-147.32" x2="-30.48" y2="-149.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-30.48" y1="-149.86" x2="-20.32" y2="-149.86" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="3V"/> | ||||
| <pinref part="+3V6" gate="G$1" pin="+3V3"/> | ||||
| </segment> | ||||
| @@ -6253,11 +6301,6 @@ HV pullup resistor</text> | ||||
| <pinref part="U$2" gate="G$1" pin="3V"/> | ||||
| <pinref part="+3V7" gate="G$1" pin="+3V3"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="+3V1" gate="G$1" pin="+3V3"/> | ||||
| <pinref part="LED1" gate="G$1" pin="A"/> | ||||
| <wire x1="-81.28" y1="-106.68" x2="-76.2" y2="-106.68" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$2" class="0"> | ||||
| <segment> | ||||
| @@ -6269,208 +6312,218 @@ HV pullup resistor</text> | ||||
| <net name="SWCLK" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA14"/> | ||||
| <wire x1="111.76" y1="-96.52" x2="96.52" y2="-96.52" width="0.1524" layer="91"/> | ||||
| <wire x1="116.84" y1="-96.52" x2="96.52" y2="-96.52" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-96.52" size="1.778" layer="95"/> | ||||
| <wire x1="116.84" y1="-96.52" x2="116.84" y2="-91.44" width="0.1524" layer="91"/> | ||||
| <pinref part="JP4" gate="A" pin="3"/> | ||||
| <wire x1="116.84" y1="-91.44" x2="157.48" y2="-91.44" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="SWDIO" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA13"/> | ||||
| <wire x1="111.76" y1="-93.98" x2="96.52" y2="-93.98" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-93.98" size="1.778" layer="95"/> | ||||
| <pinref part="JP4" gate="A" pin="4"/> | ||||
| <wire x1="157.48" y1="-93.98" x2="96.52" y2="-93.98" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$1" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT1"/> | ||||
| <pinref part="N1" gate="G$1" pin="1"/> | ||||
| <wire x1="-185.42" y1="-22.86" x2="-160.02" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-22.86" x2="-142.24" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT1"/> | ||||
| <wire x1="-160.02" y1="-22.86" x2="-132.08" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-127" x2="-160.02" y2="-127" width="0.1524" layer="91"/> | ||||
| <wire x1="-160.02" y1="-127" x2="-160.02" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <junction x="-160.02" y="-22.86"/> | ||||
| <wire x1="-142.24" y1="-22.86" x2="-114.3" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-127" x2="-142.24" y2="-127" width="0.1524" layer="91"/> | ||||
| <wire x1="-142.24" y1="-127" x2="-142.24" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <junction x="-142.24" y="-22.86"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$3" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT2"/> | ||||
| <wire x1="-185.42" y1="-27.94" x2="-182.88" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-27.94" x2="-165.1" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="2"/> | ||||
| <wire x1="-182.88" y1="-27.94" x2="-182.88" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-182.88" y1="-25.4" x2="-157.48" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-165.1" y1="-27.94" x2="-165.1" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-165.1" y1="-25.4" x2="-139.7" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT2"/> | ||||
| <wire x1="-157.48" y1="-25.4" x2="-132.08" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-132.08" x2="-157.48" y2="-132.08" width="0.1524" layer="91"/> | ||||
| <wire x1="-157.48" y1="-132.08" x2="-157.48" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <junction x="-157.48" y="-25.4"/> | ||||
| <wire x1="-139.7" y1="-25.4" x2="-114.3" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-132.08" x2="-139.7" y2="-132.08" width="0.1524" layer="91"/> | ||||
| <wire x1="-139.7" y1="-132.08" x2="-139.7" y2="-25.4" width="0.1524" layer="91"/> | ||||
| <junction x="-139.7" y="-25.4"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$4" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT3"/> | ||||
| <wire x1="-185.42" y1="-33.02" x2="-180.34" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <wire x1="-180.34" y1="-33.02" x2="-180.34" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-33.02" x2="-162.56" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <wire x1="-162.56" y1="-33.02" x2="-162.56" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="3"/> | ||||
| <wire x1="-180.34" y1="-27.94" x2="-154.94" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <wire x1="-162.56" y1="-27.94" x2="-137.16" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT3"/> | ||||
| <wire x1="-154.94" y1="-27.94" x2="-132.08" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-137.16" x2="-154.94" y2="-137.16" width="0.1524" layer="91"/> | ||||
| <wire x1="-154.94" y1="-137.16" x2="-154.94" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <junction x="-154.94" y="-27.94"/> | ||||
| <wire x1="-137.16" y1="-27.94" x2="-114.3" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-137.16" x2="-137.16" y2="-137.16" width="0.1524" layer="91"/> | ||||
| <wire x1="-137.16" y1="-137.16" x2="-137.16" y2="-27.94" width="0.1524" layer="91"/> | ||||
| <junction x="-137.16" y="-27.94"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$5" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT4"/> | ||||
| <wire x1="-185.42" y1="-38.1" x2="-177.8" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <wire x1="-177.8" y1="-38.1" x2="-177.8" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-38.1" x2="-160.02" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <wire x1="-160.02" y1="-38.1" x2="-160.02" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="4"/> | ||||
| <wire x1="-177.8" y1="-30.48" x2="-152.4" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <wire x1="-160.02" y1="-30.48" x2="-134.62" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT4"/> | ||||
| <wire x1="-152.4" y1="-30.48" x2="-132.08" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-142.24" x2="-152.4" y2="-142.24" width="0.1524" layer="91"/> | ||||
| <wire x1="-152.4" y1="-142.24" x2="-152.4" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <junction x="-152.4" y="-30.48"/> | ||||
| <wire x1="-134.62" y1="-30.48" x2="-114.3" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-142.24" x2="-134.62" y2="-142.24" width="0.1524" layer="91"/> | ||||
| <wire x1="-134.62" y1="-142.24" x2="-134.62" y2="-30.48" width="0.1524" layer="91"/> | ||||
| <junction x="-134.62" y="-30.48"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$6" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT5"/> | ||||
| <wire x1="-185.42" y1="-43.18" x2="-175.26" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <wire x1="-175.26" y1="-43.18" x2="-175.26" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-43.18" x2="-157.48" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <wire x1="-157.48" y1="-43.18" x2="-157.48" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="5"/> | ||||
| <wire x1="-175.26" y1="-33.02" x2="-149.86" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <wire x1="-157.48" y1="-33.02" x2="-132.08" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT5"/> | ||||
| <wire x1="-149.86" y1="-33.02" x2="-132.08" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-147.32" x2="-149.86" y2="-147.32" width="0.1524" layer="91"/> | ||||
| <wire x1="-149.86" y1="-147.32" x2="-149.86" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <junction x="-149.86" y="-33.02"/> | ||||
| <wire x1="-132.08" y1="-33.02" x2="-114.3" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-147.32" x2="-132.08" y2="-147.32" width="0.1524" layer="91"/> | ||||
| <wire x1="-132.08" y1="-147.32" x2="-132.08" y2="-33.02" width="0.1524" layer="91"/> | ||||
| <junction x="-132.08" y="-33.02"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$7" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT6"/> | ||||
| <wire x1="-185.42" y1="-48.26" x2="-172.72" y2="-48.26" width="0.1524" layer="91"/> | ||||
| <wire x1="-172.72" y1="-48.26" x2="-172.72" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-48.26" x2="-154.94" y2="-48.26" width="0.1524" layer="91"/> | ||||
| <wire x1="-154.94" y1="-48.26" x2="-154.94" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="6"/> | ||||
| <wire x1="-172.72" y1="-35.56" x2="-147.32" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-154.94" y1="-35.56" x2="-129.54" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT6"/> | ||||
| <wire x1="-147.32" y1="-35.56" x2="-132.08" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-152.4" x2="-147.32" y2="-152.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-147.32" y1="-152.4" x2="-147.32" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <junction x="-147.32" y="-35.56"/> | ||||
| <wire x1="-129.54" y1="-35.56" x2="-114.3" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-152.4" x2="-129.54" y2="-152.4" width="0.1524" layer="91"/> | ||||
| <wire x1="-129.54" y1="-152.4" x2="-129.54" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <junction x="-129.54" y="-35.56"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$8" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT7"/> | ||||
| <wire x1="-185.42" y1="-53.34" x2="-170.18" y2="-53.34" width="0.1524" layer="91"/> | ||||
| <wire x1="-170.18" y1="-53.34" x2="-170.18" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-53.34" x2="-152.4" y2="-53.34" width="0.1524" layer="91"/> | ||||
| <wire x1="-152.4" y1="-53.34" x2="-152.4" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="7"/> | ||||
| <wire x1="-170.18" y1="-38.1" x2="-144.78" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <wire x1="-152.4" y1="-38.1" x2="-127" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT7"/> | ||||
| <wire x1="-144.78" y1="-38.1" x2="-132.08" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-157.48" x2="-144.78" y2="-157.48" width="0.1524" layer="91"/> | ||||
| <wire x1="-144.78" y1="-157.48" x2="-144.78" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <junction x="-144.78" y="-38.1"/> | ||||
| <wire x1="-127" y1="-38.1" x2="-114.3" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-157.48" x2="-127" y2="-157.48" width="0.1524" layer="91"/> | ||||
| <wire x1="-127" y1="-157.48" x2="-127" y2="-38.1" width="0.1524" layer="91"/> | ||||
| <junction x="-127" y="-38.1"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$9" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT8"/> | ||||
| <wire x1="-185.42" y1="-58.42" x2="-167.64" y2="-58.42" width="0.1524" layer="91"/> | ||||
| <wire x1="-167.64" y1="-58.42" x2="-167.64" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-58.42" x2="-149.86" y2="-58.42" width="0.1524" layer="91"/> | ||||
| <wire x1="-149.86" y1="-58.42" x2="-149.86" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="8"/> | ||||
| <wire x1="-167.64" y1="-40.64" x2="-142.24" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <wire x1="-149.86" y1="-40.64" x2="-124.46" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT8"/> | ||||
| <wire x1="-142.24" y1="-40.64" x2="-132.08" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-162.56" x2="-142.24" y2="-162.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-142.24" y1="-162.56" x2="-142.24" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <junction x="-142.24" y="-40.64"/> | ||||
| <wire x1="-124.46" y1="-40.64" x2="-114.3" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-162.56" x2="-124.46" y2="-162.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-124.46" y1="-162.56" x2="-124.46" y2="-40.64" width="0.1524" layer="91"/> | ||||
| <junction x="-124.46" y="-40.64"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$10" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT9"/> | ||||
| <wire x1="-185.42" y1="-63.5" x2="-165.1" y2="-63.5" width="0.1524" layer="91"/> | ||||
| <wire x1="-165.1" y1="-63.5" x2="-165.1" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-63.5" x2="-147.32" y2="-63.5" width="0.1524" layer="91"/> | ||||
| <wire x1="-147.32" y1="-63.5" x2="-147.32" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="9"/> | ||||
| <wire x1="-165.1" y1="-43.18" x2="-139.7" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <wire x1="-147.32" y1="-43.18" x2="-121.92" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT9"/> | ||||
| <wire x1="-139.7" y1="-43.18" x2="-132.08" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-167.64" x2="-139.7" y2="-167.64" width="0.1524" layer="91"/> | ||||
| <wire x1="-139.7" y1="-167.64" x2="-139.7" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <junction x="-139.7" y="-43.18"/> | ||||
| <wire x1="-121.92" y1="-43.18" x2="-114.3" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-167.64" x2="-121.92" y2="-167.64" width="0.1524" layer="91"/> | ||||
| <wire x1="-121.92" y1="-167.64" x2="-121.92" y2="-43.18" width="0.1524" layer="91"/> | ||||
| <junction x="-121.92" y="-43.18"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$11" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="DIGIT0"/> | ||||
| <wire x1="-185.42" y1="-68.58" x2="-162.56" y2="-68.58" width="0.1524" layer="91"/> | ||||
| <wire x1="-162.56" y1="-68.58" x2="-162.56" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-68.58" x2="-144.78" y2="-68.58" width="0.1524" layer="91"/> | ||||
| <wire x1="-144.78" y1="-68.58" x2="-144.78" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="0"/> | ||||
| <wire x1="-162.56" y1="-45.72" x2="-137.16" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-144.78" y1="-45.72" x2="-119.38" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="DIGIT0"/> | ||||
| <wire x1="-137.16" y1="-45.72" x2="-132.08" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-172.72" x2="-137.16" y2="-172.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-137.16" y1="-172.72" x2="-137.16" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <junction x="-137.16" y="-45.72"/> | ||||
| <wire x1="-119.38" y1="-45.72" x2="-114.3" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-172.72" x2="-119.38" y2="-172.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-119.38" y1="-172.72" x2="-119.38" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <junction x="-119.38" y="-45.72"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$13" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$2" gate="G$1" pin="DOT_LEFT"/> | ||||
| <wire x1="-185.42" y1="-177.8" x2="-109.22" y2="-177.8" width="0.1524" layer="91"/> | ||||
| <wire x1="-109.22" y1="-177.8" x2="-109.22" y2="-73.66" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-177.8" x2="-91.44" y2="-177.8" width="0.1524" layer="91"/> | ||||
| <wire x1="-91.44" y1="-177.8" x2="-91.44" y2="-73.66" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="LHDP"/> | ||||
| <wire x1="-109.22" y1="-73.66" x2="-109.22" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-109.22" y1="-22.86" x2="-114.3" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-91.44" y1="-73.66" x2="-91.44" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <wire x1="-91.44" y1="-22.86" x2="-96.52" y2="-22.86" width="0.1524" layer="91"/> | ||||
| <pinref part="U$1" gate="G$1" pin="DOT_LEFT"/> | ||||
| <wire x1="-185.42" y1="-73.66" x2="-109.22" y2="-73.66" width="0.1524" layer="91"/> | ||||
| <junction x="-109.22" y="-73.66"/> | ||||
| <wire x1="-185.42" y1="-73.66" x2="-91.44" y2="-73.66" width="0.1524" layer="91"/> | ||||
| <junction x="-91.44" y="-73.66"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$14" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="ANODE"/> | ||||
| <wire x1="-185.42" y1="-78.74" x2="-111.76" y2="-78.74" width="0.1524" layer="91"/> | ||||
| <wire x1="-111.76" y1="-78.74" x2="-111.76" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-78.74" x2="-93.98" y2="-78.74" width="0.1524" layer="91"/> | ||||
| <wire x1="-93.98" y1="-78.74" x2="-93.98" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <pinref part="N1" gate="G$1" pin="A"/> | ||||
| <wire x1="-111.76" y1="-35.56" x2="-114.3" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <wire x1="-93.98" y1="-35.56" x2="-96.52" y2="-35.56" width="0.1524" layer="91"/> | ||||
| <pinref part="U$2" gate="G$1" pin="ANODE"/> | ||||
| <wire x1="-185.42" y1="-187.96" x2="-111.76" y2="-187.96" width="0.1524" layer="91"/> | ||||
| <wire x1="-111.76" y1="-187.96" x2="-111.76" y2="-78.74" width="0.1524" layer="91"/> | ||||
| <junction x="-111.76" y="-78.74"/> | ||||
| <wire x1="-185.42" y1="-187.96" x2="-93.98" y2="-187.96" width="0.1524" layer="91"/> | ||||
| <wire x1="-93.98" y1="-187.96" x2="-93.98" y2="-78.74" width="0.1524" layer="91"/> | ||||
| <junction x="-93.98" y="-78.74"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$12" class="0"> | ||||
| <segment> | ||||
| <pinref part="U$2" gate="G$1" pin="DOT_RIGHT"/> | ||||
| <pinref part="N1" gate="G$1" pin="RHDP"/> | ||||
| <wire x1="-185.42" y1="-182.88" x2="-114.3" y2="-182.88" width="0.1524" layer="91"/> | ||||
| <wire x1="-114.3" y1="-182.88" x2="-114.3" y2="-45.72" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-182.88" x2="-96.52" y2="-182.88" width="0.1524" layer="91"/> | ||||
| <wire x1="-96.52" y1="-182.88" x2="-96.52" y2="-45.72" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="TX" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA2"/> | ||||
| <wire x1="111.76" y1="-73.66" x2="96.52" y2="-73.66" width="0.1524" layer="91"/> | ||||
| <wire x1="119.38" y1="-73.66" x2="96.52" y2="-73.66" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-73.66" size="1.778" layer="95"/> | ||||
| <pinref part="JP4" gate="A" pin="1"/> | ||||
| <wire x1="119.38" y1="-73.66" x2="119.38" y2="-86.36" width="0.1524" layer="91"/> | ||||
| <wire x1="119.38" y1="-86.36" x2="157.48" y2="-86.36" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="RX" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA3"/> | ||||
| <wire x1="111.76" y1="-76.2" x2="96.52" y2="-76.2" width="0.1524" layer="91"/> | ||||
| <wire x1="116.84" y1="-76.2" x2="96.52" y2="-76.2" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-76.2" size="1.778" layer="95"/> | ||||
| <pinref part="JP4" gate="A" pin="2"/> | ||||
| <wire x1="116.84" y1="-76.2" x2="116.84" y2="-88.9" width="0.1524" layer="91"/> | ||||
| <wire x1="116.84" y1="-88.9" x2="157.48" y2="-88.9" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$15" class="0"> | ||||
| <segment> | ||||
| <pinref part="LED1" gate="G$1" pin="C"/> | ||||
| <pinref part="R1" gate="G$1" pin="1"/> | ||||
| <wire x1="-63.5" y1="-106.68" x2="-68.58" y2="-106.68" width="0.1524" layer="91"/> | ||||
| <wire x1="137.16" y1="-68.58" x2="132.08" y2="-68.58" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="CS" class="0"> | ||||
| @@ -6542,6 +6595,105 @@ HV pullup resistor</text> | ||||
| <wire x1="-246.38" y1="-137.16" x2="-215.9" y2="-137.16" width="0.1524" layer="91"/> | ||||
| <label x="-231.14" y="-33.02" size="1.778" layer="95"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA1"/> | ||||
| <wire x1="111.76" y1="-71.12" x2="96.52" y2="-71.12" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-71.12" size="1.778" layer="95"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="+180V" class="0"> | ||||
| <segment> | ||||
| <pinref part="JP1" gate="A" pin="HV"/> | ||||
| <wire x1="-45.72" y1="-5.08" x2="-30.48" y2="-5.08" width="0.1524" layer="91"/> | ||||
| <pinref part="JP2" gate="A" pin="HV"/> | ||||
| <wire x1="-30.48" y1="-5.08" x2="-2.54" y2="-5.08" width="0.1524" layer="91"/> | ||||
| <junction x="-30.48" y="-5.08"/> | ||||
| <pinref part="P+4" gate="1" pin="+180V"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="U$1" gate="G$1" pin="HV"/> | ||||
| <pinref part="P+6" gate="1" pin="+180V"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="U$2" gate="G$1" pin="HV"/> | ||||
| <pinref part="P+7" gate="1" pin="+180V"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="EXIXE_SWCLK" class="0"> | ||||
| <segment> | ||||
| <pinref part="JP3" gate="A" pin="3"/> | ||||
| <wire x1="-40.64" y1="-134.62" x2="-20.32" y2="-134.62" width="0.1524" layer="91"/> | ||||
| <label x="-40.64" y="-134.62" size="1.778" layer="95"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="U$2" gate="G$1" pin="CLK"/> | ||||
| <label x="-175.26" y="-116.84" size="1.778" layer="95"/> | ||||
| <pinref part="U$1" gate="G$1" pin="CLK"/> | ||||
| <wire x1="-175.26" y1="-116.84" x2="-185.42" y2="-116.84" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-12.7" x2="-175.26" y2="-12.7" width="0.1524" layer="91"/> | ||||
| <wire x1="-175.26" y1="-12.7" x2="-175.26" y2="-116.84" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="EXIXE_SWDIO" class="0"> | ||||
| <segment> | ||||
| <pinref part="JP3" gate="A" pin="4"/> | ||||
| <wire x1="-40.64" y1="-137.16" x2="-20.32" y2="-137.16" width="0.1524" layer="91"/> | ||||
| <label x="-40.64" y="-137.16" size="1.778" layer="95"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="U$2" gate="G$1" pin="DIO"/> | ||||
| <label x="-175.26" y="-121.92" size="1.778" layer="95"/> | ||||
| <pinref part="U$1" gate="G$1" pin="DIO"/> | ||||
| <wire x1="-177.8" y1="-121.92" x2="-185.42" y2="-121.92" width="0.1524" layer="91"/> | ||||
| <wire x1="-185.42" y1="-17.78" x2="-177.8" y2="-17.78" width="0.1524" layer="91"/> | ||||
| <wire x1="-177.8" y1="-17.78" x2="-177.8" y2="-121.92" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="USER_BUTTON" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PB1"/> | ||||
| <wire x1="121.92" y1="-101.6" x2="96.52" y2="-101.6" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-101.6" size="1.778" layer="95"/> | ||||
| <pinref part="S2" gate="S" pin="1"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$16" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA0"/> | ||||
| <pinref part="LED1" gate="G$1" pin="A"/> | ||||
| <wire x1="96.52" y1="-68.58" x2="124.46" y2="-68.58" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$18" class="0"> | ||||
| <segment> | ||||
| <pinref part="LED2" gate="G$1" pin="C"/> | ||||
| <pinref part="R2" gate="G$1" pin="1"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="N$19" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA9"/> | ||||
| <wire x1="96.52" y1="-88.9" x2="101.6" y2="-88.9" width="0.1524" layer="91"/> | ||||
| <wire x1="101.6" y1="-88.9" x2="101.6" y2="-111.76" width="0.1524" layer="91"/> | ||||
| <pinref part="LED2" gate="G$1" pin="A"/> | ||||
| <wire x1="101.6" y1="-111.76" x2="106.68" y2="-111.76" width="0.1524" layer="91"/> | ||||
| </segment> | ||||
| </net> | ||||
| <net name="HV_EN" class="0"> | ||||
| <segment> | ||||
| <pinref part="IC2" gate="G$1" pin="PA10"/> | ||||
| <wire x1="96.52" y1="-91.44" x2="111.76" y2="-91.44" width="0.1524" layer="91"/> | ||||
| <label x="104.14" y="-91.44" size="1.778" layer="95"/> | ||||
| </segment> | ||||
| <segment> | ||||
| <pinref part="JP1" gate="A" pin="EN"/> | ||||
| <pinref part="JP2" gate="A" pin="EN"/> | ||||
| <wire x1="-30.48" y1="-7.62" x2="-2.54" y2="-7.62" width="0.1524" layer="91"/> | ||||
| <wire x1="-73.66" y1="-7.62" x2="-30.48" y2="-7.62" width="0.1524" layer="91"/> | ||||
| <junction x="-30.48" y="-7.62"/> | ||||
| <label x="-66.04" y="-7.62" size="1.778" layer="95"/> | ||||
| <pinref part="R3" gate="G$1" pin="1"/> | ||||
| </segment> | ||||
| </net> | ||||
| </nets> | ||||
| </sheet> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user