Browse Source

Corrected type of INT_N sheet pin

It was bidirectional on the Microcontroller sheet, which is wrong.  Now
it's input, like it should be.
Clara Hobbs 7 years ago
parent
commit
45ead4b629
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      microcontroller.sch
  2. 1
    1
      pd-buddy.sch

+ 1
- 1
microcontroller.sch View File

@@ -306,7 +306,7 @@ Text HLabel 1000 3900 0    60   Output ~ 0
306 306
 SCL
307 307
 Text HLabel 1000 4000 0    60   BiDi ~ 0
308 308
 SDA
309
-Text HLabel 1000 4100 0    60   BiDi ~ 0
309
+Text HLabel 1000 4100 0    60   Input ~ 0
310 310
 INT_N
311 311
 $Comp
312 312
 L R R4

+ 1
- 1
pd-buddy.sch View File

@@ -117,7 +117,7 @@ F0 "Microcontroller" 60
117 117
 F1 "microcontroller.sch" 60
118 118
 F2 "SCL" O R 6000 4100 60 
119 119
 F3 "SDA" B R 6000 4200 60 
120
-F4 "INT_N" B R 6000 4000 60 
120
+F4 "INT_N" I R 6000 4000 60 
121 121
 F5 "OUT_CTRL" O R 6000 4400 60 
122 122
 F6 "D+" B L 4700 4000 60 
123 123
 F7 "D-" B L 4700 4100 60 

Loading…
Cancel
Save