Make progress?

This commit is contained in:
Luca 2021-09-11 21:07:06 +02:00
parent cc170ef63e
commit a81b028acf
4 changed files with 1540 additions and 376 deletions

View File

@ -99,6 +99,29 @@ X ~ 2 0 -100 50 U 50 50 1 1 P
ENDDRAW ENDDRAW
ENDDEF ENDDEF
# #
# Device_LED_Small
#
DEF Device_LED_Small D 0 10 N N 1 F N
F0 "D" -50 125 50 H V L CNN
F1 "Device_LED_Small" -175 -100 50 H V L CNN
F2 "" 0 0 50 V I C CNN
F3 "" 0 0 50 V I C CNN
$FPLIST
LED*
LED_SMD:*
LED_THT:*
$ENDFPLIST
DRAW
P 2 0 1 10 -30 -40 -30 40 N
P 2 0 1 0 40 0 -30 0 N
P 4 0 1 10 30 -40 -30 0 30 40 30 -40 N
P 5 0 1 0 0 30 -20 50 -10 50 -20 50 -20 40 N
P 5 0 1 0 20 50 0 70 10 70 0 70 0 60 N
X K 1 -100 0 70 R 50 50 1 1 P
X A 2 100 0 70 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device_L_Small # Device_L_Small
# #
DEF Device_L_Small L 0 10 N N 1 F N DEF Device_L_Small L 0 10 N N 1 F N
@ -164,6 +187,21 @@ X VCC 8 0 300 100 D 50 50 1 1 W
ENDDRAW ENDDRAW
ENDDEF ENDDEF
# #
# clustercard_+0V95
#
DEF clustercard_+0V95 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "clustercard_+0V95" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +0V95 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# clustercard_Bus_PCI_Express_x4 # clustercard_Bus_PCI_Express_x4
# #
DEF clustercard_Bus_PCI_Express_x4 J 0 40 Y Y 1 F N DEF clustercard_Bus_PCI_Express_x4 J 0 40 Y Y 1 F N

View File

@ -1,3 +1,8 @@
EESchema-DOCLIB Version 2.0 EESchema-DOCLIB Version 2.0
# #
$CMP +0V95
D Power symbol creates a global label with name "+0V95"
K power-flag
$ENDCMP
#
#End Doc Library #End Doc Library

View File

@ -1,6 +1,21 @@
EESchema-LIBRARY Version 2.4 EESchema-LIBRARY Version 2.4
#encoding utf-8 #encoding utf-8
# #
# +0V95
#
DEF +0V95 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "+0V95" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 2 0 1 0 -30 50 0 100 N
P 2 0 1 0 0 0 0 100 N
P 2 0 1 0 0 100 30 50 N
X +0V95 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# Bus_PCI_Express_x4 # Bus_PCI_Express_x4
# #
DEF Bus_PCI_Express_x4 J 0 40 Y Y 1 F N DEF Bus_PCI_Express_x4 J 0 40 Y Y 1 F N

1858
switch.sch

File diff suppressed because it is too large Load Diff