Browse Source

Added SBU connector

It won't take up much space to bring out the SBU pins to an unpopulated
footprint for a two-pin header, so why not?  It's a development board,
I should make it flexible!  People should be able to have fun with
ridiculous non-standard alternate modes they make up if they want to!
Clara Hobbs 6 years ago
parent
commit
ff0903d7df
2 changed files with 43 additions and 2 deletions
  1. 24
    0
      pd-buddy-dev-cache.lib
  2. 19
    2
      usb_type-c.sch

+ 24
- 0
pd-buddy-dev-cache.lib View File

@@ -116,6 +116,30 @@ X P10 10 250 -200 150 L 50 50 1 1 P
116 116
 ENDDRAW
117 117
 ENDDEF
118 118
 #
119
+# Conn_01x02
120
+#
121
+DEF Conn_01x02 J 0 40 Y N 1 F N
122
+F0 "J" 0 100 50 H V C CNN
123
+F1 "Conn_01x02" 0 -200 50 H V C CNN
124
+F2 "" 0 0 50 H I C CNN
125
+F3 "" 0 0 50 H I C CNN
126
+$FPLIST
127
+ Connector*:*_??x*mm*
128
+ Connector*:*1x??x*mm*
129
+ Pin?Header?Straight?1X*
130
+ Pin?Header?Angled?1X*
131
+ Socket?Strip?Straight?1X*
132
+ Socket?Strip?Angled?1X*
133
+$ENDFPLIST
134
+DRAW
135
+S -50 -95 0 -105 1 1 6 N
136
+S -50 5 0 -5 1 1 6 N
137
+S -50 50 50 -150 1 1 10 f
138
+X Pin_1 1 -200 0 150 R 50 50 1 1 P
139
+X Pin_2 2 -200 -100 150 R 50 50 1 1 P
140
+ENDDRAW
141
+ENDDEF
142
+#
119 143
 # DMP3017SFG
120 144
 #
121 145
 DEF DMP3017SFG Q 0 0 Y N 1 F N

+ 19
- 2
usb_type-c.sch View File

@@ -168,8 +168,6 @@ NoConn ~ 6600 3750
168 168
 NoConn ~ 6600 3850
169 169
 NoConn ~ 6600 4050
170 170
 NoConn ~ 6600 4150
171
-NoConn ~ 6600 4350
172
-NoConn ~ 6600 4450
173 171
 Wire Wire Line
174 172
 	5700 4750 5700 4850
175 173
 Wire Wire Line
@@ -219,4 +217,23 @@ F 3 "" H 6700 1750 50  0001 C CNN
219 217
 	1    6700 1750
220 218
 	1    0    0    -1  
221 219
 $EndComp
220
+$Comp
221
+L Conn_01x02 J?
222
+U 1 1 5A6E9A62
223
+P 7100 4350
224
+F 0 "J?" H 7100 4450 50  0000 C CNN
225
+F 1 "Conn_01x02" H 7100 4150 50  0000 C CNN
226
+F 2 "Pin_Headers:Pin_Header_Straight_1x02_Pitch2.54mm" H 7100 4350 50  0001 C CNN
227
+F 3 "" H 7100 4350 50  0001 C CNN
228
+	1    7100 4350
229
+	1    0    0    -1  
230
+$EndComp
231
+Wire Wire Line
232
+	6600 4450 6900 4450
233
+Wire Wire Line
234
+	6600 4350 6900 4350
235
+Text Label 6600 4350 0    60   ~ 0
236
+SBU1
237
+Text Label 6600 4450 0    60   ~ 0
238
+SBU2
222 239
 $EndSCHEMATC

Loading…
Cancel
Save