├── Assembly_Instructions.md
├── KiCad
├── TTL_Clock-Board-1.1.pdf
├── TTL_Clock-Schematic-1.1.pdf
├── ttl_clock-cache.lib
├── ttl_clock.kicad_pcb
├── ttl_clock.net
├── ttl_clock.pro
└── ttl_clock.sch
├── LICENSE
├── README.md
├── gerber
├── ttl_clock-B_Cu.gbl
├── ttl_clock-B_Mask.gbs
├── ttl_clock-B_SilkS.gbo
├── ttl_clock-Edge_Cuts.gm1
├── ttl_clock-F_Cu.gtl
├── ttl_clock-F_Mask.gts
├── ttl_clock-F_SilkS.gto
└── ttl_clock.drl
├── images
├── TTL_Clock-Caps.jpg
├── TTL_Clock-Caps_Leads.jpg
├── TTL_Clock-Caps_and_Resistors.jpg
├── TTL_Clock-Complete.jpg
├── TTL_Clock-Kit_Parts.jpg
├── TTL_Clock-Kit_Parts_Large.jpg
├── TTL_Clock-Low_Profile_Components.jpg
├── TTL_Clock-Oscillator.jpg
├── TTL_Clock-Oscillator_Bracket.jpg
└── TTL_Clock-Resistor_Leads.jpg
└── printed_parts
├── stand.scad
└── stand.stl
/Assembly_Instructions.md:
--------------------------------------------------------------------------------
1 | # TTL Clock - Assembly Instructions
2 |
3 | ## Introduction
4 | TTL Clock is a medium complexity project. While it uses through-hole components only, and therefore requires only basic soldering skills, it contains quite a few components.
5 |
6 | ## Prerequisites
7 |
8 | ### Tools and Supplies
9 |
10 | * Soldering iron or soldering station
11 | * Needle nose pliers
12 | * Cutters
13 | * Well lit and ventilated workspace
14 | * Solder
15 | * Small Phillips screwdriver (optional)
16 | * Multimeter (optional)
17 | * ESD safe surface and ESD strap (optional)
18 | * Isopropyl alcohol and a wipe to clean the flux (optional)
19 |
20 | ### Parts
21 |
22 | * TTL Clock parts as described in [Bill of Materials](https://github.com/skiselev/ttl-clock#bill-of-materials)
23 | * USB power supply, or 5V DC power supply with 2.1 mm internal diameter / 5.5 mm external diameter plug
24 |
25 | 
26 |
27 | ## Assembly Steps
28 |
29 | 1. Gather supplies and parts
30 | * Check that you have all the equipment and parts listed in the [Prerequisites](prerequisites) section above
31 | * Organize your workspace. If available, use ESD-safe surface and ESD strap when working on this project
32 | 2. Assemble the components going from lower profile components to higher profile components. Here is the recommended order:
33 | * Form the leads of 100 nF capacitors as shown on the photo below. Using needle nose pliers, hold the capacitor by the lead close to the capacitor's package, and then bend the lead using your fingers. The distance between bent leads should be 7.62 mm (0.3")
34 |
35 | 
36 | * Solder capacitors C1 - C16. Note that these are non-polarized ceramic capacitors, so they can be oriented either way. Trim the leads using cutters
37 |
38 | 
39 | * Form the leads of the resistors. Using your fingers bend the leads down as close to the resistor's package as possible. The distance between bent leads should be 7.62 mm (0.3")
40 |
41 | 
42 | * Solder 4.7 kohm resistors R1 - R5. These resistors are marked with yellow-purple-red-gold color code. The resistors are not polarized and can be oriented either way. Trim the leads using cutters
43 | * Solder 330 kohm resistor R6. This resistor is marked with orange-orange-yellow-gold color code. Trim the leads using cutters
44 | * Solder 15 Mohm resistor R7. This resistor is marked with brown-green-blue-golden color code. Trim the leads using cutters
45 |
46 | 
47 | * Form the leads of the crystal oscillator X1. Hold it by the leads with needle nose pliers as close to the package as possible, when gently bend the leads down
48 | * Solder crystal oscillator. Trim the leads using cutters
49 | * Using one of the cut resistor leads and needle nose pliers, form a U-shaped bracket to hold the crystal oscillator as shown on the photo below
50 |
51 | 
52 | * Solder the crystal oscillator bracket. Make sure that it securely holds the crystal oscillator
53 |
54 | 
55 | * Solder U1 - U16 integrated circuits as follows:
56 | * Prior to placing an integrated circuit on the board, bend its leads slightly, so they point 90 degrees downward. Put the IC on the side and gently push it down to bend the leads. Repeat on the other side of the IC
57 | * Double check that you're placing the integrated circuit in the right spot on the board, check the IC orientation. The index notch on the IC should match the boards silkscreen
58 | * Solder two opposite pins (for example, pin 1 and pin 9). Flip the board to the component side and __check the IC orientation and position again!__ It is not too late to desolder the IC and fix the mistake.
59 | * Solder remaining pins quickly (3 seconds per pin), to avoid overheating the integrated circuit
60 | * Solder RR1 - RR6 resistor arrays. Follow integrated circuits instructions in the previous step
61 | * Solder C18 capacitor. This is a non-polarized ceramic capacitor, so it can be oriented either way
62 | * Solder C19 trimmer capacitor. This is a non-polarized capacitor, so it can be oriented either way
63 |
64 | 
65 | * Solder C17 capacitor. Note that this is a __polarized__ electrolytic capacitor and it needs to be oriented properly. Make sure that the negative lead of the capacitor (marked on the package) matches the white colored area on the PCB.
66 | * Solder LEDs D1 - D4
67 | * Note that the LEDs are __polarized__. The square pads on the board correspond to the negative (cathode) lead of the LED. The negative leads on the LED usually marked by an indent on otherwise round LED package, or by a shorter lead. The LEDs included in the kit will have their positive leads colored red. If in doubt - use the multimeter (set to diode mode) to check the polarity
68 | * When soldering LEDs, it is recommended to leave some space between the LED packages and the board and to keep soldering time to minimal to avoid overheating the LED
69 | * Solder LED displays U17 - U19
70 | * LED displays are __polarized__. Make sure that they are oriented correctly prior to soldering. The proper orientation can be easily determined by looking at the decimal point on the displays. It should reside on the bottom side on the display (close to the resistor arrays)
71 | * As with LEDs and integrated circuits, avoid overheating the displays
72 | * Solder DC power jack P1
73 | * Solder SW1 - SW3 switches. Note that switches should be __oriented__ so that the pin 1 is on the left side. Pin 1 is the pin closest to the place where the hinge attaches to the switch. Refer to the picture below
74 |
75 | 
76 |
77 | 3. Double check your work. Make sure that all components and all leads are well soldered
78 | 4. If desired, clean the flux residue using wipes or q-tips soaked in isopropyl alcohol. Let the board dry before testing
79 | 5. Power on the board. It should work right away!
80 | 6. Set the time using the buttons
81 | * Reset seconds first
82 | * Set minutes next
83 | * Finally set hours
84 | 7. If needed fine tune the clock by turning the trim capacitor using a smallscrew driver. You might want to let the clock run overnight to check if gains or loses time
85 |
86 | __Congratulations! Enjoy your TTL Clock!__
87 |
--------------------------------------------------------------------------------
/KiCad/TTL_Clock-Board-1.1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/KiCad/TTL_Clock-Board-1.1.pdf
--------------------------------------------------------------------------------
/KiCad/TTL_Clock-Schematic-1.1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/KiCad/TTL_Clock-Schematic-1.1.pdf
--------------------------------------------------------------------------------
/KiCad/ttl_clock-cache.lib:
--------------------------------------------------------------------------------
1 | EESchema-LIBRARY Version 2.4
2 | #encoding utf-8
3 | #
4 | # 74xx_74LS00
5 | #
6 | DEF 74xx_74LS00 U 0 40 Y Y 5 L N
7 | F0 "U" 0 50 50 H V C CNN
8 | F1 "74xx_74LS00" 0 -50 50 H V C CNN
9 | F2 "" 0 0 50 H I C CNN
10 | F3 "" 0 0 50 H I C CNN
11 | ALIAS 74LS37 7400 74HCT00 74HC00
12 | $FPLIST
13 | DIP*W7.62mm*
14 | SO14*
15 | $ENDFPLIST
16 | DRAW
17 | A 0 0 150 -899 899 1 1 10 f 0 -150 0 150
18 | A 0 0 150 -899 899 2 1 10 f 0 -150 0 150
19 | A 0 0 150 -899 899 3 1 10 f 0 -150 0 150
20 | A 0 0 150 -899 899 4 1 10 f 0 -150 0 150
21 | A -360 0 258 354 -354 1 2 10 N -150 150 -150 -150
22 | A -47 -52 204 150 837 1 2 10 f 150 0 -24 150
23 | A -47 52 204 -150 -837 1 2 10 f 150 0 -24 -150
24 | A -360 0 258 354 -354 2 2 10 N -150 150 -150 -150
25 | A -47 -52 204 150 837 2 2 10 f 150 0 -24 150
26 | A -47 52 204 -150 -837 2 2 10 f 150 0 -24 -150
27 | A -360 0 258 354 -354 3 2 10 N -150 150 -150 -150
28 | A -47 -52 204 150 837 3 2 10 f 150 0 -24 150
29 | A -47 52 204 -150 -837 3 2 10 f 150 0 -24 -150
30 | A -360 0 258 354 -354 4 2 10 N -150 150 -150 -150
31 | A -47 -52 204 150 837 4 2 10 f 150 0 -24 150
32 | A -47 52 204 -150 -837 4 2 10 f 150 0 -24 -150
33 | S -200 300 200 -300 5 1 10 f
34 | P 4 1 1 10 0 150 -150 150 -150 -150 0 -150 f
35 | P 4 2 1 10 0 150 -150 150 -150 -150 0 -150 f
36 | P 4 3 1 10 0 150 -150 150 -150 -150 0 -150 f
37 | P 4 4 1 10 0 150 -150 150 -150 -150 0 -150 f
38 | P 2 1 2 10 -150 -150 -25 -150 f
39 | P 2 1 2 10 -150 150 -25 150 f
40 | P 12 1 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f
41 | P 2 2 2 10 -150 -150 -25 -150 f
42 | P 2 2 2 10 -150 150 -25 150 f
43 | P 12 2 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f
44 | P 2 3 2 10 -150 -150 -25 -150 f
45 | P 2 3 2 10 -150 150 -25 150 f
46 | P 12 3 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f
47 | P 2 4 2 10 -150 -150 -25 -150 f
48 | P 2 4 2 10 -150 150 -25 150 f
49 | P 12 4 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f
50 | X VCC 14 0 500 200 D 50 50 5 0 W
51 | X GND 7 0 -500 200 U 50 50 5 0 W
52 | X ~ 1 -300 100 150 R 50 50 1 1 I
53 | X ~ 2 -300 -100 150 R 50 50 1 1 I
54 | X ~ 3 300 0 150 L 50 50 1 1 O I
55 | X ~ 4 -300 100 150 R 50 50 2 1 I
56 | X ~ 5 -300 -100 150 R 50 50 2 1 I
57 | X ~ 6 300 0 150 L 50 50 2 1 O I
58 | X ~ 10 -300 -100 150 R 50 50 3 1 I
59 | X ~ 8 300 0 150 L 50 50 3 1 O I
60 | X ~ 9 -300 100 150 R 50 50 3 1 I
61 | X ~ 11 300 0 150 L 50 50 4 1 O I
62 | X ~ 12 -300 100 150 R 50 50 4 1 I
63 | X ~ 13 -300 -100 150 R 50 50 4 1 I
64 | X ~ 1 -300 100 170 R 50 50 1 2 I I
65 | X ~ 2 -300 -100 170 R 50 50 1 2 I I
66 | X ~ 3 300 0 150 L 50 50 1 2 O
67 | X ~ 4 -300 100 170 R 50 50 2 2 I I
68 | X ~ 5 -300 -100 170 R 50 50 2 2 I I
69 | X ~ 6 300 0 150 L 50 50 2 2 O
70 | X ~ 10 -300 -100 170 R 50 50 3 2 I I
71 | X ~ 8 300 0 150 L 50 50 3 2 O
72 | X ~ 9 -300 100 170 R 50 50 3 2 I I
73 | X ~ 11 300 0 150 L 50 50 4 2 O
74 | X ~ 12 -300 100 170 R 50 50 4 2 I I
75 | X ~ 13 -300 -100 170 R 50 50 4 2 I I
76 | ENDDRAW
77 | ENDDEF
78 | #
79 | # 74xx_74LS47
80 | #
81 | DEF 74xx_74LS47 U 0 40 Y Y 1 L N
82 | F0 "U" -300 450 50 H V C CNN
83 | F1 "74xx_74LS47" -300 -550 50 H V C CNN
84 | F2 "" 0 0 50 H I C CNN
85 | F3 "" 0 0 50 H I C CNN
86 | ALIAS 74LS46
87 | $FPLIST
88 | DIP?16*
89 | $ENDFPLIST
90 | DRAW
91 | S -300 400 300 -500 1 1 10 f
92 | X B 1 -500 200 200 R 50 50 1 0 I
93 | X d 10 500 0 200 L 50 50 1 0 C I
94 | X c 11 500 100 200 L 50 50 1 0 C I
95 | X b 12 500 200 200 L 50 50 1 0 C I
96 | X a 13 500 300 200 L 50 50 1 0 C I
97 | X g 14 500 -300 200 L 50 50 1 0 C I
98 | X f 15 500 -200 200 L 50 50 1 0 C I
99 | X VCC 16 0 600 200 D 50 50 1 0 W
100 | X C 2 -500 100 200 R 50 50 1 0 I
101 | X LT 3 -500 -200 200 R 50 50 1 0 I I
102 | X BI 4 -500 -300 200 R 50 50 1 0 I I
103 | X RBI 5 -500 -400 200 R 50 50 1 0 I I
104 | X D 6 -500 0 200 R 50 50 1 0 I
105 | X A 7 -500 300 200 R 50 50 1 0 I
106 | X GND 8 0 -700 200 U 50 50 1 0 W
107 | X e 9 500 -100 200 L 50 50 1 0 C I
108 | ENDDRAW
109 | ENDDEF
110 | #
111 | # 74xx_74LS90
112 | #
113 | DEF 74xx_74LS90 U 0 40 Y Y 1 L N
114 | F0 "U" -300 450 50 H V C CNN
115 | F1 "74xx_74LS90" -300 -550 50 H V C CNN
116 | F2 "" 0 0 50 H I C CNN
117 | F3 "" 0 0 50 H I C CNN
118 | $FPLIST
119 | DIP?12*
120 | $ENDFPLIST
121 | DRAW
122 | S -300 400 300 -500 1 1 10 f
123 | X CP1..3 1 -500 200 200 R 50 50 1 0 I IC
124 | X GND 10 0 -700 200 U 50 50 1 0 W
125 | X Q3 11 500 0 200 L 50 50 1 0 O
126 | X Q0 12 500 300 200 L 50 50 1 0 O
127 | X CP0 14 -500 300 200 R 50 50 1 0 I IC
128 | X R0(1) 2 -500 0 200 R 50 50 1 0 I
129 | X R0(2) 3 -500 -100 200 R 50 50 1 0 I
130 | X VCC 5 0 600 200 D 50 50 1 0 W
131 | X R9(1) 6 -500 -300 200 R 50 50 1 0 I
132 | X R9(2) 7 -500 -400 200 R 50 50 1 0 I
133 | X Q2 8 500 100 200 L 50 50 1 0 O
134 | X Q1 9 500 200 200 L 50 50 1 0 O
135 | ENDDRAW
136 | ENDDEF
137 | #
138 | # Connector_Barrel_Jack_Switch
139 | #
140 | DEF Connector_Barrel_Jack_Switch J 0 20 Y N 1 F N
141 | F0 "J" 0 210 50 H V C CNN
142 | F1 "Connector_Barrel_Jack_Switch" 0 -200 50 H V C CNN
143 | F2 "" 50 -40 50 H I C CNN
144 | F3 "" 50 -40 50 H I C CNN
145 | $FPLIST
146 | BarrelJack*
147 | $ENDFPLIST
148 | DRAW
149 | A -130 100 25 901 -901 0 1 10 F -130 125 -130 75
150 | A -130 100 25 901 -901 0 1 10 N -130 125 -130 75
151 | S -200 150 200 -150 0 1 10 f
152 | S 145 125 -130 75 0 1 10 F
153 | P 2 0 1 10 50 -90 75 -65 N
154 | P 2 0 1 10 200 100 150 100 N
155 | P 4 0 1 10 200 0 50 0 50 -90 25 -65 N
156 | P 6 0 1 10 -150 -100 -100 -100 -50 -50 0 -100 100 -100 200 -100 N
157 | X ~ 1 300 100 100 L 50 50 1 1 P
158 | X ~ 2 300 -100 100 L 50 50 1 1 P
159 | X ~ 3 300 0 100 L 50 50 1 1 P
160 | ENDDRAW
161 | ENDDEF
162 | #
163 | # Device_C
164 | #
165 | DEF Device_C C 0 10 N Y 1 F N
166 | F0 "C" 25 100 50 H V L CNN
167 | F1 "Device_C" 25 -100 50 H V L CNN
168 | F2 "" 38 -150 50 H I C CNN
169 | F3 "" 0 0 50 H I C CNN
170 | $FPLIST
171 | C_*
172 | $ENDFPLIST
173 | DRAW
174 | P 2 0 1 20 -80 -30 80 -30 N
175 | P 2 0 1 20 -80 30 80 30 N
176 | X ~ 1 0 150 110 D 50 50 1 1 P
177 | X ~ 2 0 -150 110 U 50 50 1 1 P
178 | ENDDRAW
179 | ENDDEF
180 | #
181 | # Device_CP1
182 | #
183 | DEF Device_CP1 C 0 10 N N 1 F N
184 | F0 "C" 25 100 50 H V L CNN
185 | F1 "Device_CP1" 25 -100 50 H V L CNN
186 | F2 "" 0 0 50 H I C CNN
187 | F3 "" 0 0 50 H I C CNN
188 | $FPLIST
189 | CP_*
190 | $ENDFPLIST
191 | DRAW
192 | A 0 -150 128 1287 513 0 1 20 N -80 -50 80 -50
193 | P 2 0 1 20 -80 30 80 30 N
194 | P 2 0 1 0 -70 90 -30 90 N
195 | P 2 0 1 0 -50 70 -50 110 N
196 | X ~ 1 0 150 110 D 50 50 1 1 P
197 | X ~ 2 0 -150 130 U 50 50 1 1 P
198 | ENDDRAW
199 | ENDDEF
200 | #
201 | # Device_CTRIM
202 | #
203 | DEF Device_CTRIM C 0 10 N N 1 F N
204 | F0 "C" 60 -80 50 H V C CNN
205 | F1 "Device_CTRIM" 120 -140 50 H V C CNN
206 | F2 "" 0 0 50 H I C CNN
207 | F3 "" 0 0 50 H I C CNN
208 | DRAW
209 | P 2 0 1 20 -80 -30 80 -30 N
210 | P 2 0 1 20 -80 30 80 30 N
211 | P 2 0 1 12 50 100 -50 -100 N
212 | P 2 0 1 12 50 100 15 120 N
213 | P 2 0 1 12 50 100 85 80 N
214 | X ~ 1 0 150 120 D 50 50 1 1 P
215 | X ~ 2 0 -150 120 U 50 50 1 1 P
216 | ENDDRAW
217 | ENDDEF
218 | #
219 | # Device_Crystal
220 | #
221 | DEF Device_Crystal Y 0 40 N N 1 F N
222 | F0 "Y" 0 150 50 H V C CNN
223 | F1 "Device_Crystal" 0 -150 50 H V C CNN
224 | F2 "" 0 0 50 H I C CNN
225 | F3 "" 0 0 50 H I C CNN
226 | $FPLIST
227 | Crystal*
228 | $ENDFPLIST
229 | DRAW
230 | S -45 100 45 -100 0 1 12 N
231 | P 2 0 1 0 -100 0 -75 0 N
232 | P 2 0 1 20 -75 -50 -75 50 N
233 | P 2 0 1 20 75 -50 75 50 N
234 | P 2 0 1 0 100 0 75 0 N
235 | X 1 1 -150 0 50 R 50 50 1 1 P
236 | X 2 2 150 0 50 L 50 50 1 1 P
237 | ENDDRAW
238 | ENDDEF
239 | #
240 | # Device_LED
241 | #
242 | DEF Device_LED D 0 40 N N 1 F N
243 | F0 "D" 0 100 50 H V C CNN
244 | F1 "Device_LED" 0 -100 50 H V C CNN
245 | F2 "" 0 0 50 H I C CNN
246 | F3 "" 0 0 50 H I C CNN
247 | $FPLIST
248 | LED*
249 | LED_SMD:*
250 | LED_THT:*
251 | $ENDFPLIST
252 | DRAW
253 | P 2 0 1 10 -50 -50 -50 50 N
254 | P 2 0 1 0 -50 0 50 0 N
255 | P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N
256 | P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N
257 | P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N
258 | X K 1 -150 0 100 R 50 50 1 1 P
259 | X A 2 150 0 100 L 50 50 1 1 P
260 | ENDDRAW
261 | ENDDEF
262 | #
263 | # Device_R
264 | #
265 | DEF Device_R R 0 0 N Y 1 F N
266 | F0 "R" 80 0 50 V V C CNN
267 | F1 "Device_R" 0 0 50 V V C CNN
268 | F2 "" -70 0 50 V I C CNN
269 | F3 "" 0 0 50 H I C CNN
270 | $FPLIST
271 | R_*
272 | $ENDFPLIST
273 | DRAW
274 | S -40 -100 40 100 0 1 10 N
275 | X ~ 1 0 150 50 D 50 50 1 1 P
276 | X ~ 2 0 -150 50 U 50 50 1 1 P
277 | ENDDRAW
278 | ENDDEF
279 | #
280 | # Device_R_Pack08
281 | #
282 | DEF Device_R_Pack08 RN 0 0 Y N 1 F N
283 | F0 "RN" -500 0 50 V V C CNN
284 | F1 "Device_R_Pack08" 400 0 50 V V C CNN
285 | F2 "" 475 0 50 V I C CNN
286 | F3 "" 0 0 50 H I C CNN
287 | $FPLIST
288 | DIP*
289 | SOIC*
290 | R*Array*Concave*
291 | R*Array*Convex*
292 | $ENDFPLIST
293 | DRAW
294 | S -450 -95 350 95 0 1 10 f
295 | S -425 75 -375 -75 0 1 10 N
296 | S -325 75 -275 -75 0 1 10 N
297 | S -225 75 -175 -75 0 1 10 N
298 | S -125 75 -75 -75 0 1 10 N
299 | S -25 75 25 -75 0 1 10 N
300 | S 75 75 125 -75 0 1 10 N
301 | S 175 75 225 -75 0 1 10 N
302 | S 275 75 325 -75 0 1 10 N
303 | P 2 0 1 0 -400 -100 -400 -75 N
304 | P 2 0 1 0 -400 75 -400 100 N
305 | P 2 0 1 0 -300 -100 -300 -75 N
306 | P 2 0 1 0 -300 75 -300 100 N
307 | P 2 0 1 0 -200 -100 -200 -75 N
308 | P 2 0 1 0 -200 75 -200 100 N
309 | P 2 0 1 0 -100 -100 -100 -75 N
310 | P 2 0 1 0 -100 75 -100 100 N
311 | P 2 0 1 0 0 -100 0 -75 N
312 | P 2 0 1 0 0 75 0 100 N
313 | P 2 0 1 0 100 -100 100 -75 N
314 | P 2 0 1 0 100 75 100 100 N
315 | P 2 0 1 0 200 -100 200 -75 N
316 | P 2 0 1 0 200 75 200 100 N
317 | P 2 0 1 0 300 -100 300 -75 N
318 | P 2 0 1 0 300 75 300 100 N
319 | X R1.1 1 -400 -200 100 U 50 50 1 1 P
320 | X R7.2 10 200 200 100 D 50 50 1 1 P
321 | X R6.2 11 100 200 100 D 50 50 1 1 P
322 | X R5.2 12 0 200 100 D 50 50 1 1 P
323 | X R4.2 13 -100 200 100 D 50 50 1 1 P
324 | X R3.2 14 -200 200 100 D 50 50 1 1 P
325 | X R2.2 15 -300 200 100 D 50 50 1 1 P
326 | X R1.2 16 -400 200 100 D 50 50 1 1 P
327 | X R2.1 2 -300 -200 100 U 50 50 1 1 P
328 | X R3.1 3 -200 -200 100 U 50 50 1 1 P
329 | X R4.1 4 -100 -200 100 U 50 50 1 1 P
330 | X R5.1 5 0 -200 100 U 50 50 1 1 P
331 | X R6.1 6 100 -200 100 U 50 50 1 1 P
332 | X R7.1 7 200 -200 100 U 50 50 1 1 P
333 | X R8.1 8 300 -200 100 U 50 50 1 1 P
334 | X R8.2 9 300 200 100 D 50 50 1 1 P
335 | ENDDRAW
336 | ENDDEF
337 | #
338 | # Display_Character_DA56-11SRWA
339 | #
340 | DEF Display_Character_DA56-11SRWA U 0 20 Y Y 1 F N
341 | F0 "U" -450 550 50 H V C CNN
342 | F1 "Display_Character_DA56-11SRWA" 500 550 50 H V R CNN
343 | F2 "Display_7Segment:DA56-11SURKWA" 20 -650 50 H I C CNN
344 | F3 "" -120 100 50 H I C CNN
345 | ALIAS DA56-11EWA DA56-11SRWA
346 | $FPLIST
347 | *DA56*11*
348 | $ENDFPLIST
349 | DRAW
350 | T 0 0 340 100 0 0 0 8.8. Normal 0 C C
351 | T 0 -90 430 25 0 0 0 DIG1 Normal 0 C C
352 | T 0 50 430 25 0 0 0 DIG2 Normal 0 C C
353 | T 0 -30 260 25 0 0 0 DP1 Normal 0 C C
354 | T 0 120 260 25 0 0 0 DP2 Normal 0 C C
355 | S -500 500 500 -500 0 1 10 f
356 | X DIG1_E 1 -600 0 100 R 50 50 1 1 I
357 | X DIG2_B 10 600 300 100 L 50 50 1 1 I
358 | X DIG2_A 11 600 400 100 L 50 50 1 1 I
359 | X DIG2_F 12 600 -100 100 L 50 50 1 1 I
360 | X DIG2_CA 13 600 -400 100 L 50 50 1 1 I
361 | X DIG1_CA 14 -600 -400 100 R 50 50 1 1 I
362 | X DIG1_B 15 -600 300 100 R 50 50 1 1 I
363 | X DIG1_A 16 -600 400 100 R 50 50 1 1 I
364 | X DIG1_G 17 -600 -200 100 R 50 50 1 1 I
365 | X DIG1_F 18 -600 -100 100 R 50 50 1 1 I
366 | X DIG1_D 2 -600 100 100 R 50 50 1 1 I
367 | X DIG1_C 3 -600 200 100 R 50 50 1 1 I
368 | X DP1 4 -600 -300 100 R 50 50 1 1 I
369 | X DIG2_E 5 600 0 100 L 50 50 1 1 I
370 | X DIG2_D 6 600 100 100 L 50 50 1 1 I
371 | X DIG2_G 7 600 -200 100 L 50 50 1 1 I
372 | X DIG2_C 8 600 200 100 L 50 50 1 1 I
373 | X DP2 9 600 -300 100 L 50 50 1 1 I
374 | ENDDRAW
375 | ENDDEF
376 | #
377 | # my_components_74HCT4060
378 | #
379 | DEF my_components_74HCT4060 U 0 10 Y Y 1 F N
380 | F0 "U" -300 700 60 H V C CNN
381 | F1 "my_components_74HCT4060" -300 600 60 H V C CNN
382 | F2 "" 0 -50 60 H V C CNN
383 | F3 "" 0 -50 60 H V C CNN
384 | $FPLIST
385 | DIP-14__300
386 | $ENDFPLIST
387 | DRAW
388 | S -300 550 300 -550 0 1 0 f
389 | X GND 8 0 -750 200 U 50 50 0 0 W
390 | X VCC 16 0 750 200 D 50 50 0 1 W
391 | X Q11 1 500 -250 200 L 50 50 1 1 O
392 | X RTC 10 -500 250 200 R 50 50 1 1 I IC
393 | X RS 11 -500 50 200 R 50 50 1 1 I
394 | X MR 12 -500 -150 200 R 50 50 1 1 I
395 | X Q8 13 500 -50 200 L 50 50 1 1 O
396 | X Q7 14 500 50 200 L 50 50 1 1 O
397 | X Q9 15 500 -150 200 L 50 50 1 1 O
398 | X Q12 2 500 -350 200 L 50 50 1 1 O
399 | X Q13 3 500 -450 200 L 50 50 1 1 O
400 | X Q5 4 500 250 200 L 50 50 1 1 O
401 | X Q4 5 500 350 200 L 50 50 1 1 O
402 | X Q6 6 500 150 200 L 50 50 1 1 O
403 | X Q3 7 500 450 200 L 50 50 1 1 O
404 | X CTC 9 -500 450 200 R 50 50 1 1 O
405 | ENDDRAW
406 | ENDDEF
407 | #
408 | # my_components_HOLE
409 | #
410 | DEF my_components_HOLE HOLE 0 40 N N 1 F N
411 | F0 "HOLE" 100 0 60 H V L CNN
412 | F1 "my_components_HOLE" 100 -100 60 H I L CNN
413 | F2 "" 0 0 60 H V C CNN
414 | F3 "" 0 0 60 H V C CNN
415 | DRAW
416 | C 0 0 50 0 1 0 N
417 | X ~ 1 -250 0 200 R 50 50 1 1 I
418 | ENDDRAW
419 | ENDDEF
420 | #
421 | # my_components_SW_SPDT_Omron
422 | #
423 | DEF my_components_SW_SPDT_Omron SW 0 0 Y N 1 F N
424 | F0 "SW" 0 170 50 H V C CNN
425 | F1 "my_components_SW_SPDT_Omron" 0 -200 50 H V C CNN
426 | F2 "" 0 0 50 H I C CNN
427 | F3 "" 0 0 50 H I C CNN
428 | DRAW
429 | C -80 0 20 0 0 0 N
430 | C 80 -100 20 0 0 0 N
431 | C 80 100 20 0 1 0 N
432 | P 2 0 1 0 -60 10 65 90 N
433 | X B 1 -200 0 100 R 50 50 1 1 P
434 | X C 2 200 -100 100 L 50 50 1 1 P
435 | X A 3 200 100 100 L 50 50 1 1 P
436 | ENDDRAW
437 | ENDDEF
438 | #
439 | # power_GND
440 | #
441 | DEF power_GND #PWR 0 0 Y Y 1 F P
442 | F0 "#PWR" 0 -250 50 H I C CNN
443 | F1 "power_GND" 0 -150 50 H V C CNN
444 | F2 "" 0 0 50 H I C CNN
445 | F3 "" 0 0 50 H I C CNN
446 | DRAW
447 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
448 | X GND 1 0 0 0 D 50 50 1 1 W N
449 | ENDDRAW
450 | ENDDEF
451 | #
452 | # power_PWR_FLAG
453 | #
454 | DEF power_PWR_FLAG #FLG 0 0 N N 1 F P
455 | F0 "#FLG" 0 75 50 H I C CNN
456 | F1 "power_PWR_FLAG" 0 150 50 H V C CNN
457 | F2 "" 0 0 50 H I C CNN
458 | F3 "" 0 0 50 H I C CNN
459 | DRAW
460 | P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N
461 | X pwr 1 0 0 0 U 50 50 0 0 w
462 | ENDDRAW
463 | ENDDEF
464 | #
465 | # power_VCC
466 | #
467 | DEF power_VCC #PWR 0 0 Y Y 1 F P
468 | F0 "#PWR" 0 -150 50 H I C CNN
469 | F1 "power_VCC" 0 150 50 H V C CNN
470 | F2 "" 0 0 50 H I C CNN
471 | F3 "" 0 0 50 H I C CNN
472 | DRAW
473 | P 2 0 1 0 -30 50 0 100 N
474 | P 2 0 1 0 0 0 0 100 N
475 | P 2 0 1 0 0 100 30 50 N
476 | X VCC 1 0 0 0 U 50 50 1 1 W N
477 | ENDDRAW
478 | ENDDEF
479 | #
480 | #End Library
481 |
--------------------------------------------------------------------------------
/KiCad/ttl_clock.net:
--------------------------------------------------------------------------------
1 | (export (version D)
2 | (design
3 | (source "C:\\Users\\skiselev\\OneDrive - Intel Corporation\\Documents\\My Projects\\TTL_Clock\\KiCad\\ttl_clock.sch")
4 | (date "12/3/2020 1:18:35 PM")
5 | (tool "Eeschema (5.1.8)-1")
6 | (sheet (number 1) (name /) (tstamps /)
7 | (title_block
8 | (title "TTL Clock")
9 | (company "Sergey Kiselev")
10 | (rev 1.1)
11 | (date 2020-12-03)
12 | (source ttl_clock.sch)
13 | (comment (number 1) (value "License: GPLv3"))
14 | (comment (number 2) (value ""))
15 | (comment (number 3) (value ""))
16 | (comment (number 4) (value "")))))
17 | (components
18 | (comp (ref RP3)
19 | (value 470)
20 | (footprint My_Components:IC_DIP16_300)
21 | (datasheet ~)
22 | (libsource (lib Device) (part R_Pack08) (description "8 resistor network, parallel topology"))
23 | (sheetpath (names /) (tstamps /))
24 | (tstamp 55AFF7B5))
25 | (comp (ref RP4)
26 | (value 470)
27 | (footprint My_Components:IC_DIP16_300)
28 | (datasheet ~)
29 | (libsource (lib Device) (part R_Pack08) (description "8 resistor network, parallel topology"))
30 | (sheetpath (names /) (tstamps /))
31 | (tstamp 55AFF7C4))
32 | (comp (ref RP5)
33 | (value 470)
34 | (footprint My_Components:IC_DIP16_300)
35 | (datasheet ~)
36 | (libsource (lib Device) (part R_Pack08) (description "8 resistor network, parallel topology"))
37 | (sheetpath (names /) (tstamps /))
38 | (tstamp 55AFF7D3))
39 | (comp (ref RP6)
40 | (value 470)
41 | (footprint My_Components:IC_DIP16_300)
42 | (datasheet ~)
43 | (libsource (lib Device) (part R_Pack08) (description "8 resistor network, parallel topology"))
44 | (sheetpath (names /) (tstamps /))
45 | (tstamp 55AFF7E2))
46 | (comp (ref U2)
47 | (value 74LS00)
48 | (footprint My_Components:IC_DIP14_300)
49 | (datasheet http://www.ti.com/lit/gpn/sn74ls00)
50 | (libsource (lib 74xx) (part 74LS00) (description "quad 2-input NAND gate"))
51 | (sheetpath (names /) (tstamps /))
52 | (tstamp 55B1B1BB))
53 | (comp (ref U4)
54 | (value 74LS00)
55 | (footprint My_Components:IC_DIP14_300)
56 | (datasheet http://www.ti.com/lit/gpn/sn74ls00)
57 | (libsource (lib 74xx) (part 74LS00) (description "quad 2-input NAND gate"))
58 | (sheetpath (names /) (tstamps /))
59 | (tstamp 55B1B1F7))
60 | (comp (ref R2)
61 | (value 4.7k)
62 | (footprint My_Components:Res_762)
63 | (datasheet ~)
64 | (libsource (lib Device) (part R) (description Resistor))
65 | (sheetpath (names /) (tstamps /))
66 | (tstamp 55B1BEAC))
67 | (comp (ref R3)
68 | (value 4.7k)
69 | (footprint My_Components:Res_762)
70 | (datasheet ~)
71 | (libsource (lib Device) (part R) (description Resistor))
72 | (sheetpath (names /) (tstamps /))
73 | (tstamp 55B1BEBB))
74 | (comp (ref U3)
75 | (value 74LS00)
76 | (footprint My_Components:IC_DIP14_300)
77 | (datasheet http://www.ti.com/lit/gpn/sn74ls00)
78 | (libsource (lib 74xx) (part 74LS00) (description "quad 2-input NAND gate"))
79 | (sheetpath (names /) (tstamps /))
80 | (tstamp 55B23A5D))
81 | (comp (ref R4)
82 | (value 4.7k)
83 | (footprint My_Components:Res_762)
84 | (datasheet ~)
85 | (libsource (lib Device) (part R) (description Resistor))
86 | (sheetpath (names /) (tstamps /))
87 | (tstamp 55B23A92))
88 | (comp (ref R5)
89 | (value 4.7k)
90 | (footprint My_Components:Res_762)
91 | (datasheet ~)
92 | (libsource (lib Device) (part R) (description Resistor))
93 | (sheetpath (names /) (tstamps /))
94 | (tstamp 55B23A98))
95 | (comp (ref R1)
96 | (value 4.7k)
97 | (footprint My_Components:Res_762)
98 | (datasheet ~)
99 | (libsource (lib Device) (part R) (description Resistor))
100 | (sheetpath (names /) (tstamps /))
101 | (tstamp 55B27F16))
102 | (comp (ref C1)
103 | (value 100nF)
104 | (footprint My_Components:Cap_Cer_762)
105 | (datasheet ~)
106 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
107 | (sheetpath (names /) (tstamps /))
108 | (tstamp 55B2B389))
109 | (comp (ref C2)
110 | (value 100nF)
111 | (footprint My_Components:Cap_Cer_762)
112 | (datasheet ~)
113 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
114 | (sheetpath (names /) (tstamps /))
115 | (tstamp 55B2B398))
116 | (comp (ref C3)
117 | (value 100nF)
118 | (footprint My_Components:Cap_Cer_762)
119 | (datasheet ~)
120 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
121 | (sheetpath (names /) (tstamps /))
122 | (tstamp 55B2B3A7))
123 | (comp (ref C4)
124 | (value 100nF)
125 | (footprint My_Components:Cap_Cer_762)
126 | (datasheet ~)
127 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
128 | (sheetpath (names /) (tstamps /))
129 | (tstamp 55B2B3B6))
130 | (comp (ref C5)
131 | (value 100nF)
132 | (footprint My_Components:Cap_Cer_762)
133 | (datasheet ~)
134 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
135 | (sheetpath (names /) (tstamps /))
136 | (tstamp 55B2B3C5))
137 | (comp (ref C6)
138 | (value 100nF)
139 | (footprint My_Components:Cap_Cer_762)
140 | (datasheet ~)
141 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
142 | (sheetpath (names /) (tstamps /))
143 | (tstamp 55B2B3D4))
144 | (comp (ref C7)
145 | (value 100nF)
146 | (footprint My_Components:Cap_Cer_762)
147 | (datasheet ~)
148 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
149 | (sheetpath (names /) (tstamps /))
150 | (tstamp 55B2B3E3))
151 | (comp (ref C8)
152 | (value 100nF)
153 | (footprint My_Components:Cap_Cer_762)
154 | (datasheet ~)
155 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
156 | (sheetpath (names /) (tstamps /))
157 | (tstamp 55B2B3F2))
158 | (comp (ref C9)
159 | (value 100nF)
160 | (footprint My_Components:Cap_Cer_762)
161 | (datasheet ~)
162 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
163 | (sheetpath (names /) (tstamps /))
164 | (tstamp 55B2B401))
165 | (comp (ref C10)
166 | (value 100nF)
167 | (footprint My_Components:Cap_Cer_762)
168 | (datasheet ~)
169 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
170 | (sheetpath (names /) (tstamps /))
171 | (tstamp 55B2B410))
172 | (comp (ref C11)
173 | (value 100nF)
174 | (footprint My_Components:Cap_Cer_762)
175 | (datasheet ~)
176 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
177 | (sheetpath (names /) (tstamps /))
178 | (tstamp 55B2B41F))
179 | (comp (ref C12)
180 | (value 100nF)
181 | (footprint My_Components:Cap_Cer_762)
182 | (datasheet ~)
183 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
184 | (sheetpath (names /) (tstamps /))
185 | (tstamp 55B2B42E))
186 | (comp (ref C13)
187 | (value 100nF)
188 | (footprint My_Components:Cap_Cer_762)
189 | (datasheet ~)
190 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
191 | (sheetpath (names /) (tstamps /))
192 | (tstamp 55B2B43D))
193 | (comp (ref C14)
194 | (value 100nF)
195 | (footprint My_Components:Cap_Cer_762)
196 | (datasheet ~)
197 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
198 | (sheetpath (names /) (tstamps /))
199 | (tstamp 55B2B44C))
200 | (comp (ref C15)
201 | (value 100nF)
202 | (footprint My_Components:Cap_Cer_762)
203 | (datasheet ~)
204 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
205 | (sheetpath (names /) (tstamps /))
206 | (tstamp 55B2B45B))
207 | (comp (ref C16)
208 | (value 100nF)
209 | (footprint My_Components:Cap_Cer_762)
210 | (datasheet ~)
211 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
212 | (sheetpath (names /) (tstamps /))
213 | (tstamp 55B2B46A))
214 | (comp (ref C17)
215 | (value 100uF)
216 | (footprint Capacitor_THT:CP_Radial_D6.3mm_P2.50mm)
217 | (datasheet ~)
218 | (libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
219 | (sheetpath (names /) (tstamps /))
220 | (tstamp 55B2B479))
221 | (comp (ref P1)
222 | (value 5V)
223 | (footprint My_Components:Conn_Power_Jack_Circular_Pads)
224 | (libsource (lib Connector) (part Barrel_Jack_Switch) (description "DC Barrel Jack with an internal switch"))
225 | (sheetpath (names /) (tstamps /))
226 | (tstamp 55B2B488))
227 | (comp (ref HOLE1)
228 | (value CONN_1)
229 | (footprint MountingHole:MountingHole_3mm_Pad_Via)
230 | (libsource (lib my_components) (part HOLE) (description "Mounting Hole"))
231 | (sheetpath (names /) (tstamps /))
232 | (tstamp 55B3083C))
233 | (comp (ref HOLE2)
234 | (value CONN_1)
235 | (footprint MountingHole:MountingHole_3mm_Pad_Via)
236 | (libsource (lib my_components) (part HOLE) (description "Mounting Hole"))
237 | (sheetpath (names /) (tstamps /))
238 | (tstamp 55B3084E))
239 | (comp (ref HOLE3)
240 | (value CONN_1)
241 | (footprint MountingHole:MountingHole_3mm_Pad_Via)
242 | (libsource (lib my_components) (part HOLE) (description "Mounting Hole"))
243 | (sheetpath (names /) (tstamps /))
244 | (tstamp 55B30854))
245 | (comp (ref HOLE4)
246 | (value CONN_1)
247 | (footprint MountingHole:MountingHole_3mm_Pad_Via)
248 | (libsource (lib my_components) (part HOLE) (description "Mounting Hole"))
249 | (sheetpath (names /) (tstamps /))
250 | (tstamp 55B3085A))
251 | (comp (ref D2)
252 | (value LED)
253 | (footprint LED_THT:LED_D3.0mm_FlatTop)
254 | (datasheet ~)
255 | (libsource (lib Device) (part LED) (description "Light emitting diode"))
256 | (sheetpath (names /) (tstamps /))
257 | (tstamp 55B32815))
258 | (comp (ref D3)
259 | (value LED)
260 | (footprint LED_THT:LED_D3.0mm_FlatTop)
261 | (datasheet ~)
262 | (libsource (lib Device) (part LED) (description "Light emitting diode"))
263 | (sheetpath (names /) (tstamps /))
264 | (tstamp 55B32824))
265 | (comp (ref D4)
266 | (value LED)
267 | (footprint LED_THT:LED_D3.0mm_FlatTop)
268 | (datasheet ~)
269 | (libsource (lib Device) (part LED) (description "Light emitting diode"))
270 | (sheetpath (names /) (tstamps /))
271 | (tstamp 55B32833))
272 | (comp (ref SW1)
273 | (value SECONDS)
274 | (footprint My_Components:Switch_SPDP_D2F)
275 | (datasheet ~)
276 | (libsource (lib my_components) (part SW_SPDT_Omron) (description "Switch, single pole double throw"))
277 | (sheetpath (names /) (tstamps /))
278 | (tstamp 55B34F4D))
279 | (comp (ref SW2)
280 | (value MINUTES)
281 | (footprint My_Components:Switch_SPDP_D2F)
282 | (datasheet ~)
283 | (libsource (lib my_components) (part SW_SPDT_Omron) (description "Switch, single pole double throw"))
284 | (sheetpath (names /) (tstamps /))
285 | (tstamp 55B34F5C))
286 | (comp (ref SW3)
287 | (value HOURS)
288 | (footprint My_Components:Switch_SPDP_D2F)
289 | (datasheet ~)
290 | (libsource (lib my_components) (part SW_SPDT_Omron) (description "Switch, single pole double throw"))
291 | (sheetpath (names /) (tstamps /))
292 | (tstamp 55B34F6B))
293 | (comp (ref U18)
294 | (value DA56-11SRWA)
295 | (footprint Display_7Segment:DA56-11SURKWA)
296 | (datasheet http://www.kingbrightusa.com/images/catalog/SPEC/DA56-11SRWA.pdf)
297 | (libsource (lib Display_Character) (part DA56-11SRWA) (description "Double digit 7 segment super bright red LED common anode"))
298 | (sheetpath (names /) (tstamps /))
299 | (tstamp 63C589BB))
300 | (comp (ref U19)
301 | (value DA56-11SRWA)
302 | (footprint Display_7Segment:DA56-11SURKWA)
303 | (datasheet http://www.kingbrightusa.com/images/catalog/SPEC/DA56-11SRWA.pdf)
304 | (libsource (lib Display_Character) (part DA56-11SRWA) (description "Double digit 7 segment super bright red LED common anode"))
305 | (sheetpath (names /) (tstamps /))
306 | (tstamp 63E2EB1A))
307 | (comp (ref RP1)
308 | (value 470)
309 | (footprint My_Components:IC_DIP16_300)
310 | (datasheet ~)
311 | (libsource (lib Device) (part R_Pack08) (description "8 resistor network, parallel topology"))
312 | (sheetpath (names /) (tstamps /))
313 | (tstamp 55AFF797))
314 | (comp (ref U10)
315 | (value 74LS47)
316 | (footprint My_Components:IC_DIP16_300)
317 | (datasheet http://www.ti.com/lit/gpn/sn74LS47)
318 | (libsource (lib 74xx) (part 74LS47) (description "BCD to 7-segment Driver, Open Collector, 30V outputs"))
319 | (sheetpath (names /) (tstamps /))
320 | (tstamp 5FCF166F))
321 | (comp (ref U16)
322 | (value 74LS90)
323 | (footprint My_Components:IC_DIP14_300)
324 | (datasheet http://www.ti.com/lit/gpn/sn74LS90)
325 | (libsource (lib 74xx) (part 74LS90) (description "BCD Counter ( div 2 & div 5 )"))
326 | (sheetpath (names /) (tstamps /))
327 | (tstamp 5FCF61EB))
328 | (comp (ref U9)
329 | (value 74LS47)
330 | (footprint My_Components:IC_DIP16_300)
331 | (datasheet http://www.ti.com/lit/gpn/sn74LS47)
332 | (libsource (lib 74xx) (part 74LS47) (description "BCD to 7-segment Driver, Open Collector, 30V outputs"))
333 | (sheetpath (names /) (tstamps /))
334 | (tstamp 61308E8A))
335 | (comp (ref U8)
336 | (value 74LS47)
337 | (footprint My_Components:IC_DIP16_300)
338 | (datasheet http://www.ti.com/lit/gpn/sn74LS47)
339 | (libsource (lib 74xx) (part 74LS47) (description "BCD to 7-segment Driver, Open Collector, 30V outputs"))
340 | (sheetpath (names /) (tstamps /))
341 | (tstamp 6230E412))
342 | (comp (ref U14)
343 | (value 74LS90)
344 | (footprint My_Components:IC_DIP14_300)
345 | (datasheet http://www.ti.com/lit/gpn/sn74LS90)
346 | (libsource (lib 74xx) (part 74LS90) (description "BCD Counter ( div 2 & div 5 )"))
347 | (sheetpath (names /) (tstamps /))
348 | (tstamp 626B236E))
349 | (comp (ref U7)
350 | (value 74LS47)
351 | (footprint My_Components:IC_DIP16_300)
352 | (datasheet http://www.ti.com/lit/gpn/sn74LS47)
353 | (libsource (lib 74xx) (part 74LS47) (description "BCD to 7-segment Driver, Open Collector, 30V outputs"))
354 | (sheetpath (names /) (tstamps /))
355 | (tstamp 62A6CDF5))
356 | (comp (ref U13)
357 | (value 74LS90)
358 | (footprint My_Components:IC_DIP14_300)
359 | (datasheet http://www.ti.com/lit/gpn/sn74LS90)
360 | (libsource (lib 74xx) (part 74LS90) (description "BCD Counter ( div 2 & div 5 )"))
361 | (sheetpath (names /) (tstamps /))
362 | (tstamp 62D051BB))
363 | (comp (ref U15)
364 | (value 74LS90)
365 | (footprint My_Components:IC_DIP14_300)
366 | (datasheet http://www.ti.com/lit/gpn/sn74LS90)
367 | (libsource (lib 74xx) (part 74LS90) (description "BCD Counter ( div 2 & div 5 )"))
368 | (sheetpath (names /) (tstamps /))
369 | (tstamp 61830236))
370 | (comp (ref U12)
371 | (value 74LS90)
372 | (footprint My_Components:IC_DIP14_300)
373 | (datasheet http://www.ti.com/lit/gpn/sn74LS90)
374 | (libsource (lib 74xx) (part 74LS90) (description "BCD Counter ( div 2 & div 5 )"))
375 | (sheetpath (names /) (tstamps /))
376 | (tstamp 635EDDE6))
377 | (comp (ref U17)
378 | (value DA56-11SRWA)
379 | (footprint Display_7Segment:DA56-11SURKWA)
380 | (datasheet http://www.kingbrightusa.com/images/catalog/SPEC/DA56-11SRWA.pdf)
381 | (libsource (lib Display_Character) (part DA56-11SRWA) (description "Double digit 7 segment super bright red LED common anode"))
382 | (sheetpath (names /) (tstamps /))
383 | (tstamp 62FBD084))
384 | (comp (ref RP2)
385 | (value 470)
386 | (footprint My_Components:IC_DIP16_300)
387 | (datasheet ~)
388 | (libsource (lib Device) (part R_Pack08) (description "8 resistor network, parallel topology"))
389 | (sheetpath (names /) (tstamps /))
390 | (tstamp 55AFF7A6))
391 | (comp (ref U6)
392 | (value 74LS47)
393 | (footprint My_Components:IC_DIP16_300)
394 | (datasheet http://www.ti.com/lit/gpn/sn74LS47)
395 | (libsource (lib 74xx) (part 74LS47) (description "BCD to 7-segment Driver, Open Collector, 30V outputs"))
396 | (sheetpath (names /) (tstamps /))
397 | (tstamp 640FEB02))
398 | (comp (ref U5)
399 | (value 74LS47)
400 | (footprint My_Components:IC_DIP16_300)
401 | (datasheet http://www.ti.com/lit/gpn/sn74LS47)
402 | (libsource (lib 74xx) (part 74LS47) (description "BCD to 7-segment Driver, Open Collector, 30V outputs"))
403 | (sheetpath (names /) (tstamps /))
404 | (tstamp 64283E5A))
405 | (comp (ref U11)
406 | (value 74LS90)
407 | (footprint My_Components:IC_DIP14_300)
408 | (datasheet http://www.ti.com/lit/gpn/sn74LS90)
409 | (libsource (lib 74xx) (part 74LS90) (description "BCD Counter ( div 2 & div 5 )"))
410 | (sheetpath (names /) (tstamps /))
411 | (tstamp 6434C2F0))
412 | (comp (ref D1)
413 | (value LED)
414 | (footprint LED_THT:LED_D3.0mm_FlatTop)
415 | (datasheet ~)
416 | (libsource (lib Device) (part LED) (description "Light emitting diode"))
417 | (sheetpath (names /) (tstamps /))
418 | (tstamp 55B32806))
419 | (comp (ref Y1)
420 | (value 32768Hz)
421 | (footprint My_Components:Crystal_32K_Horiz)
422 | (libsource (lib Device) (part Crystal) (description "Two pin crystal"))
423 | (sheetpath (names /) (tstamps /))
424 | (tstamp 5C75F427))
425 | (comp (ref U1)
426 | (value 74HCT4060)
427 | (footprint My_Components:IC_DIP16_300)
428 | (libsource (lib my_components) (part 74HCT4060) (description "14-stage Binary Ripple Counter with Oscillator"))
429 | (sheetpath (names /) (tstamps /))
430 | (tstamp 5C75D121))
431 | (comp (ref C19)
432 | (value 5-30pF)
433 | (footprint My_Components:C_Trim_Murata)
434 | (datasheet ~)
435 | (libsource (lib Device) (part CTRIM) (description "Trimmable capacitor"))
436 | (sheetpath (names /) (tstamps /))
437 | (tstamp 55B353F6))
438 | (comp (ref C18)
439 | (value 12pF)
440 | (footprint My_Components:Cap_Cer_508)
441 | (datasheet ~)
442 | (libsource (lib Device) (part C) (description "Unpolarized capacitor"))
443 | (sheetpath (names /) (tstamps /))
444 | (tstamp 55B220F3))
445 | (comp (ref R7)
446 | (value 15M)
447 | (footprint My_Components:Res_762)
448 | (datasheet ~)
449 | (libsource (lib Device) (part R) (description Resistor))
450 | (sheetpath (names /) (tstamps /))
451 | (tstamp 55B21B9D))
452 | (comp (ref R6)
453 | (value 330k)
454 | (footprint My_Components:Res_762)
455 | (datasheet ~)
456 | (libsource (lib Device) (part R) (description Resistor))
457 | (sheetpath (names /) (tstamps /))
458 | (tstamp 55B21B8E)))
459 | (libparts
460 | (libpart (lib 74xx) (part 74LS00)
461 | (aliases
462 | (alias 74LS37)
463 | (alias 7400)
464 | (alias 74HCT00)
465 | (alias 74HC00))
466 | (description "quad 2-input NAND gate")
467 | (docs http://www.ti.com/lit/gpn/sn74ls00)
468 | (footprints
469 | (fp DIP*W7.62mm*)
470 | (fp SO14*))
471 | (fields
472 | (field (name Reference) U)
473 | (field (name Value) 74LS00))
474 | (pins
475 | (pin (num 1) (name ~) (type input))
476 | (pin (num 2) (name ~) (type input))
477 | (pin (num 3) (name ~) (type output))
478 | (pin (num 4) (name ~) (type input))
479 | (pin (num 5) (name ~) (type input))
480 | (pin (num 6) (name ~) (type output))
481 | (pin (num 7) (name GND) (type power_in))
482 | (pin (num 8) (name ~) (type output))
483 | (pin (num 9) (name ~) (type input))
484 | (pin (num 10) (name ~) (type input))
485 | (pin (num 11) (name ~) (type output))
486 | (pin (num 12) (name ~) (type input))
487 | (pin (num 13) (name ~) (type input))
488 | (pin (num 14) (name VCC) (type power_in))))
489 | (libpart (lib 74xx) (part 74LS47)
490 | (aliases
491 | (alias 74LS46))
492 | (description "BCD to 7-segment Driver, Open Collector, 30V outputs")
493 | (docs http://www.ti.com/lit/gpn/sn74LS47)
494 | (footprints
495 | (fp DIP?16*))
496 | (fields
497 | (field (name Reference) U)
498 | (field (name Value) 74LS47))
499 | (pins
500 | (pin (num 1) (name B) (type input))
501 | (pin (num 2) (name C) (type input))
502 | (pin (num 3) (name LT) (type input))
503 | (pin (num 4) (name BI) (type input))
504 | (pin (num 5) (name RBI) (type input))
505 | (pin (num 6) (name D) (type input))
506 | (pin (num 7) (name A) (type input))
507 | (pin (num 8) (name GND) (type power_in))
508 | (pin (num 9) (name e) (type openCol))
509 | (pin (num 10) (name d) (type openCol))
510 | (pin (num 11) (name c) (type openCol))
511 | (pin (num 12) (name b) (type openCol))
512 | (pin (num 13) (name a) (type openCol))
513 | (pin (num 14) (name g) (type openCol))
514 | (pin (num 15) (name f) (type openCol))
515 | (pin (num 16) (name VCC) (type power_in))))
516 | (libpart (lib 74xx) (part 74LS90)
517 | (description "BCD Counter ( div 2 & div 5 )")
518 | (docs http://www.ti.com/lit/gpn/sn74LS90)
519 | (footprints
520 | (fp DIP?12*))
521 | (fields
522 | (field (name Reference) U)
523 | (field (name Value) 74LS90))
524 | (pins
525 | (pin (num 1) (name CP1..3) (type input))
526 | (pin (num 2) (name "R0(1)") (type input))
527 | (pin (num 3) (name "R0(2)") (type input))
528 | (pin (num 5) (name VCC) (type power_in))
529 | (pin (num 6) (name "R9(1)") (type input))
530 | (pin (num 7) (name "R9(2)") (type input))
531 | (pin (num 8) (name Q2) (type output))
532 | (pin (num 9) (name Q1) (type output))
533 | (pin (num 10) (name GND) (type power_in))
534 | (pin (num 11) (name Q3) (type output))
535 | (pin (num 12) (name Q0) (type output))
536 | (pin (num 14) (name CP0) (type input))))
537 | (libpart (lib Connector) (part Barrel_Jack_Switch)
538 | (description "DC Barrel Jack with an internal switch")
539 | (docs ~)
540 | (footprints
541 | (fp BarrelJack*))
542 | (fields
543 | (field (name Reference) J)
544 | (field (name Value) Barrel_Jack_Switch))
545 | (pins
546 | (pin (num 1) (name ~) (type passive))
547 | (pin (num 2) (name ~) (type passive))
548 | (pin (num 3) (name ~) (type passive))))
549 | (libpart (lib Device) (part C)
550 | (description "Unpolarized capacitor")
551 | (docs ~)
552 | (footprints
553 | (fp C_*))
554 | (fields
555 | (field (name Reference) C)
556 | (field (name Value) C))
557 | (pins
558 | (pin (num 1) (name ~) (type passive))
559 | (pin (num 2) (name ~) (type passive))))
560 | (libpart (lib Device) (part CP1)
561 | (description "Polarized capacitor, US symbol")
562 | (docs ~)
563 | (footprints
564 | (fp CP_*))
565 | (fields
566 | (field (name Reference) C)
567 | (field (name Value) CP1))
568 | (pins
569 | (pin (num 1) (name ~) (type passive))
570 | (pin (num 2) (name ~) (type passive))))
571 | (libpart (lib Device) (part CTRIM)
572 | (description "Trimmable capacitor")
573 | (docs ~)
574 | (fields
575 | (field (name Reference) C)
576 | (field (name Value) CTRIM))
577 | (pins
578 | (pin (num 1) (name ~) (type passive))
579 | (pin (num 2) (name ~) (type passive))))
580 | (libpart (lib Device) (part Crystal)
581 | (description "Two pin crystal")
582 | (docs ~)
583 | (footprints
584 | (fp Crystal*))
585 | (fields
586 | (field (name Reference) Y)
587 | (field (name Value) Crystal))
588 | (pins
589 | (pin (num 1) (name 1) (type passive))
590 | (pin (num 2) (name 2) (type passive))))
591 | (libpart (lib Device) (part LED)
592 | (description "Light emitting diode")
593 | (docs ~)
594 | (footprints
595 | (fp LED*)
596 | (fp LED_SMD:*)
597 | (fp LED_THT:*))
598 | (fields
599 | (field (name Reference) D)
600 | (field (name Value) LED))
601 | (pins
602 | (pin (num 1) (name K) (type passive))
603 | (pin (num 2) (name A) (type passive))))
604 | (libpart (lib Device) (part R)
605 | (description Resistor)
606 | (docs ~)
607 | (footprints
608 | (fp R_*))
609 | (fields
610 | (field (name Reference) R)
611 | (field (name Value) R))
612 | (pins
613 | (pin (num 1) (name ~) (type passive))
614 | (pin (num 2) (name ~) (type passive))))
615 | (libpart (lib Device) (part R_Pack08)
616 | (description "8 resistor network, parallel topology")
617 | (docs ~)
618 | (footprints
619 | (fp DIP*)
620 | (fp SOIC*)
621 | (fp R*Array*Concave*)
622 | (fp R*Array*Convex*))
623 | (fields
624 | (field (name Reference) RN)
625 | (field (name Value) R_Pack08))
626 | (pins
627 | (pin (num 1) (name R1.1) (type passive))
628 | (pin (num 2) (name R2.1) (type passive))
629 | (pin (num 3) (name R3.1) (type passive))
630 | (pin (num 4) (name R4.1) (type passive))
631 | (pin (num 5) (name R5.1) (type passive))
632 | (pin (num 6) (name R6.1) (type passive))
633 | (pin (num 7) (name R7.1) (type passive))
634 | (pin (num 8) (name R8.1) (type passive))
635 | (pin (num 9) (name R8.2) (type passive))
636 | (pin (num 10) (name R7.2) (type passive))
637 | (pin (num 11) (name R6.2) (type passive))
638 | (pin (num 12) (name R5.2) (type passive))
639 | (pin (num 13) (name R4.2) (type passive))
640 | (pin (num 14) (name R3.2) (type passive))
641 | (pin (num 15) (name R2.2) (type passive))
642 | (pin (num 16) (name R1.2) (type passive))))
643 | (libpart (lib Display_Character) (part DA56-11SURKWA)
644 | (aliases
645 | (alias DA56-11EWA)
646 | (alias DA56-11SRWA))
647 | (description "Double digit 7 segment hyper red LED common anode")
648 | (docs "http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf")
649 | (footprints
650 | (fp *DA56*11*))
651 | (fields
652 | (field (name Reference) U)
653 | (field (name Value) DA56-11SURKWA)
654 | (field (name Footprint) Display_7Segment:DA56-11SURKWA))
655 | (pins
656 | (pin (num 1) (name DIG1_E) (type input))
657 | (pin (num 2) (name DIG1_D) (type input))
658 | (pin (num 3) (name DIG1_C) (type input))
659 | (pin (num 4) (name DP1) (type input))
660 | (pin (num 5) (name DIG2_E) (type input))
661 | (pin (num 6) (name DIG2_D) (type input))
662 | (pin (num 7) (name DIG2_G) (type input))
663 | (pin (num 8) (name DIG2_C) (type input))
664 | (pin (num 9) (name DP2) (type input))
665 | (pin (num 10) (name DIG2_B) (type input))
666 | (pin (num 11) (name DIG2_A) (type input))
667 | (pin (num 12) (name DIG2_F) (type input))
668 | (pin (num 13) (name DIG2_CA) (type input))
669 | (pin (num 14) (name DIG1_CA) (type input))
670 | (pin (num 15) (name DIG1_B) (type input))
671 | (pin (num 16) (name DIG1_A) (type input))
672 | (pin (num 17) (name DIG1_G) (type input))
673 | (pin (num 18) (name DIG1_F) (type input))))
674 | (libpart (lib my_components) (part 74HCT4060)
675 | (description "14-stage Binary Ripple Counter with Oscillator")
676 | (footprints
677 | (fp DIP-14__300))
678 | (fields
679 | (field (name Reference) U)
680 | (field (name Value) 74HCT4060))
681 | (pins
682 | (pin (num 1) (name Q11) (type output))
683 | (pin (num 2) (name Q12) (type output))
684 | (pin (num 3) (name Q13) (type output))
685 | (pin (num 4) (name Q5) (type output))
686 | (pin (num 5) (name Q4) (type output))
687 | (pin (num 6) (name Q6) (type output))
688 | (pin (num 7) (name Q3) (type output))
689 | (pin (num 8) (name GND) (type power_in))
690 | (pin (num 9) (name CTC) (type output))
691 | (pin (num 10) (name RTC) (type input))
692 | (pin (num 11) (name RS) (type input))
693 | (pin (num 12) (name MR) (type input))
694 | (pin (num 13) (name Q8) (type output))
695 | (pin (num 14) (name Q7) (type output))
696 | (pin (num 15) (name Q9) (type output))
697 | (pin (num 16) (name VCC) (type power_in))))
698 | (libpart (lib my_components) (part HOLE)
699 | (description "Mounting Hole")
700 | (fields
701 | (field (name Reference) HOLE)
702 | (field (name Value) HOLE))
703 | (pins
704 | (pin (num 1) (name ~) (type input))))
705 | (libpart (lib my_components) (part SW_SPDT_Omron)
706 | (description "Switch, single pole double throw")
707 | (docs ~)
708 | (fields
709 | (field (name Reference) SW)
710 | (field (name Value) SW_SPDT_Omron))
711 | (pins
712 | (pin (num 1) (name B) (type passive))
713 | (pin (num 2) (name C) (type passive))
714 | (pin (num 3) (name A) (type passive)))))
715 | (libraries
716 | (library (logical 74xx)
717 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/74xx.lib"))
718 | (library (logical Connector)
719 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
720 | (library (logical Device)
721 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
722 | (library (logical Display_Character)
723 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Display_Character.lib"))
724 | (library (logical my_components)
725 | (uri "C:/Users/skiselev/OneDrive - Intel Corporation/Documents/My Projects/KiCad/library/my_components.lib")))
726 | (nets
727 | (net (code 1) (name VCC)
728 | (node (ref U5) (pin 16))
729 | (node (ref U5) (pin 3))
730 | (node (ref U6) (pin 16))
731 | (node (ref U6) (pin 3))
732 | (node (ref U7) (pin 16))
733 | (node (ref U7) (pin 3))
734 | (node (ref U18) (pin 14))
735 | (node (ref U18) (pin 13))
736 | (node (ref U19) (pin 14))
737 | (node (ref U19) (pin 13))
738 | (node (ref U13) (pin 5))
739 | (node (ref C15) (pin 1))
740 | (node (ref R1) (pin 2))
741 | (node (ref D1) (pin 2))
742 | (node (ref C13) (pin 1))
743 | (node (ref C12) (pin 1))
744 | (node (ref U16) (pin 5))
745 | (node (ref C11) (pin 1))
746 | (node (ref C10) (pin 1))
747 | (node (ref U1) (pin 16))
748 | (node (ref R3) (pin 2))
749 | (node (ref U10) (pin 16))
750 | (node (ref C9) (pin 1))
751 | (node (ref C8) (pin 1))
752 | (node (ref C7) (pin 1))
753 | (node (ref C6) (pin 1))
754 | (node (ref C5) (pin 1))
755 | (node (ref C4) (pin 1))
756 | (node (ref R2) (pin 2))
757 | (node (ref C3) (pin 1))
758 | (node (ref C2) (pin 1))
759 | (node (ref C1) (pin 1))
760 | (node (ref C14) (pin 1))
761 | (node (ref P1) (pin 1))
762 | (node (ref C17) (pin 1))
763 | (node (ref C16) (pin 1))
764 | (node (ref D3) (pin 2))
765 | (node (ref D4) (pin 2))
766 | (node (ref U4) (pin 14))
767 | (node (ref R5) (pin 2))
768 | (node (ref R4) (pin 2))
769 | (node (ref U3) (pin 14))
770 | (node (ref D2) (pin 2))
771 | (node (ref U10) (pin 3))
772 | (node (ref U2) (pin 14))
773 | (node (ref U8) (pin 5))
774 | (node (ref U5) (pin 5))
775 | (node (ref U9) (pin 16))
776 | (node (ref U9) (pin 3))
777 | (node (ref U17) (pin 14))
778 | (node (ref U17) (pin 13))
779 | (node (ref U12) (pin 5))
780 | (node (ref U9) (pin 5))
781 | (node (ref U8) (pin 3))
782 | (node (ref U8) (pin 16))
783 | (node (ref U7) (pin 5))
784 | (node (ref U14) (pin 5))
785 | (node (ref U11) (pin 5))
786 | (node (ref U6) (pin 5))
787 | (node (ref U15) (pin 5)))
788 | (net (code 2) (name GND)
789 | (node (ref C19) (pin 2))
790 | (node (ref U6) (pin 8))
791 | (node (ref U14) (pin 10))
792 | (node (ref U1) (pin 12))
793 | (node (ref HOLE1) (pin 1))
794 | (node (ref HOLE2) (pin 1))
795 | (node (ref HOLE3) (pin 1))
796 | (node (ref SW3) (pin 1))
797 | (node (ref HOLE4) (pin 1))
798 | (node (ref U12) (pin 6))
799 | (node (ref RP2) (pin 9))
800 | (node (ref SW1) (pin 1))
801 | (node (ref U12) (pin 7))
802 | (node (ref U12) (pin 10))
803 | (node (ref SW2) (pin 1))
804 | (node (ref C5) (pin 2))
805 | (node (ref C9) (pin 2))
806 | (node (ref C10) (pin 2))
807 | (node (ref C11) (pin 2))
808 | (node (ref C12) (pin 2))
809 | (node (ref C13) (pin 2))
810 | (node (ref C14) (pin 2))
811 | (node (ref C15) (pin 2))
812 | (node (ref C16) (pin 2))
813 | (node (ref C17) (pin 2))
814 | (node (ref P1) (pin 2))
815 | (node (ref C1) (pin 2))
816 | (node (ref C2) (pin 2))
817 | (node (ref C4) (pin 2))
818 | (node (ref C6) (pin 2))
819 | (node (ref C7) (pin 2))
820 | (node (ref C8) (pin 2))
821 | (node (ref C3) (pin 2))
822 | (node (ref RP4) (pin 9))
823 | (node (ref RP3) (pin 8))
824 | (node (ref RP5) (pin 8))
825 | (node (ref U4) (pin 7))
826 | (node (ref P1) (pin 3))
827 | (node (ref U2) (pin 7))
828 | (node (ref U3) (pin 7))
829 | (node (ref U11) (pin 7))
830 | (node (ref U11) (pin 10))
831 | (node (ref U13) (pin 3))
832 | (node (ref U13) (pin 6))
833 | (node (ref U13) (pin 7))
834 | (node (ref U7) (pin 8))
835 | (node (ref U13) (pin 2))
836 | (node (ref U11) (pin 6))
837 | (node (ref U13) (pin 10))
838 | (node (ref U15) (pin 6))
839 | (node (ref C18) (pin 2))
840 | (node (ref U15) (pin 7))
841 | (node (ref U15) (pin 10))
842 | (node (ref U1) (pin 8))
843 | (node (ref U5) (pin 8))
844 | (node (ref U16) (pin 6))
845 | (node (ref U16) (pin 7))
846 | (node (ref U10) (pin 5))
847 | (node (ref U10) (pin 6))
848 | (node (ref U10) (pin 8))
849 | (node (ref U16) (pin 10))
850 | (node (ref U8) (pin 8))
851 | (node (ref U14) (pin 6))
852 | (node (ref U14) (pin 7))
853 | (node (ref U9) (pin 8)))
854 | (net (code 3) (name "Net-(RP4-Pad16)")
855 | (node (ref RP4) (pin 16))
856 | (node (ref U8) (pin 9)))
857 | (net (code 4) (name "Net-(U14-Pad11)")
858 | (node (ref U8) (pin 6))
859 | (node (ref U14) (pin 11)))
860 | (net (code 5) (name "Net-(U8-Pad4)")
861 | (node (ref U8) (pin 4)))
862 | (net (code 6) (name "Net-(RP4-Pad12)")
863 | (node (ref U8) (pin 13))
864 | (node (ref RP4) (pin 12)))
865 | (net (code 7) (name "Net-(RP4-Pad13)")
866 | (node (ref U8) (pin 12))
867 | (node (ref RP4) (pin 13)))
868 | (net (code 8) (name "Net-(RP4-Pad14)")
869 | (node (ref U8) (pin 11))
870 | (node (ref RP4) (pin 14)))
871 | (net (code 9) (name "Net-(RP3-Pad12)")
872 | (node (ref U7) (pin 13))
873 | (node (ref RP3) (pin 12)))
874 | (net (code 10) (name "Net-(RP3-Pad13)")
875 | (node (ref U7) (pin 12))
876 | (node (ref RP3) (pin 13)))
877 | (net (code 11) (name "Net-(RP3-Pad14)")
878 | (node (ref U7) (pin 11))
879 | (node (ref RP3) (pin 14)))
880 | (net (code 12) (name "Net-(RP3-Pad15)")
881 | (node (ref RP3) (pin 15))
882 | (node (ref U7) (pin 10)))
883 | (net (code 13) (name "Net-(RP4-Pad15)")
884 | (node (ref RP4) (pin 15))
885 | (node (ref U8) (pin 10)))
886 | (net (code 14) (name "Net-(U13-Pad11)")
887 | (node (ref U14) (pin 14))
888 | (node (ref U7) (pin 6))
889 | (node (ref U13) (pin 11)))
890 | (net (code 15) (name "Net-(RP5-Pad11)")
891 | (node (ref RP5) (pin 11))
892 | (node (ref U9) (pin 14)))
893 | (net (code 16) (name "Net-(RP5-Pad12)")
894 | (node (ref RP5) (pin 12))
895 | (node (ref U9) (pin 13)))
896 | (net (code 17) (name "Net-(RP5-Pad13)")
897 | (node (ref U9) (pin 12))
898 | (node (ref RP5) (pin 13)))
899 | (net (code 18) (name "Net-(RP5-Pad14)")
900 | (node (ref U9) (pin 11))
901 | (node (ref RP5) (pin 14)))
902 | (net (code 19) (name "Net-(RP5-Pad15)")
903 | (node (ref U9) (pin 10))
904 | (node (ref RP5) (pin 15)))
905 | (net (code 20) (name "Net-(U15-Pad9)")
906 | (node (ref U9) (pin 1))
907 | (node (ref U15) (pin 9)))
908 | (net (code 21) (name "Net-(U10-Pad7)")
909 | (node (ref U16) (pin 9))
910 | (node (ref U10) (pin 7)))
911 | (net (code 22) (name "Net-(U10-Pad2)")
912 | (node (ref U10) (pin 2))
913 | (node (ref U16) (pin 11)))
914 | (net (code 23) (name "Net-(RP5-Pad16)")
915 | (node (ref U9) (pin 9))
916 | (node (ref RP5) (pin 16)))
917 | (net (code 24) (name "Net-(U9-Pad4)")
918 | (node (ref U9) (pin 4)))
919 | (net (code 25) (name /HOURS_OUT)
920 | (node (ref U15) (pin 14))
921 | (node (ref U4) (pin 8)))
922 | (net (code 26) (name "Net-(U15-Pad1)")
923 | (node (ref U15) (pin 1))
924 | (node (ref U9) (pin 7))
925 | (node (ref U15) (pin 12)))
926 | (net (code 27) (name "Net-(U15-Pad11)")
927 | (node (ref U16) (pin 1))
928 | (node (ref U15) (pin 11))
929 | (node (ref U9) (pin 6)))
930 | (net (code 28) (name "Net-(U15-Pad2)")
931 | (node (ref U15) (pin 8))
932 | (node (ref U16) (pin 2))
933 | (node (ref U15) (pin 2))
934 | (node (ref U9) (pin 2)))
935 | (net (code 29) (name "Net-(U13-Pad1)")
936 | (node (ref U13) (pin 1))
937 | (node (ref U13) (pin 12))
938 | (node (ref U7) (pin 7)))
939 | (net (code 30) (name "Net-(RP3-Pad16)")
940 | (node (ref RP3) (pin 16))
941 | (node (ref U7) (pin 9)))
942 | (net (code 31) (name "Net-(U7-Pad4)")
943 | (node (ref U7) (pin 4)))
944 | (net (code 32) (name "Net-(U13-Pad9)")
945 | (node (ref U13) (pin 9))
946 | (node (ref U7) (pin 1)))
947 | (net (code 33) (name "Net-(U13-Pad8)")
948 | (node (ref U7) (pin 2))
949 | (node (ref U13) (pin 8)))
950 | (net (code 34) (name "Net-(RP3-Pad7)")
951 | (node (ref RP3) (pin 7))
952 | (node (ref U18) (pin 12)))
953 | (net (code 35) (name "Net-(RP3-Pad1)")
954 | (node (ref U18) (pin 5))
955 | (node (ref RP3) (pin 1)))
956 | (net (code 36) (name "Net-(RP3-Pad2)")
957 | (node (ref RP3) (pin 2))
958 | (node (ref U18) (pin 6)))
959 | (net (code 37) (name "Net-(RP3-Pad3)")
960 | (node (ref RP3) (pin 3))
961 | (node (ref U18) (pin 8)))
962 | (net (code 38) (name "Net-(RP3-Pad4)")
963 | (node (ref U18) (pin 10))
964 | (node (ref RP3) (pin 4)))
965 | (net (code 39) (name "Net-(RP3-Pad5)")
966 | (node (ref RP3) (pin 5))
967 | (node (ref U18) (pin 11)))
968 | (net (code 40) (name "Net-(RP4-Pad7)")
969 | (node (ref U18) (pin 18))
970 | (node (ref RP4) (pin 7)))
971 | (net (code 41) (name "Net-(RP4-Pad6)")
972 | (node (ref RP4) (pin 6))
973 | (node (ref U18) (pin 17)))
974 | (net (code 42) (name "Net-(RP5-Pad1)")
975 | (node (ref RP5) (pin 1))
976 | (node (ref U19) (pin 5)))
977 | (net (code 43) (name "Net-(RP5-Pad3)")
978 | (node (ref RP5) (pin 3))
979 | (node (ref U19) (pin 8)))
980 | (net (code 44) (name "Net-(RP5-Pad4)")
981 | (node (ref U19) (pin 10))
982 | (node (ref RP5) (pin 4)))
983 | (net (code 45) (name "Net-(RP5-Pad10)")
984 | (node (ref RP5) (pin 10))
985 | (node (ref U9) (pin 15)))
986 | (net (code 46) (name "Net-(RP3-Pad6)")
987 | (node (ref RP3) (pin 6))
988 | (node (ref U18) (pin 7)))
989 | (net (code 47) (name "Net-(RP3-Pad10)")
990 | (node (ref RP3) (pin 10))
991 | (node (ref U7) (pin 15)))
992 | (net (code 48) (name "Net-(RP3-Pad11)")
993 | (node (ref RP3) (pin 11))
994 | (node (ref U7) (pin 14)))
995 | (net (code 49) (name "Net-(RP1-Pad9)")
996 | (node (ref RP1) (pin 9)))
997 | (net (code 50) (name "Net-(RP1-Pad8)")
998 | (node (ref RP1) (pin 8)))
999 | (net (code 51) (name "Net-(RP4-Pad10)")
1000 | (node (ref U8) (pin 15))
1001 | (node (ref RP4) (pin 10)))
1002 | (net (code 52) (name "Net-(RP4-Pad1)")
1003 | (node (ref RP4) (pin 1))
1004 | (node (ref U18) (pin 1)))
1005 | (net (code 53) (name "Net-(RP4-Pad2)")
1006 | (node (ref U18) (pin 2))
1007 | (node (ref RP4) (pin 2)))
1008 | (net (code 54) (name "Net-(RP4-Pad3)")
1009 | (node (ref U18) (pin 3))
1010 | (node (ref RP4) (pin 3)))
1011 | (net (code 55) (name "Net-(RP4-Pad4)")
1012 | (node (ref U18) (pin 15))
1013 | (node (ref RP4) (pin 4)))
1014 | (net (code 56) (name "Net-(RP4-Pad5)")
1015 | (node (ref RP4) (pin 5))
1016 | (node (ref U18) (pin 16)))
1017 | (net (code 57) (name "Net-(RP5-Pad5)")
1018 | (node (ref RP5) (pin 5))
1019 | (node (ref U19) (pin 11)))
1020 | (net (code 58) (name "Net-(RP4-Pad11)")
1021 | (node (ref U8) (pin 14))
1022 | (node (ref RP4) (pin 11)))
1023 | (net (code 59) (name "Net-(RP6-Pad16)")
1024 | (node (ref U10) (pin 9))
1025 | (node (ref RP6) (pin 16)))
1026 | (net (code 60) (name "Net-(U10-Pad4)")
1027 | (node (ref U10) (pin 4)))
1028 | (net (code 61) (name "Net-(RP6-Pad10)")
1029 | (node (ref RP6) (pin 10))
1030 | (node (ref U10) (pin 15)))
1031 | (net (code 62) (name "Net-(RP6-Pad11)")
1032 | (node (ref RP6) (pin 11))
1033 | (node (ref U10) (pin 14)))
1034 | (net (code 63) (name "Net-(RP6-Pad12)")
1035 | (node (ref RP6) (pin 12))
1036 | (node (ref U10) (pin 13)))
1037 | (net (code 64) (name "Net-(RP6-Pad13)")
1038 | (node (ref RP6) (pin 13))
1039 | (node (ref U10) (pin 12)))
1040 | (net (code 65) (name "Net-(RP6-Pad14)")
1041 | (node (ref RP6) (pin 14))
1042 | (node (ref U10) (pin 11)))
1043 | (net (code 66) (name "Net-(RP6-Pad15)")
1044 | (node (ref U10) (pin 10))
1045 | (node (ref RP6) (pin 15)))
1046 | (net (code 67) (name "Net-(U3-Pad2)")
1047 | (node (ref U3) (pin 9))
1048 | (node (ref U3) (pin 6))
1049 | (node (ref U3) (pin 2)))
1050 | (net (code 68) (name "Net-(U10-Pad1)")
1051 | (node (ref U16) (pin 3))
1052 | (node (ref U15) (pin 3))
1053 | (node (ref U16) (pin 8))
1054 | (node (ref U10) (pin 1)))
1055 | (net (code 69) (name "Net-(RP5-Pad7)")
1056 | (node (ref RP5) (pin 7))
1057 | (node (ref U19) (pin 12)))
1058 | (net (code 70) (name "Net-(RP5-Pad6)")
1059 | (node (ref RP5) (pin 6))
1060 | (node (ref U19) (pin 7)))
1061 | (net (code 71) (name "Net-(RP5-Pad2)")
1062 | (node (ref RP5) (pin 2))
1063 | (node (ref U19) (pin 6)))
1064 | (net (code 72) (name "Net-(D4-Pad1)")
1065 | (node (ref RP5) (pin 9))
1066 | (node (ref D4) (pin 1)))
1067 | (net (code 73) (name "Net-(RP6-Pad7)")
1068 | (node (ref RP6) (pin 7))
1069 | (node (ref U19) (pin 18)))
1070 | (net (code 74) (name "Net-(RP6-Pad6)")
1071 | (node (ref U19) (pin 17))
1072 | (node (ref RP6) (pin 6)))
1073 | (net (code 75) (name "Net-(RP6-Pad1)")
1074 | (node (ref RP6) (pin 1))
1075 | (node (ref U19) (pin 1)))
1076 | (net (code 76) (name "Net-(RP6-Pad2)")
1077 | (node (ref U19) (pin 2))
1078 | (node (ref RP6) (pin 2)))
1079 | (net (code 77) (name "Net-(RP6-Pad3)")
1080 | (node (ref U19) (pin 3))
1081 | (node (ref RP6) (pin 3)))
1082 | (net (code 78) (name "Net-(RP6-Pad4)")
1083 | (node (ref U19) (pin 15))
1084 | (node (ref RP6) (pin 4)))
1085 | (net (code 79) (name "Net-(RP6-Pad5)")
1086 | (node (ref U19) (pin 16))
1087 | (node (ref RP6) (pin 5)))
1088 | (net (code 80) (name "Net-(D3-Pad1)")
1089 | (node (ref RP4) (pin 8))
1090 | (node (ref D3) (pin 1)))
1091 | (net (code 81) (name "Net-(D1-Pad1)")
1092 | (node (ref D1) (pin 1))
1093 | (node (ref RP2) (pin 8)))
1094 | (net (code 82) (name "Net-(U1-Pad1)")
1095 | (node (ref U1) (pin 1)))
1096 | (net (code 83) (name "Net-(D2-Pad1)")
1097 | (node (ref D2) (pin 1))
1098 | (node (ref RP3) (pin 9)))
1099 | (net (code 84) (name "Net-(RP1-Pad16)")
1100 | (node (ref RP1) (pin 16))
1101 | (node (ref U5) (pin 9)))
1102 | (net (code 85) (name "Net-(U11-Pad11)")
1103 | (node (ref U5) (pin 6))
1104 | (node (ref U12) (pin 14))
1105 | (node (ref U11) (pin 11)))
1106 | (net (code 86) (name "Net-(U5-Pad4)")
1107 | (node (ref U5) (pin 4)))
1108 | (net (code 87) (name "Net-(RP1-Pad10)")
1109 | (node (ref RP1) (pin 10))
1110 | (node (ref U5) (pin 15)))
1111 | (net (code 88) (name "Net-(RP1-Pad13)")
1112 | (node (ref RP1) (pin 13))
1113 | (node (ref U5) (pin 12)))
1114 | (net (code 89) (name "Net-(RP1-Pad14)")
1115 | (node (ref U5) (pin 11))
1116 | (node (ref RP1) (pin 14)))
1117 | (net (code 90) (name "Net-(U11-Pad8)")
1118 | (node (ref U11) (pin 8))
1119 | (node (ref U5) (pin 2)))
1120 | (net (code 91) (name "Net-(R6-Pad1)")
1121 | (node (ref R6) (pin 1))
1122 | (node (ref U1) (pin 10))
1123 | (node (ref R7) (pin 2)))
1124 | (net (code 92) (name /SECONDS_RESET)
1125 | (node (ref U11) (pin 2))
1126 | (node (ref U4) (pin 6))
1127 | (node (ref U11) (pin 3))
1128 | (node (ref U12) (pin 2))
1129 | (node (ref U12) (pin 3)))
1130 | (net (code 93) (name /1Hz)
1131 | (node (ref U16) (pin 12))
1132 | (node (ref U11) (pin 14)))
1133 | (net (code 94) (name "Net-(C18-Pad1)")
1134 | (node (ref Y1) (pin 2))
1135 | (node (ref R7) (pin 1))
1136 | (node (ref C18) (pin 1))
1137 | (node (ref U1) (pin 11)))
1138 | (net (code 95) (name "Net-(U1-Pad9)")
1139 | (node (ref U1) (pin 9)))
1140 | (net (code 96) (name "Net-(U1-Pad7)")
1141 | (node (ref U1) (pin 7)))
1142 | (net (code 97) (name "Net-(U1-Pad5)")
1143 | (node (ref U1) (pin 5)))
1144 | (net (code 98) (name "Net-(U1-Pad4)")
1145 | (node (ref U1) (pin 4)))
1146 | (net (code 99) (name "Net-(U1-Pad6)")
1147 | (node (ref U1) (pin 6)))
1148 | (net (code 100) (name "Net-(U1-Pad14)")
1149 | (node (ref U1) (pin 14)))
1150 | (net (code 101) (name "Net-(U1-Pad13)")
1151 | (node (ref U1) (pin 13)))
1152 | (net (code 102) (name "Net-(U1-Pad15)")
1153 | (node (ref U1) (pin 15)))
1154 | (net (code 103) (name "Net-(U1-Pad2)")
1155 | (node (ref U1) (pin 2)))
1156 | (net (code 104) (name "Net-(C19-Pad1)")
1157 | (node (ref R6) (pin 2))
1158 | (node (ref Y1) (pin 1))
1159 | (node (ref C19) (pin 1)))
1160 | (net (code 105) (name "Net-(RP1-Pad15)")
1161 | (node (ref RP1) (pin 15))
1162 | (node (ref U5) (pin 10)))
1163 | (net (code 106) (name "Net-(RP1-Pad5)")
1164 | (node (ref RP1) (pin 5))
1165 | (node (ref U17) (pin 11)))
1166 | (net (code 107) (name "Net-(RP1-Pad4)")
1167 | (node (ref RP1) (pin 4))
1168 | (node (ref U17) (pin 10)))
1169 | (net (code 108) (name "Net-(RP1-Pad3)")
1170 | (node (ref RP1) (pin 3))
1171 | (node (ref U17) (pin 8)))
1172 | (net (code 109) (name "Net-(RP1-Pad2)")
1173 | (node (ref U17) (pin 6))
1174 | (node (ref RP1) (pin 2)))
1175 | (net (code 110) (name "Net-(RP1-Pad7)")
1176 | (node (ref RP1) (pin 7))
1177 | (node (ref U17) (pin 12)))
1178 | (net (code 111) (name "Net-(RP1-Pad6)")
1179 | (node (ref U17) (pin 7))
1180 | (node (ref RP1) (pin 6)))
1181 | (net (code 112) (name "Net-(RP2-Pad16)")
1182 | (node (ref RP2) (pin 16))
1183 | (node (ref U6) (pin 9)))
1184 | (net (code 113) (name "Net-(U17-Pad9)")
1185 | (node (ref U17) (pin 9)))
1186 | (net (code 114) (name "Net-(U17-Pad4)")
1187 | (node (ref U17) (pin 4)))
1188 | (net (code 115) (name "Net-(RP2-Pad3)")
1189 | (node (ref RP2) (pin 3))
1190 | (node (ref U17) (pin 3)))
1191 | (net (code 116) (name "Net-(RP2-Pad2)")
1192 | (node (ref U17) (pin 2))
1193 | (node (ref RP2) (pin 2)))
1194 | (net (code 117) (name "Net-(RP2-Pad15)")
1195 | (node (ref RP2) (pin 15))
1196 | (node (ref U6) (pin 10)))
1197 | (net (code 118) (name "Net-(RP2-Pad5)")
1198 | (node (ref RP2) (pin 5))
1199 | (node (ref U17) (pin 16)))
1200 | (net (code 119) (name "Net-(RP2-Pad4)")
1201 | (node (ref U17) (pin 15))
1202 | (node (ref RP2) (pin 4)))
1203 | (net (code 120) (name "Net-(U12-Pad1)")
1204 | (node (ref U6) (pin 7))
1205 | (node (ref U12) (pin 1))
1206 | (node (ref U12) (pin 12)))
1207 | (net (code 121) (name "Net-(U12-Pad11)")
1208 | (node (ref U12) (pin 11))
1209 | (node (ref U6) (pin 6)))
1210 | (net (code 122) (name "Net-(RP2-Pad14)")
1211 | (node (ref RP2) (pin 14))
1212 | (node (ref U6) (pin 11)))
1213 | (net (code 123) (name "Net-(RP2-Pad13)")
1214 | (node (ref U6) (pin 12))
1215 | (node (ref RP2) (pin 13)))
1216 | (net (code 124) (name "Net-(RP2-Pad12)")
1217 | (node (ref U6) (pin 13))
1218 | (node (ref RP2) (pin 12)))
1219 | (net (code 125) (name "Net-(RP2-Pad11)")
1220 | (node (ref RP2) (pin 11))
1221 | (node (ref U6) (pin 14)))
1222 | (net (code 126) (name "Net-(RP2-Pad10)")
1223 | (node (ref RP2) (pin 10))
1224 | (node (ref U6) (pin 15)))
1225 | (net (code 127) (name "Net-(RP2-Pad1)")
1226 | (node (ref RP2) (pin 1))
1227 | (node (ref U17) (pin 1)))
1228 | (net (code 128) (name "Net-(RP2-Pad6)")
1229 | (node (ref RP2) (pin 6))
1230 | (node (ref U17) (pin 17)))
1231 | (net (code 129) (name "Net-(RP2-Pad7)")
1232 | (node (ref RP2) (pin 7))
1233 | (node (ref U17) (pin 18)))
1234 | (net (code 130) (name "Net-(U6-Pad4)")
1235 | (node (ref U6) (pin 4)))
1236 | (net (code 131) (name "Net-(U11-Pad9)")
1237 | (node (ref U11) (pin 9))
1238 | (node (ref U5) (pin 1)))
1239 | (net (code 132) (name "Net-(RP1-Pad12)")
1240 | (node (ref RP1) (pin 12))
1241 | (node (ref U5) (pin 13)))
1242 | (net (code 133) (name "Net-(U14-Pad1)")
1243 | (node (ref U8) (pin 7))
1244 | (node (ref U14) (pin 12))
1245 | (node (ref U14) (pin 1)))
1246 | (net (code 134) (name "Net-(U2-Pad2)")
1247 | (node (ref U2) (pin 6))
1248 | (node (ref U2) (pin 2))
1249 | (node (ref U2) (pin 9)))
1250 | (net (code 135) (name "Net-(U11-Pad1)")
1251 | (node (ref U11) (pin 1))
1252 | (node (ref U5) (pin 7))
1253 | (node (ref U11) (pin 12)))
1254 | (net (code 136) (name "Net-(SW1-Pad3)")
1255 | (node (ref SW1) (pin 3)))
1256 | (net (code 137) (name "Net-(U2-Pad11)")
1257 | (node (ref U2) (pin 11))
1258 | (node (ref U4) (pin 13)))
1259 | (net (code 138) (name "Net-(R4-Pad1)")
1260 | (node (ref R4) (pin 1))
1261 | (node (ref SW3) (pin 3))
1262 | (node (ref U3) (pin 1)))
1263 | (net (code 139) (name "Net-(U3-Pad12)")
1264 | (node (ref U3) (pin 4))
1265 | (node (ref U3) (pin 3))
1266 | (node (ref U3) (pin 12)))
1267 | (net (code 140) (name "Net-(U2-Pad8)")
1268 | (node (ref U2) (pin 8))
1269 | (node (ref U4) (pin 12)))
1270 | (net (code 141) (name "Net-(U3-Pad8)")
1271 | (node (ref U3) (pin 8))
1272 | (node (ref U4) (pin 9)))
1273 | (net (code 142) (name "Net-(U3-Pad11)")
1274 | (node (ref U3) (pin 11))
1275 | (node (ref U4) (pin 10)))
1276 | (net (code 143) (name "Net-(U14-Pad3)")
1277 | (node (ref U14) (pin 9))
1278 | (node (ref U8) (pin 1))
1279 | (node (ref U14) (pin 3)))
1280 | (net (code 144) (name "Net-(RP6-Pad8)")
1281 | (node (ref RP6) (pin 8)))
1282 | (net (code 145) (name "Net-(U12-Pad9)")
1283 | (node (ref U6) (pin 1))
1284 | (node (ref U12) (pin 9))
1285 | (node (ref U4) (pin 2)))
1286 | (net (code 146) (name /MINUTES)
1287 | (node (ref U12) (pin 8))
1288 | (node (ref U6) (pin 2))
1289 | (node (ref U4) (pin 1))
1290 | (node (ref U2) (pin 13)))
1291 | (net (code 147) (name "Net-(U2-Pad12)")
1292 | (node (ref U2) (pin 12))
1293 | (node (ref U2) (pin 3))
1294 | (node (ref U2) (pin 4)))
1295 | (net (code 148) (name /2Hz)
1296 | (node (ref U16) (pin 14))
1297 | (node (ref U1) (pin 3))
1298 | (node (ref U3) (pin 10))
1299 | (node (ref U2) (pin 10)))
1300 | (net (code 149) (name "Net-(R2-Pad1)")
1301 | (node (ref SW2) (pin 3))
1302 | (node (ref U2) (pin 1))
1303 | (node (ref R2) (pin 1)))
1304 | (net (code 150) (name "Net-(RP6-Pad9)")
1305 | (node (ref RP6) (pin 9)))
1306 | (net (code 151) (name /MINUTES_OUT)
1307 | (node (ref U4) (pin 11))
1308 | (node (ref U13) (pin 14)))
1309 | (net (code 152) (name "Net-(R3-Pad1)")
1310 | (node (ref R3) (pin 1))
1311 | (node (ref SW2) (pin 2))
1312 | (node (ref U2) (pin 5)))
1313 | (net (code 153) (name "Net-(R1-Pad1)")
1314 | (node (ref R1) (pin 1))
1315 | (node (ref U4) (pin 5))
1316 | (node (ref SW1) (pin 2)))
1317 | (net (code 154) (name "Net-(R5-Pad1)")
1318 | (node (ref U3) (pin 5))
1319 | (node (ref SW3) (pin 2))
1320 | (node (ref R5) (pin 1)))
1321 | (net (code 155) (name "Net-(U4-Pad3)")
1322 | (node (ref U4) (pin 4))
1323 | (node (ref U4) (pin 3)))
1324 | (net (code 156) (name /HOURS)
1325 | (node (ref U8) (pin 2))
1326 | (node (ref U14) (pin 8))
1327 | (node (ref U14) (pin 2))
1328 | (node (ref U3) (pin 13)))
1329 | (net (code 157) (name "Net-(U18-Pad9)")
1330 | (node (ref U18) (pin 9)))
1331 | (net (code 158) (name "Net-(U18-Pad4)")
1332 | (node (ref U18) (pin 4)))
1333 | (net (code 159) (name "Net-(U19-Pad9)")
1334 | (node (ref U19) (pin 9)))
1335 | (net (code 160) (name "Net-(RP1-Pad11)")
1336 | (node (ref U5) (pin 14))
1337 | (node (ref RP1) (pin 11)))
1338 | (net (code 161) (name "Net-(RP1-Pad1)")
1339 | (node (ref RP1) (pin 1))
1340 | (node (ref U17) (pin 5)))
1341 | (net (code 162) (name "Net-(U19-Pad4)")
1342 | (node (ref U19) (pin 4)))))
--------------------------------------------------------------------------------
/KiCad/ttl_clock.pro:
--------------------------------------------------------------------------------
1 | update=12/3/2020 1:27:56 PM
2 | version=1
3 | last_client=kicad
4 | [general]
5 | version=1
6 | [cvpcb]
7 | version=1
8 | NetIExt=net
9 | [cvpcb/libraries]
10 | EquName1=devcms
11 | [eeschema]
12 | version=1
13 | LibDir=
14 | [pcbnew]
15 | version=1
16 | PageLayoutDescrFile=
17 | LastNetListRead=ttl_clock.net
18 | CopperLayerCount=2
19 | BoardThickness=1.6
20 | AllowMicroVias=0
21 | AllowBlindVias=0
22 | RequireCourtyardDefinitions=0
23 | ProhibitOverlappingCourtyards=1
24 | MinTrackWidth=0.254
25 | MinViaDiameter=0.889
26 | MinViaDrill=0.508
27 | MinMicroViaDiameter=0.508
28 | MinMicroViaDrill=0.127
29 | MinHoleToHole=0.25
30 | TrackWidth1=0.3556
31 | TrackWidth2=1.1176
32 | ViaDiameter1=0.889
33 | ViaDrill1=0.635
34 | dPairWidth1=0.3556
35 | dPairGap1=0.254
36 | dPairViaGap1=0.25
37 | SilkLineWidth=0.254
38 | SilkTextSizeV=1
39 | SilkTextSizeH=1
40 | SilkTextSizeThickness=0.15
41 | SilkTextItalic=0
42 | SilkTextUpright=1
43 | CopperLineWidth=0.2
44 | CopperTextSizeV=1.5
45 | CopperTextSizeH=1.5
46 | CopperTextThickness=0.3
47 | CopperTextItalic=0
48 | CopperTextUpright=1
49 | EdgeCutLineWidth=0.09999999999999999
50 | CourtyardLineWidth=0.05
51 | OthersLineWidth=0.254
52 | OthersTextSizeV=1
53 | OthersTextSizeH=1
54 | OthersTextSizeThickness=0.15
55 | OthersTextItalic=0
56 | OthersTextUpright=1
57 | SolderMaskClearance=0
58 | SolderMaskMinWidth=0
59 | SolderPasteClearance=0
60 | SolderPasteRatio=-0
61 | [pcbnew/Netclasses]
62 | [pcbnew/Netclasses/1]
63 | Name=Power
64 | Clearance=0.254
65 | TrackWidth=0.508
66 | ViaDiameter=0.889
67 | ViaDrill=0.635
68 | uViaDiameter=0.508
69 | uViaDrill=0.127
70 | dPairWidth=0.508
71 | dPairGap=0.254
72 | dPairViaGap=0.25
73 | [schematic_editor]
74 | version=1
75 | PageLayoutDescrFile=
76 | PlotDirectoryName=
77 | SubpartIdSeparator=0
78 | SubpartFirstId=65
79 | NetFmtName=Pcbnew
80 | SpiceAjustPassiveValues=0
81 | LabSize=50
82 | ERC_TestSimilarLabels=1
83 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # TTL Clock
2 | 74xx ICs Based Digital Clock
3 |
4 | ## Introduction
5 | I got a bit tired from soldering SMD components, writing firmware, (and also observing people building vintage-looking Nixie clocks using modern microcontrollers). And recently when cleaning my parts boxes I found several 74LS47 7-segment decoders, some 74LS90 decade counters, and MAN1A 7-segment displays. So I thought, why not to build a nice little clock using these components.
6 |
7 | 
8 |
9 | ## Assembly Instructions
10 |
11 | [Assembly Instructions](Assembly_Instructions.md)
12 |
13 | ## Design Overview
14 | Please refer to the schematic file in the Design Files section below.
15 |
16 | The clock uses a 32768 Hz quartz crystal (X1) and 74HC4060 counter/divider IC (U1) to generate 2 Hz signal. This signal is divided further by 2 using a part of 74LS90 counter (U6). The obtained 1 Hz signal is fed to two 74LS90 counters (U11 and U12) that count seconds. The seconds reset circuit implemented using two 74LS00 NAND gates (U4A and U4B). This circuit resets both seconds and tens of seconds counters when they reach "60" or when "SECONDS" switch (SW1) is pressed, allowing seconds adjustment.
17 |
18 | The most significant bit of tens of seconds counter is fed to the minutes counter implemented using two 74LS90 counters (U13 and U14) through a multiplexer built from three 74LS00 NAND gates (U2C, U2D, U4D). The multiplexer selects between this "one pulse per minute" signal and the 2 Hz signal allowing setting up minutes. Two additional 74LS00 NAND gates (U2A and U2B) implement an RS flip-flop used to de-bounce "MINUTES" switch (SW2). The tens of the minutes 74LS90 counter (U14) is wired so that it resets itself when it reaches count of "6", so that minutes wrap around at "60".
19 |
20 | Similarly to minutes, the most significant bit of tens of minutes is fed to the hours counter implemented using two 74LS90 counters (U15 and U16) through a multiplexer built from three 74LS00 NAND gates (U3C, U3D, U4C). The multiplexer selects between this "one pulse per hour" signal and the 2 Hz signal allowing setting up hours. Two additional 74LS00 NAND gates (U3A and U3B) implement an RS flip-flop used to de-bounce "HOURS" switch (SW3). Both hours counters are wired in such a way that they will reset themselves once they reach the count of "24".
21 |
22 | Six 74LS47 7-segment decoders (U5 - U10) are used to decode the binary outputs of the counters and 7-segment displays (U17 - U19) display the result in human readable 24-hours time format.
23 |
24 | ## Design Files
25 |
26 | [Schematic - Version 1.1](KiCad/TTL_Clock-Schematic-1.1.pdf)
27 |
28 | [Board - Version 1.1](KiCad/TTL_Clock-Board-1.1.pdf)
29 |
30 | ## Bill of Materials
31 |
32 | [TTL Clock V1.1 project on Mouser.com](https://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=75baf81884) - View and order all components except of the PCB.
33 |
34 | [TTL Clock Version 1.1 project on OSH Park](https://oshpark.com/shared_projects/GOxwvQh1) - Order PCBs.
35 |
36 | Component type | Reference | Description | Quantity | Possible sources and notes
37 | ------------------ | --------- | ------------------------------------------- | -------- | --------------------------
38 | PCB | | TTL Clock V1.1 Printed Circuit Board | 1 | Order from [OSH Park](https://oshpark.com/shared_projects/GOxwvQh1) or another PCB manufacturer using provided KiCad or Gerber files
39 | Stand | | 3D printed stand for the clock | 1 | (Optional) Print on a 3D printer using [stand.stl](printed_parts/stand.stl). Thanks to Michael K. for designing this stand.
40 | Screw | | M3 x 6mm screw | 2 | (Optional)
41 | Capacitor | C1 - C16 | 0.1uF, 50V, multilayer ceramic capacitor, axial | 16 | Mouser: [594-A104K15X7RF5UAA](https://www.mouser.com/ProductDetail/594-A104K15X7RF5UAA)
42 | Capacitor | C17 | 100uF, 25V, electrolytic capacitor, radial, 6.3 mm diameter | 1 | Mouser: [710-860040473003](https://www.mouser.com/ProductDetail/710-860040473003)
43 | Capacitor | C18 | 12pF, 50V, multilayer ceramic capacitor, 5.08 mm lead spacing | 1 | Mouser: [810-FK28C0G1H120J](https://www.mouser.com/ProductDetail/810-FK28C0G1H120J)
44 | Trimmer Capacitor | C19 | 5-30pF, trimmer capacitor, 5 mm lead spacing | 1 | Mouser: [659-GKG20015](https://www.mouser.com/ProductDetail/659-GKG20015)
45 | LED | D1 - D4 | 3 mm LED, same color as U17 - U19 | 4 | Mouser: [859-LTL-4221](https://www.mouser.com/ProductDetail/859-LTL-4221) (red, 623 nm) [859-LTL-4211](https://www.mouser.com/ProductDetail/859-LTL-4211) (red, 697 nm, 2.5 mcd), [859-LTL-4231](https://www.mouser.com/ProductDetail/859-LTL-4231) (green, 565 nm)
46 | Connector | P1 | DC Power Jack | 1 | Mouser: [806-KLDX-0202-A](https://www.mouser.com/ProductDetail/806-KLDX-0202-A)
47 | Resistor | R1 - R5 | 4.7 kOhm, 1/4 W | 5 | Mouser: [588-OK4725E-R52](https://www.mouser.com/ProductDetail/588-OK4725E-R52), [603-MFR25SFRF52-4K7](https://www.mouser.com/ProductDetail/603-MFR25SFRF52-4K7)
48 | Resistor | R6 | 330 kOhm, 1/4 W | 1 | Mouser: [588-OK3345E-R52](https://www.mouser.com/ProductDetail/588-OK3345E-R52)
49 | Resistor | R7 | 15 MOhm, 1/4 W | 1 | Mouser: [660-CF1/4C156J](https://www.mouser.com/ProductDetail/660-CF1-4C156J)
50 | Resistor Array | RR1 - RR6 | 470 Ohm, 8 isolated resistors, 16 pin DIP | 6 | Mouser: [652-4116R-1LF-470](https://www.mouser.com/ProductDetail/652-4116R-1LF-470), [652-4116R-1-470](https://www.mouser.com/ProductDetail/652-4116R-1-470), or 46 x 470 ohm discrete resistors
51 | Switch | SW1 - SW3 | SPDT momentary switch, Omron D2F | 3 | Mouser: [612-SS0750301F040P1A](https://www.mouser.com/ProductDetail/612-SS0750301F040P1A), [653-D2F-01L](https://www.mouser.com/ProductDetail/653-D2F-01L)
52 | Integrated Circuit | U1 | 14-stage binary counter with oscillator, 74HC4060 | 1 | Mouser: [595-SN74HC4060N](https://www.mouser.com/ProductDetail/595-SN74HC4060N), [595-CD74HCT4060E](https://www.mouser.com/ProductDetail/595-CD74HCT4060E), [595-CD74HC4060E](https://www.mouser.com/ProductDetail/595-CD74HC4060E)
53 | Integrated Circuit | U2 - U4 | Quad 4-input NAND gate, 74LS00 | 3 | Mouser: [595-SN74LS00N](https://www.mouser.com/ProductDetail/595-SN74LS00N), [595-SN74LS00NE4](https://www.mouser.com/ProductDetail/595-SN74LS00NE4)
54 | Integrated Circuit | U5 - U10 | BCD to 7-segment decoder, 74LS47 or 74LS247 | 6 | Mouser: [595-SN74LS47N](https://www.mouser.com/ProductDetail/595-SN74LS47N), [595-SN74LS47NE4](https://www.mouser.com/ProductDetail/SN74LS47NE4), [595-SN74LS247N](https://www.mouser.com/ProductDetail/595-SN74LS247N), [595-SN74LS247NE4](https://www.mouser.com/ProductDetail/595-SN74LS247NE4)
55 | Integrated Circuit | U11 - U16 | Decade counter, 74LS90 | 6 | Mouser: [595-SN74LS90N](https://www.mouser.com/ProductDetail/595-SN74LS90N), [595-SN74LS90NE4](https://www.mouser.com/ProductDetail/595-SN74LS90NE4)
56 | LED Display | U17 - U19 | 7-segment LED display, 2 digits, common anode | 3 | Mouser: [859-LTD-6910HR](https://www.mouser.com/ProductDetail/859-LTD-6910HR) (red, 623 nm), [859-LTD-6410G](https://www.mouser.com/ProductDetail/859-LTD-6410G) (green, 569 nm)
57 | Crystal Resonator | X1 | 32768 Hz, 12.5pF load capacitance, tuning fork | 1 | Mouser: [695-CFS-20632768EZBB](https://www.mouser.com/ProductDetail/695-CFS-20632768EZBB), [815-AB26T-32.768KHZ](https://www.mouser.com/ProductDetail/815-AB26T-32.768KHZ)
58 | Power Supply | | 5 V, 550 mA | 1 | Mouser: [490-SWI3-5-N-P5](https://www.mouser.com/ProductDetail/490-SWI3-5-N-P5) (US plug), [490-SWI3-5-E-P5](https://www.mouser.com/ProductDetail/490-SWI3-5-E-P5) (EU plug)
59 |
--------------------------------------------------------------------------------
/gerber/ttl_clock-B_Mask.gbs:
--------------------------------------------------------------------------------
1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*
2 | G04 #@! TF.CreationDate,2020-11-22T12:43:29-08:00*
3 | G04 #@! TF.ProjectId,ttl_clock,74746c5f-636c-46f6-936b-2e6b69636164,rev?*
4 | G04 #@! TF.SameCoordinates,Original*
5 | G04 #@! TF.FileFunction,Soldermask,Bot*
6 | G04 #@! TF.FilePolarity,Negative*
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2020-11-22 12:43:29*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.800000*%
15 | %ADD11C,6.000000*%
16 | %ADD12C,1.397000*%
17 | %ADD13R,1.500000X1.500000*%
18 | %ADD14C,1.500000*%
19 | %ADD15R,1.397000X1.397000*%
20 | %ADD16R,1.600000X1.600000*%
21 | %ADD17C,1.600000*%
22 | %ADD18C,1.998980*%
23 | %ADD19C,1.800000*%
24 | %ADD20R,1.800000X1.800000*%
25 | %ADD21C,4.000000*%
26 | %ADD22C,4.500000*%
27 | %ADD23R,1.778000X1.778000*%
28 | %ADD24C,1.778000*%
29 | G04 APERTURE END LIST*
30 | D10*
31 | X171909010Y-171909010D03*
32 | X171250000Y-173500000D03*
33 | X171909010Y-175090990D03*
34 | X173500000Y-175750000D03*
35 | X175090990Y-175090990D03*
36 | X175750000Y-173500000D03*
37 | X175090990Y-171909010D03*
38 | X173500000Y-171250000D03*
39 | D11*
40 | X173500000Y-173500000D03*
41 | D12*
42 | X97790000Y-167640000D03*
43 | X97790000Y-175260000D03*
44 | D13*
45 | X93980000Y-167640000D03*
46 | D14*
47 | X93980000Y-165100000D03*
48 | X93980000Y-162560000D03*
49 | X93980000Y-160020000D03*
50 | X93980000Y-157480000D03*
51 | X93980000Y-154940000D03*
52 | X93980000Y-152400000D03*
53 | X93980000Y-149860000D03*
54 | X93980000Y-147320000D03*
55 | X78740000Y-147320000D03*
56 | X78740000Y-149860000D03*
57 | X78740000Y-152400000D03*
58 | X78740000Y-154940000D03*
59 | X78740000Y-157480000D03*
60 | X78740000Y-160020000D03*
61 | X78740000Y-162560000D03*
62 | X78740000Y-165100000D03*
63 | X78740000Y-167640000D03*
64 | D15*
65 | X99060000Y-137160000D03*
66 | D12*
67 | X101600000Y-137160000D03*
68 | X104140000Y-137160000D03*
69 | X106680000Y-137160000D03*
70 | X109220000Y-137160000D03*
71 | X111760000Y-137160000D03*
72 | X114300000Y-137160000D03*
73 | X116840000Y-137160000D03*
74 | X116840000Y-129540000D03*
75 | X114300000Y-129540000D03*
76 | X111760000Y-129540000D03*
77 | X109220000Y-129540000D03*
78 | X106680000Y-129540000D03*
79 | X104140000Y-129540000D03*
80 | X101600000Y-129540000D03*
81 | X99060000Y-129540000D03*
82 | X99060000Y-116840000D03*
83 | X101600000Y-116840000D03*
84 | X104140000Y-116840000D03*
85 | X106680000Y-116840000D03*
86 | X109220000Y-116840000D03*
87 | X111760000Y-116840000D03*
88 | X114300000Y-116840000D03*
89 | X116840000Y-116840000D03*
90 | X116840000Y-124460000D03*
91 | X114300000Y-124460000D03*
92 | X111760000Y-124460000D03*
93 | X109220000Y-124460000D03*
94 | X106680000Y-124460000D03*
95 | X104140000Y-124460000D03*
96 | X101600000Y-124460000D03*
97 | D15*
98 | X99060000Y-124460000D03*
99 | X99060000Y-111760000D03*
100 | D12*
101 | X101600000Y-111760000D03*
102 | X104140000Y-111760000D03*
103 | X106680000Y-111760000D03*
104 | X109220000Y-111760000D03*
105 | X111760000Y-111760000D03*
106 | X114300000Y-111760000D03*
107 | X116840000Y-111760000D03*
108 | X116840000Y-104140000D03*
109 | X114300000Y-104140000D03*
110 | X111760000Y-104140000D03*
111 | X109220000Y-104140000D03*
112 | X106680000Y-104140000D03*
113 | X104140000Y-104140000D03*
114 | X101600000Y-104140000D03*
115 | X99060000Y-104140000D03*
116 | D13*
117 | X93980000Y-106680000D03*
118 | D14*
119 | X93980000Y-104140000D03*
120 | X93980000Y-101600000D03*
121 | X93980000Y-99060000D03*
122 | X93980000Y-96520000D03*
123 | X93980000Y-93980000D03*
124 | X93980000Y-91440000D03*
125 | X93980000Y-88900000D03*
126 | X93980000Y-86360000D03*
127 | X78740000Y-86360000D03*
128 | X78740000Y-88900000D03*
129 | X78740000Y-91440000D03*
130 | X78740000Y-93980000D03*
131 | X78740000Y-96520000D03*
132 | X78740000Y-99060000D03*
133 | X78740000Y-101600000D03*
134 | X78740000Y-104140000D03*
135 | X78740000Y-106680000D03*
136 | D15*
137 | X99060000Y-99060000D03*
138 | D12*
139 | X101600000Y-99060000D03*
140 | X104140000Y-99060000D03*
141 | X106680000Y-99060000D03*
142 | X109220000Y-99060000D03*
143 | X111760000Y-99060000D03*
144 | X114300000Y-99060000D03*
145 | X116840000Y-99060000D03*
146 | X116840000Y-91440000D03*
147 | X114300000Y-91440000D03*
148 | X111760000Y-91440000D03*
149 | X109220000Y-91440000D03*
150 | X106680000Y-91440000D03*
151 | X104140000Y-91440000D03*
152 | X101600000Y-91440000D03*
153 | X99060000Y-91440000D03*
154 | X120650000Y-86360000D03*
155 | X120650000Y-78740000D03*
156 | X99060000Y-78740000D03*
157 | X101600000Y-78740000D03*
158 | X104140000Y-78740000D03*
159 | X106680000Y-78740000D03*
160 | X109220000Y-78740000D03*
161 | X111760000Y-78740000D03*
162 | X114300000Y-78740000D03*
163 | X116840000Y-78740000D03*
164 | X116840000Y-86360000D03*
165 | X114300000Y-86360000D03*
166 | X111760000Y-86360000D03*
167 | X109220000Y-86360000D03*
168 | X106680000Y-86360000D03*
169 | X104140000Y-86360000D03*
170 | X101600000Y-86360000D03*
171 | D15*
172 | X99060000Y-86360000D03*
173 | D12*
174 | X120650000Y-175260000D03*
175 | X120650000Y-167640000D03*
176 | X97790000Y-154940000D03*
177 | X97790000Y-162560000D03*
178 | X120650000Y-162560000D03*
179 | X120650000Y-154940000D03*
180 | X120650000Y-91440000D03*
181 | X120650000Y-99060000D03*
182 | X120650000Y-111760000D03*
183 | X120650000Y-104140000D03*
184 | X120650000Y-116840000D03*
185 | X120650000Y-124460000D03*
186 | X120650000Y-137160000D03*
187 | X120650000Y-129540000D03*
188 | X120650000Y-142240000D03*
189 | X120650000Y-149860000D03*
190 | X146050000Y-78740000D03*
191 | X146050000Y-86360000D03*
192 | X146050000Y-99060000D03*
193 | X146050000Y-91440000D03*
194 | X146050000Y-104140000D03*
195 | X146050000Y-111760000D03*
196 | X146050000Y-124460000D03*
197 | X146050000Y-116840000D03*
198 | X146050000Y-137160000D03*
199 | X146050000Y-129540000D03*
200 | X146050000Y-142240000D03*
201 | X146050000Y-149860000D03*
202 | D16*
203 | X162877500Y-156210000D03*
204 | D17*
205 | X165377500Y-156210000D03*
206 | D12*
207 | X146685000Y-168910000D03*
208 | X146685000Y-173990000D03*
209 | D18*
210 | X153670000Y-168910000D03*
211 | X153670000Y-173990000D03*
212 | D19*
213 | X81280000Y-113030000D03*
214 | D20*
215 | X81280000Y-110490000D03*
216 | X91440000Y-110490000D03*
217 | D19*
218 | X91440000Y-113030000D03*
219 | X81280000Y-143510000D03*
220 | D20*
221 | X81280000Y-140970000D03*
222 | X91440000Y-140970000D03*
223 | D19*
224 | X91440000Y-143510000D03*
225 | D10*
226 | X78909010Y-171909010D03*
227 | X78250000Y-173500000D03*
228 | X78909010Y-175090990D03*
229 | X80500000Y-175750000D03*
230 | X82090990Y-175090990D03*
231 | X82750000Y-173500000D03*
232 | X82090990Y-171909010D03*
233 | X80500000Y-171250000D03*
234 | D11*
235 | X80500000Y-173500000D03*
236 | X80500000Y-80500000D03*
237 | D10*
238 | X80500000Y-78250000D03*
239 | X82090990Y-78909010D03*
240 | X82750000Y-80500000D03*
241 | X82090990Y-82090990D03*
242 | X80500000Y-82750000D03*
243 | X78909010Y-82090990D03*
244 | X78250000Y-80500000D03*
245 | X78909010Y-78909010D03*
246 | D11*
247 | X173400000Y-80500000D03*
248 | D10*
249 | X173400000Y-78250000D03*
250 | X174990990Y-78909010D03*
251 | X175650000Y-80500000D03*
252 | X174990990Y-82090990D03*
253 | X173400000Y-82750000D03*
254 | X171809010Y-82090990D03*
255 | X171150000Y-80500000D03*
256 | X171809010Y-78909010D03*
257 | D21*
258 | X163600000Y-169400000D03*
259 | D22*
260 | X163600000Y-163199860D03*
261 | D21*
262 | X168400600Y-166400260D03*
263 | D12*
264 | X170180000Y-93980000D03*
265 | X170180000Y-101600000D03*
266 | X172720000Y-101600000D03*
267 | X172720000Y-93980000D03*
268 | X175260000Y-101600000D03*
269 | X175260000Y-93980000D03*
270 | X170815000Y-160020000D03*
271 | X170815000Y-152400000D03*
272 | X173355000Y-152400000D03*
273 | X173355000Y-160020000D03*
274 | X149225000Y-166370000D03*
275 | X149225000Y-158750000D03*
276 | X146685000Y-166370000D03*
277 | X146685000Y-158750000D03*
278 | D23*
279 | X172720000Y-116840000D03*
280 | D24*
281 | X172720000Y-111760000D03*
282 | X172720000Y-106680000D03*
283 | X172720000Y-121920000D03*
284 | X172720000Y-127000000D03*
285 | D23*
286 | X172720000Y-132080000D03*
287 | X172720000Y-147320000D03*
288 | D24*
289 | X172720000Y-142240000D03*
290 | X172720000Y-137160000D03*
291 | D15*
292 | X124460000Y-175260000D03*
293 | D12*
294 | X127000000Y-175260000D03*
295 | X129540000Y-175260000D03*
296 | X132080000Y-175260000D03*
297 | X134620000Y-175260000D03*
298 | X137160000Y-175260000D03*
299 | X139700000Y-175260000D03*
300 | X142240000Y-175260000D03*
301 | X142240000Y-167640000D03*
302 | X139700000Y-167640000D03*
303 | X137160000Y-167640000D03*
304 | X134620000Y-167640000D03*
305 | X132080000Y-167640000D03*
306 | X129540000Y-167640000D03*
307 | X127000000Y-167640000D03*
308 | X124460000Y-167640000D03*
309 | X101600000Y-154940000D03*
310 | X104140000Y-154940000D03*
311 | X106680000Y-154940000D03*
312 | X109220000Y-154940000D03*
313 | X111760000Y-154940000D03*
314 | X114300000Y-154940000D03*
315 | X116840000Y-154940000D03*
316 | X116840000Y-162560000D03*
317 | X114300000Y-162560000D03*
318 | X111760000Y-162560000D03*
319 | X109220000Y-162560000D03*
320 | X106680000Y-162560000D03*
321 | X104140000Y-162560000D03*
322 | D15*
323 | X101600000Y-162560000D03*
324 | D12*
325 | X124460000Y-154940000D03*
326 | X127000000Y-154940000D03*
327 | X129540000Y-154940000D03*
328 | X132080000Y-154940000D03*
329 | X134620000Y-154940000D03*
330 | X137160000Y-154940000D03*
331 | X139700000Y-154940000D03*
332 | X139700000Y-162560000D03*
333 | X137160000Y-162560000D03*
334 | X134620000Y-162560000D03*
335 | X132080000Y-162560000D03*
336 | X129540000Y-162560000D03*
337 | X127000000Y-162560000D03*
338 | D15*
339 | X124460000Y-162560000D03*
340 | X101600000Y-175260000D03*
341 | D12*
342 | X104140000Y-175260000D03*
343 | X106680000Y-175260000D03*
344 | X109220000Y-175260000D03*
345 | X111760000Y-175260000D03*
346 | X114300000Y-175260000D03*
347 | X116840000Y-175260000D03*
348 | X116840000Y-167640000D03*
349 | X114300000Y-167640000D03*
350 | X111760000Y-167640000D03*
351 | X109220000Y-167640000D03*
352 | X106680000Y-167640000D03*
353 | X104140000Y-167640000D03*
354 | X101600000Y-167640000D03*
355 | X124460000Y-78740000D03*
356 | X127000000Y-78740000D03*
357 | X129540000Y-78740000D03*
358 | X132080000Y-78740000D03*
359 | X134620000Y-78740000D03*
360 | X137160000Y-78740000D03*
361 | X139700000Y-78740000D03*
362 | X142240000Y-78740000D03*
363 | X142240000Y-86360000D03*
364 | X139700000Y-86360000D03*
365 | X137160000Y-86360000D03*
366 | X134620000Y-86360000D03*
367 | X132080000Y-86360000D03*
368 | X129540000Y-86360000D03*
369 | X127000000Y-86360000D03*
370 | D15*
371 | X124460000Y-86360000D03*
372 | X124460000Y-99060000D03*
373 | D12*
374 | X127000000Y-99060000D03*
375 | X129540000Y-99060000D03*
376 | X132080000Y-99060000D03*
377 | X134620000Y-99060000D03*
378 | X137160000Y-99060000D03*
379 | X139700000Y-99060000D03*
380 | X142240000Y-99060000D03*
381 | X142240000Y-91440000D03*
382 | X139700000Y-91440000D03*
383 | X137160000Y-91440000D03*
384 | X134620000Y-91440000D03*
385 | X132080000Y-91440000D03*
386 | X129540000Y-91440000D03*
387 | X127000000Y-91440000D03*
388 | X124460000Y-91440000D03*
389 | X124460000Y-104140000D03*
390 | X127000000Y-104140000D03*
391 | X129540000Y-104140000D03*
392 | X132080000Y-104140000D03*
393 | X134620000Y-104140000D03*
394 | X137160000Y-104140000D03*
395 | X139700000Y-104140000D03*
396 | X142240000Y-104140000D03*
397 | X142240000Y-111760000D03*
398 | X139700000Y-111760000D03*
399 | X137160000Y-111760000D03*
400 | X134620000Y-111760000D03*
401 | X132080000Y-111760000D03*
402 | X129540000Y-111760000D03*
403 | X127000000Y-111760000D03*
404 | D15*
405 | X124460000Y-111760000D03*
406 | X124460000Y-124460000D03*
407 | D12*
408 | X127000000Y-124460000D03*
409 | X129540000Y-124460000D03*
410 | X132080000Y-124460000D03*
411 | X134620000Y-124460000D03*
412 | X137160000Y-124460000D03*
413 | X139700000Y-124460000D03*
414 | X142240000Y-124460000D03*
415 | X142240000Y-116840000D03*
416 | X139700000Y-116840000D03*
417 | X137160000Y-116840000D03*
418 | X134620000Y-116840000D03*
419 | X132080000Y-116840000D03*
420 | X129540000Y-116840000D03*
421 | X127000000Y-116840000D03*
422 | X124460000Y-116840000D03*
423 | X124460000Y-129540000D03*
424 | X127000000Y-129540000D03*
425 | X129540000Y-129540000D03*
426 | X132080000Y-129540000D03*
427 | X134620000Y-129540000D03*
428 | X137160000Y-129540000D03*
429 | X139700000Y-129540000D03*
430 | X142240000Y-129540000D03*
431 | X142240000Y-137160000D03*
432 | X139700000Y-137160000D03*
433 | X137160000Y-137160000D03*
434 | X134620000Y-137160000D03*
435 | X132080000Y-137160000D03*
436 | X129540000Y-137160000D03*
437 | X127000000Y-137160000D03*
438 | D15*
439 | X124460000Y-137160000D03*
440 | X124460000Y-149860000D03*
441 | D12*
442 | X127000000Y-149860000D03*
443 | X129540000Y-149860000D03*
444 | X132080000Y-149860000D03*
445 | X134620000Y-149860000D03*
446 | X137160000Y-149860000D03*
447 | X139700000Y-149860000D03*
448 | X142240000Y-149860000D03*
449 | X142240000Y-142240000D03*
450 | X139700000Y-142240000D03*
451 | X137160000Y-142240000D03*
452 | X134620000Y-142240000D03*
453 | X132080000Y-142240000D03*
454 | X129540000Y-142240000D03*
455 | X127000000Y-142240000D03*
456 | X124460000Y-142240000D03*
457 | X149860000Y-78740000D03*
458 | X152400000Y-78740000D03*
459 | X154940000Y-78740000D03*
460 | X157480000Y-78740000D03*
461 | X160020000Y-78740000D03*
462 | X162560000Y-78740000D03*
463 | X165100000Y-78740000D03*
464 | X165100000Y-86360000D03*
465 | X162560000Y-86360000D03*
466 | X160020000Y-86360000D03*
467 | X157480000Y-86360000D03*
468 | X154940000Y-86360000D03*
469 | X152400000Y-86360000D03*
470 | D15*
471 | X149860000Y-86360000D03*
472 | D12*
473 | X149860000Y-91440000D03*
474 | X152400000Y-91440000D03*
475 | X154940000Y-91440000D03*
476 | X157480000Y-91440000D03*
477 | X160020000Y-91440000D03*
478 | X162560000Y-91440000D03*
479 | X165100000Y-91440000D03*
480 | X165100000Y-99060000D03*
481 | X162560000Y-99060000D03*
482 | X160020000Y-99060000D03*
483 | X157480000Y-99060000D03*
484 | X154940000Y-99060000D03*
485 | X152400000Y-99060000D03*
486 | D15*
487 | X149860000Y-99060000D03*
488 | X149860000Y-111760000D03*
489 | D12*
490 | X152400000Y-111760000D03*
491 | X154940000Y-111760000D03*
492 | X157480000Y-111760000D03*
493 | X160020000Y-111760000D03*
494 | X162560000Y-111760000D03*
495 | X165100000Y-111760000D03*
496 | X165100000Y-104140000D03*
497 | X162560000Y-104140000D03*
498 | X160020000Y-104140000D03*
499 | X157480000Y-104140000D03*
500 | X154940000Y-104140000D03*
501 | X152400000Y-104140000D03*
502 | X149860000Y-104140000D03*
503 | X149860000Y-116840000D03*
504 | X152400000Y-116840000D03*
505 | X154940000Y-116840000D03*
506 | X157480000Y-116840000D03*
507 | X160020000Y-116840000D03*
508 | X162560000Y-116840000D03*
509 | X165100000Y-116840000D03*
510 | X165100000Y-124460000D03*
511 | X162560000Y-124460000D03*
512 | X160020000Y-124460000D03*
513 | X157480000Y-124460000D03*
514 | X154940000Y-124460000D03*
515 | X152400000Y-124460000D03*
516 | D15*
517 | X149860000Y-124460000D03*
518 | D12*
519 | X149860000Y-129540000D03*
520 | X152400000Y-129540000D03*
521 | X154940000Y-129540000D03*
522 | X157480000Y-129540000D03*
523 | X160020000Y-129540000D03*
524 | X162560000Y-129540000D03*
525 | X165100000Y-129540000D03*
526 | X165100000Y-137160000D03*
527 | X162560000Y-137160000D03*
528 | X160020000Y-137160000D03*
529 | X157480000Y-137160000D03*
530 | X154940000Y-137160000D03*
531 | X152400000Y-137160000D03*
532 | D15*
533 | X149860000Y-137160000D03*
534 | X149860000Y-149860000D03*
535 | D12*
536 | X152400000Y-149860000D03*
537 | X154940000Y-149860000D03*
538 | X157480000Y-149860000D03*
539 | X160020000Y-149860000D03*
540 | X162560000Y-149860000D03*
541 | X165100000Y-149860000D03*
542 | X165100000Y-142240000D03*
543 | X162560000Y-142240000D03*
544 | X160020000Y-142240000D03*
545 | X157480000Y-142240000D03*
546 | X154940000Y-142240000D03*
547 | X152400000Y-142240000D03*
548 | X149860000Y-142240000D03*
549 | X154940000Y-166370000D03*
550 | X152400000Y-166370000D03*
551 | X154940000Y-161290000D03*
552 | X152400000Y-161290000D03*
553 | D14*
554 | X78740000Y-137160000D03*
555 | X78740000Y-134620000D03*
556 | X78740000Y-132080000D03*
557 | X78740000Y-129540000D03*
558 | X78740000Y-127000000D03*
559 | X78740000Y-124460000D03*
560 | X78740000Y-121920000D03*
561 | X78740000Y-119380000D03*
562 | X78740000Y-116840000D03*
563 | X93980000Y-116840000D03*
564 | X93980000Y-119380000D03*
565 | X93980000Y-121920000D03*
566 | X93980000Y-124460000D03*
567 | X93980000Y-127000000D03*
568 | X93980000Y-129540000D03*
569 | X93980000Y-132080000D03*
570 | X93980000Y-134620000D03*
571 | D13*
572 | X93980000Y-137160000D03*
573 | D12*
574 | X99060000Y-142240000D03*
575 | X101600000Y-142240000D03*
576 | X104140000Y-142240000D03*
577 | X106680000Y-142240000D03*
578 | X109220000Y-142240000D03*
579 | X111760000Y-142240000D03*
580 | X114300000Y-142240000D03*
581 | X116840000Y-142240000D03*
582 | X116840000Y-149860000D03*
583 | X114300000Y-149860000D03*
584 | X111760000Y-149860000D03*
585 | X109220000Y-149860000D03*
586 | X106680000Y-149860000D03*
587 | X104140000Y-149860000D03*
588 | X101600000Y-149860000D03*
589 | D15*
590 | X99060000Y-149860000D03*
591 | M02*
592 |
--------------------------------------------------------------------------------
/gerber/ttl_clock-B_SilkS.gbo:
--------------------------------------------------------------------------------
1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*
2 | G04 #@! TF.CreationDate,2020-11-22T12:43:29-08:00*
3 | G04 #@! TF.ProjectId,ttl_clock,74746c5f-636c-46f6-936b-2e6b69636164,rev?*
4 | G04 #@! TF.SameCoordinates,Original*
5 | G04 #@! TF.FileFunction,Legend,Bot*
6 | G04 #@! TF.FilePolarity,Positive*
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2020-11-22 12:43:29*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | G04 APERTURE END LIST*
15 | M02*
16 |
--------------------------------------------------------------------------------
/gerber/ttl_clock-Edge_Cuts.gm1:
--------------------------------------------------------------------------------
1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*
2 | G04 #@! TF.CreationDate,2020-11-22T12:43:29-08:00*
3 | G04 #@! TF.ProjectId,ttl_clock,74746c5f-636c-46f6-936b-2e6b69636164,rev?*
4 | G04 #@! TF.SameCoordinates,Original*
5 | G04 #@! TF.FileFunction,Profile,NP*
6 | %FSLAX46Y46*%
7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
8 | G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2020-11-22 12:43:29*
9 | %MOMM*%
10 | %LPD*%
11 | G01*
12 | G04 APERTURE LIST*
13 | G04 #@! TA.AperFunction,Profile*
14 | %ADD10C,0.100000*%
15 | G04 #@! TD*
16 | G04 APERTURE END LIST*
17 | D10*
18 | X177000000Y-79000000D02*
19 | X177000000Y-175000000D01*
20 | X79000000Y-77000000D02*
21 | X175000000Y-77000000D01*
22 | X77000000Y-175400000D02*
23 | X77000000Y-79000000D01*
24 | X175000000Y-177000000D02*
25 | X78600000Y-177000000D01*
26 | X175000000Y-177000000D02*
27 | G75*
28 | G03*
29 | X177000000Y-175000000I0J2000000D01*
30 | G01*
31 | X77000000Y-175400000D02*
32 | G75*
33 | G03*
34 | X78600000Y-177000000I1600000J0D01*
35 | G01*
36 | X177000000Y-79000000D02*
37 | G75*
38 | G03*
39 | X175000000Y-77000000I-2000000J0D01*
40 | G01*
41 | X79000000Y-77000000D02*
42 | G75*
43 | G03*
44 | X77000000Y-79000000I0J-2000000D01*
45 | G01*
46 | M02*
47 |
--------------------------------------------------------------------------------
/gerber/ttl_clock-F_Mask.gts:
--------------------------------------------------------------------------------
1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.8)-1*
2 | G04 #@! TF.CreationDate,2020-11-22T12:43:29-08:00*
3 | G04 #@! TF.ProjectId,ttl_clock,74746c5f-636c-46f6-936b-2e6b69636164,rev?*
4 | G04 #@! TF.SameCoordinates,Original*
5 | G04 #@! TF.FileFunction,Soldermask,Top*
6 | G04 #@! TF.FilePolarity,Negative*
7 | %FSLAX46Y46*%
8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9 | G04 Created by KiCad (PCBNEW (5.1.8)-1) date 2020-11-22 12:43:29*
10 | %MOMM*%
11 | %LPD*%
12 | G01*
13 | G04 APERTURE LIST*
14 | %ADD10C,0.800000*%
15 | %ADD11C,6.000000*%
16 | %ADD12C,1.397000*%
17 | %ADD13R,1.500000X1.500000*%
18 | %ADD14C,1.500000*%
19 | %ADD15R,1.397000X1.397000*%
20 | %ADD16R,1.600000X1.600000*%
21 | %ADD17C,1.600000*%
22 | %ADD18C,1.998980*%
23 | %ADD19C,1.800000*%
24 | %ADD20R,1.800000X1.800000*%
25 | %ADD21C,4.000000*%
26 | %ADD22C,4.500000*%
27 | %ADD23R,1.778000X1.778000*%
28 | %ADD24C,1.778000*%
29 | G04 APERTURE END LIST*
30 | D10*
31 | X171909010Y-171909010D03*
32 | X171250000Y-173500000D03*
33 | X171909010Y-175090990D03*
34 | X173500000Y-175750000D03*
35 | X175090990Y-175090990D03*
36 | X175750000Y-173500000D03*
37 | X175090990Y-171909010D03*
38 | X173500000Y-171250000D03*
39 | D11*
40 | X173500000Y-173500000D03*
41 | D12*
42 | X97790000Y-167640000D03*
43 | X97790000Y-175260000D03*
44 | D13*
45 | X93980000Y-167640000D03*
46 | D14*
47 | X93980000Y-165100000D03*
48 | X93980000Y-162560000D03*
49 | X93980000Y-160020000D03*
50 | X93980000Y-157480000D03*
51 | X93980000Y-154940000D03*
52 | X93980000Y-152400000D03*
53 | X93980000Y-149860000D03*
54 | X93980000Y-147320000D03*
55 | X78740000Y-147320000D03*
56 | X78740000Y-149860000D03*
57 | X78740000Y-152400000D03*
58 | X78740000Y-154940000D03*
59 | X78740000Y-157480000D03*
60 | X78740000Y-160020000D03*
61 | X78740000Y-162560000D03*
62 | X78740000Y-165100000D03*
63 | X78740000Y-167640000D03*
64 | D15*
65 | X99060000Y-137160000D03*
66 | D12*
67 | X101600000Y-137160000D03*
68 | X104140000Y-137160000D03*
69 | X106680000Y-137160000D03*
70 | X109220000Y-137160000D03*
71 | X111760000Y-137160000D03*
72 | X114300000Y-137160000D03*
73 | X116840000Y-137160000D03*
74 | X116840000Y-129540000D03*
75 | X114300000Y-129540000D03*
76 | X111760000Y-129540000D03*
77 | X109220000Y-129540000D03*
78 | X106680000Y-129540000D03*
79 | X104140000Y-129540000D03*
80 | X101600000Y-129540000D03*
81 | X99060000Y-129540000D03*
82 | X99060000Y-116840000D03*
83 | X101600000Y-116840000D03*
84 | X104140000Y-116840000D03*
85 | X106680000Y-116840000D03*
86 | X109220000Y-116840000D03*
87 | X111760000Y-116840000D03*
88 | X114300000Y-116840000D03*
89 | X116840000Y-116840000D03*
90 | X116840000Y-124460000D03*
91 | X114300000Y-124460000D03*
92 | X111760000Y-124460000D03*
93 | X109220000Y-124460000D03*
94 | X106680000Y-124460000D03*
95 | X104140000Y-124460000D03*
96 | X101600000Y-124460000D03*
97 | D15*
98 | X99060000Y-124460000D03*
99 | X99060000Y-111760000D03*
100 | D12*
101 | X101600000Y-111760000D03*
102 | X104140000Y-111760000D03*
103 | X106680000Y-111760000D03*
104 | X109220000Y-111760000D03*
105 | X111760000Y-111760000D03*
106 | X114300000Y-111760000D03*
107 | X116840000Y-111760000D03*
108 | X116840000Y-104140000D03*
109 | X114300000Y-104140000D03*
110 | X111760000Y-104140000D03*
111 | X109220000Y-104140000D03*
112 | X106680000Y-104140000D03*
113 | X104140000Y-104140000D03*
114 | X101600000Y-104140000D03*
115 | X99060000Y-104140000D03*
116 | D13*
117 | X93980000Y-106680000D03*
118 | D14*
119 | X93980000Y-104140000D03*
120 | X93980000Y-101600000D03*
121 | X93980000Y-99060000D03*
122 | X93980000Y-96520000D03*
123 | X93980000Y-93980000D03*
124 | X93980000Y-91440000D03*
125 | X93980000Y-88900000D03*
126 | X93980000Y-86360000D03*
127 | X78740000Y-86360000D03*
128 | X78740000Y-88900000D03*
129 | X78740000Y-91440000D03*
130 | X78740000Y-93980000D03*
131 | X78740000Y-96520000D03*
132 | X78740000Y-99060000D03*
133 | X78740000Y-101600000D03*
134 | X78740000Y-104140000D03*
135 | X78740000Y-106680000D03*
136 | D15*
137 | X99060000Y-99060000D03*
138 | D12*
139 | X101600000Y-99060000D03*
140 | X104140000Y-99060000D03*
141 | X106680000Y-99060000D03*
142 | X109220000Y-99060000D03*
143 | X111760000Y-99060000D03*
144 | X114300000Y-99060000D03*
145 | X116840000Y-99060000D03*
146 | X116840000Y-91440000D03*
147 | X114300000Y-91440000D03*
148 | X111760000Y-91440000D03*
149 | X109220000Y-91440000D03*
150 | X106680000Y-91440000D03*
151 | X104140000Y-91440000D03*
152 | X101600000Y-91440000D03*
153 | X99060000Y-91440000D03*
154 | X120650000Y-86360000D03*
155 | X120650000Y-78740000D03*
156 | X99060000Y-78740000D03*
157 | X101600000Y-78740000D03*
158 | X104140000Y-78740000D03*
159 | X106680000Y-78740000D03*
160 | X109220000Y-78740000D03*
161 | X111760000Y-78740000D03*
162 | X114300000Y-78740000D03*
163 | X116840000Y-78740000D03*
164 | X116840000Y-86360000D03*
165 | X114300000Y-86360000D03*
166 | X111760000Y-86360000D03*
167 | X109220000Y-86360000D03*
168 | X106680000Y-86360000D03*
169 | X104140000Y-86360000D03*
170 | X101600000Y-86360000D03*
171 | D15*
172 | X99060000Y-86360000D03*
173 | D12*
174 | X120650000Y-175260000D03*
175 | X120650000Y-167640000D03*
176 | X97790000Y-154940000D03*
177 | X97790000Y-162560000D03*
178 | X120650000Y-162560000D03*
179 | X120650000Y-154940000D03*
180 | X120650000Y-91440000D03*
181 | X120650000Y-99060000D03*
182 | X120650000Y-111760000D03*
183 | X120650000Y-104140000D03*
184 | X120650000Y-116840000D03*
185 | X120650000Y-124460000D03*
186 | X120650000Y-137160000D03*
187 | X120650000Y-129540000D03*
188 | X120650000Y-142240000D03*
189 | X120650000Y-149860000D03*
190 | X146050000Y-78740000D03*
191 | X146050000Y-86360000D03*
192 | X146050000Y-99060000D03*
193 | X146050000Y-91440000D03*
194 | X146050000Y-104140000D03*
195 | X146050000Y-111760000D03*
196 | X146050000Y-124460000D03*
197 | X146050000Y-116840000D03*
198 | X146050000Y-137160000D03*
199 | X146050000Y-129540000D03*
200 | X146050000Y-142240000D03*
201 | X146050000Y-149860000D03*
202 | D16*
203 | X162877500Y-156210000D03*
204 | D17*
205 | X165377500Y-156210000D03*
206 | D12*
207 | X146685000Y-168910000D03*
208 | X146685000Y-173990000D03*
209 | D18*
210 | X153670000Y-168910000D03*
211 | X153670000Y-173990000D03*
212 | D19*
213 | X81280000Y-113030000D03*
214 | D20*
215 | X81280000Y-110490000D03*
216 | X91440000Y-110490000D03*
217 | D19*
218 | X91440000Y-113030000D03*
219 | X81280000Y-143510000D03*
220 | D20*
221 | X81280000Y-140970000D03*
222 | X91440000Y-140970000D03*
223 | D19*
224 | X91440000Y-143510000D03*
225 | D10*
226 | X78909010Y-171909010D03*
227 | X78250000Y-173500000D03*
228 | X78909010Y-175090990D03*
229 | X80500000Y-175750000D03*
230 | X82090990Y-175090990D03*
231 | X82750000Y-173500000D03*
232 | X82090990Y-171909010D03*
233 | X80500000Y-171250000D03*
234 | D11*
235 | X80500000Y-173500000D03*
236 | X80500000Y-80500000D03*
237 | D10*
238 | X80500000Y-78250000D03*
239 | X82090990Y-78909010D03*
240 | X82750000Y-80500000D03*
241 | X82090990Y-82090990D03*
242 | X80500000Y-82750000D03*
243 | X78909010Y-82090990D03*
244 | X78250000Y-80500000D03*
245 | X78909010Y-78909010D03*
246 | D11*
247 | X173400000Y-80500000D03*
248 | D10*
249 | X173400000Y-78250000D03*
250 | X174990990Y-78909010D03*
251 | X175650000Y-80500000D03*
252 | X174990990Y-82090990D03*
253 | X173400000Y-82750000D03*
254 | X171809010Y-82090990D03*
255 | X171150000Y-80500000D03*
256 | X171809010Y-78909010D03*
257 | D21*
258 | X163600000Y-169400000D03*
259 | D22*
260 | X163600000Y-163199860D03*
261 | D21*
262 | X168400600Y-166400260D03*
263 | D12*
264 | X170180000Y-93980000D03*
265 | X170180000Y-101600000D03*
266 | X172720000Y-101600000D03*
267 | X172720000Y-93980000D03*
268 | X175260000Y-101600000D03*
269 | X175260000Y-93980000D03*
270 | X170815000Y-160020000D03*
271 | X170815000Y-152400000D03*
272 | X173355000Y-152400000D03*
273 | X173355000Y-160020000D03*
274 | X149225000Y-166370000D03*
275 | X149225000Y-158750000D03*
276 | X146685000Y-166370000D03*
277 | X146685000Y-158750000D03*
278 | D23*
279 | X172720000Y-116840000D03*
280 | D24*
281 | X172720000Y-111760000D03*
282 | X172720000Y-106680000D03*
283 | X172720000Y-121920000D03*
284 | X172720000Y-127000000D03*
285 | D23*
286 | X172720000Y-132080000D03*
287 | X172720000Y-147320000D03*
288 | D24*
289 | X172720000Y-142240000D03*
290 | X172720000Y-137160000D03*
291 | D15*
292 | X124460000Y-175260000D03*
293 | D12*
294 | X127000000Y-175260000D03*
295 | X129540000Y-175260000D03*
296 | X132080000Y-175260000D03*
297 | X134620000Y-175260000D03*
298 | X137160000Y-175260000D03*
299 | X139700000Y-175260000D03*
300 | X142240000Y-175260000D03*
301 | X142240000Y-167640000D03*
302 | X139700000Y-167640000D03*
303 | X137160000Y-167640000D03*
304 | X134620000Y-167640000D03*
305 | X132080000Y-167640000D03*
306 | X129540000Y-167640000D03*
307 | X127000000Y-167640000D03*
308 | X124460000Y-167640000D03*
309 | X101600000Y-154940000D03*
310 | X104140000Y-154940000D03*
311 | X106680000Y-154940000D03*
312 | X109220000Y-154940000D03*
313 | X111760000Y-154940000D03*
314 | X114300000Y-154940000D03*
315 | X116840000Y-154940000D03*
316 | X116840000Y-162560000D03*
317 | X114300000Y-162560000D03*
318 | X111760000Y-162560000D03*
319 | X109220000Y-162560000D03*
320 | X106680000Y-162560000D03*
321 | X104140000Y-162560000D03*
322 | D15*
323 | X101600000Y-162560000D03*
324 | D12*
325 | X124460000Y-154940000D03*
326 | X127000000Y-154940000D03*
327 | X129540000Y-154940000D03*
328 | X132080000Y-154940000D03*
329 | X134620000Y-154940000D03*
330 | X137160000Y-154940000D03*
331 | X139700000Y-154940000D03*
332 | X139700000Y-162560000D03*
333 | X137160000Y-162560000D03*
334 | X134620000Y-162560000D03*
335 | X132080000Y-162560000D03*
336 | X129540000Y-162560000D03*
337 | X127000000Y-162560000D03*
338 | D15*
339 | X124460000Y-162560000D03*
340 | X101600000Y-175260000D03*
341 | D12*
342 | X104140000Y-175260000D03*
343 | X106680000Y-175260000D03*
344 | X109220000Y-175260000D03*
345 | X111760000Y-175260000D03*
346 | X114300000Y-175260000D03*
347 | X116840000Y-175260000D03*
348 | X116840000Y-167640000D03*
349 | X114300000Y-167640000D03*
350 | X111760000Y-167640000D03*
351 | X109220000Y-167640000D03*
352 | X106680000Y-167640000D03*
353 | X104140000Y-167640000D03*
354 | X101600000Y-167640000D03*
355 | X124460000Y-78740000D03*
356 | X127000000Y-78740000D03*
357 | X129540000Y-78740000D03*
358 | X132080000Y-78740000D03*
359 | X134620000Y-78740000D03*
360 | X137160000Y-78740000D03*
361 | X139700000Y-78740000D03*
362 | X142240000Y-78740000D03*
363 | X142240000Y-86360000D03*
364 | X139700000Y-86360000D03*
365 | X137160000Y-86360000D03*
366 | X134620000Y-86360000D03*
367 | X132080000Y-86360000D03*
368 | X129540000Y-86360000D03*
369 | X127000000Y-86360000D03*
370 | D15*
371 | X124460000Y-86360000D03*
372 | X124460000Y-99060000D03*
373 | D12*
374 | X127000000Y-99060000D03*
375 | X129540000Y-99060000D03*
376 | X132080000Y-99060000D03*
377 | X134620000Y-99060000D03*
378 | X137160000Y-99060000D03*
379 | X139700000Y-99060000D03*
380 | X142240000Y-99060000D03*
381 | X142240000Y-91440000D03*
382 | X139700000Y-91440000D03*
383 | X137160000Y-91440000D03*
384 | X134620000Y-91440000D03*
385 | X132080000Y-91440000D03*
386 | X129540000Y-91440000D03*
387 | X127000000Y-91440000D03*
388 | X124460000Y-91440000D03*
389 | X124460000Y-104140000D03*
390 | X127000000Y-104140000D03*
391 | X129540000Y-104140000D03*
392 | X132080000Y-104140000D03*
393 | X134620000Y-104140000D03*
394 | X137160000Y-104140000D03*
395 | X139700000Y-104140000D03*
396 | X142240000Y-104140000D03*
397 | X142240000Y-111760000D03*
398 | X139700000Y-111760000D03*
399 | X137160000Y-111760000D03*
400 | X134620000Y-111760000D03*
401 | X132080000Y-111760000D03*
402 | X129540000Y-111760000D03*
403 | X127000000Y-111760000D03*
404 | D15*
405 | X124460000Y-111760000D03*
406 | X124460000Y-124460000D03*
407 | D12*
408 | X127000000Y-124460000D03*
409 | X129540000Y-124460000D03*
410 | X132080000Y-124460000D03*
411 | X134620000Y-124460000D03*
412 | X137160000Y-124460000D03*
413 | X139700000Y-124460000D03*
414 | X142240000Y-124460000D03*
415 | X142240000Y-116840000D03*
416 | X139700000Y-116840000D03*
417 | X137160000Y-116840000D03*
418 | X134620000Y-116840000D03*
419 | X132080000Y-116840000D03*
420 | X129540000Y-116840000D03*
421 | X127000000Y-116840000D03*
422 | X124460000Y-116840000D03*
423 | X124460000Y-129540000D03*
424 | X127000000Y-129540000D03*
425 | X129540000Y-129540000D03*
426 | X132080000Y-129540000D03*
427 | X134620000Y-129540000D03*
428 | X137160000Y-129540000D03*
429 | X139700000Y-129540000D03*
430 | X142240000Y-129540000D03*
431 | X142240000Y-137160000D03*
432 | X139700000Y-137160000D03*
433 | X137160000Y-137160000D03*
434 | X134620000Y-137160000D03*
435 | X132080000Y-137160000D03*
436 | X129540000Y-137160000D03*
437 | X127000000Y-137160000D03*
438 | D15*
439 | X124460000Y-137160000D03*
440 | X124460000Y-149860000D03*
441 | D12*
442 | X127000000Y-149860000D03*
443 | X129540000Y-149860000D03*
444 | X132080000Y-149860000D03*
445 | X134620000Y-149860000D03*
446 | X137160000Y-149860000D03*
447 | X139700000Y-149860000D03*
448 | X142240000Y-149860000D03*
449 | X142240000Y-142240000D03*
450 | X139700000Y-142240000D03*
451 | X137160000Y-142240000D03*
452 | X134620000Y-142240000D03*
453 | X132080000Y-142240000D03*
454 | X129540000Y-142240000D03*
455 | X127000000Y-142240000D03*
456 | X124460000Y-142240000D03*
457 | X149860000Y-78740000D03*
458 | X152400000Y-78740000D03*
459 | X154940000Y-78740000D03*
460 | X157480000Y-78740000D03*
461 | X160020000Y-78740000D03*
462 | X162560000Y-78740000D03*
463 | X165100000Y-78740000D03*
464 | X165100000Y-86360000D03*
465 | X162560000Y-86360000D03*
466 | X160020000Y-86360000D03*
467 | X157480000Y-86360000D03*
468 | X154940000Y-86360000D03*
469 | X152400000Y-86360000D03*
470 | D15*
471 | X149860000Y-86360000D03*
472 | D12*
473 | X149860000Y-91440000D03*
474 | X152400000Y-91440000D03*
475 | X154940000Y-91440000D03*
476 | X157480000Y-91440000D03*
477 | X160020000Y-91440000D03*
478 | X162560000Y-91440000D03*
479 | X165100000Y-91440000D03*
480 | X165100000Y-99060000D03*
481 | X162560000Y-99060000D03*
482 | X160020000Y-99060000D03*
483 | X157480000Y-99060000D03*
484 | X154940000Y-99060000D03*
485 | X152400000Y-99060000D03*
486 | D15*
487 | X149860000Y-99060000D03*
488 | X149860000Y-111760000D03*
489 | D12*
490 | X152400000Y-111760000D03*
491 | X154940000Y-111760000D03*
492 | X157480000Y-111760000D03*
493 | X160020000Y-111760000D03*
494 | X162560000Y-111760000D03*
495 | X165100000Y-111760000D03*
496 | X165100000Y-104140000D03*
497 | X162560000Y-104140000D03*
498 | X160020000Y-104140000D03*
499 | X157480000Y-104140000D03*
500 | X154940000Y-104140000D03*
501 | X152400000Y-104140000D03*
502 | X149860000Y-104140000D03*
503 | X149860000Y-116840000D03*
504 | X152400000Y-116840000D03*
505 | X154940000Y-116840000D03*
506 | X157480000Y-116840000D03*
507 | X160020000Y-116840000D03*
508 | X162560000Y-116840000D03*
509 | X165100000Y-116840000D03*
510 | X165100000Y-124460000D03*
511 | X162560000Y-124460000D03*
512 | X160020000Y-124460000D03*
513 | X157480000Y-124460000D03*
514 | X154940000Y-124460000D03*
515 | X152400000Y-124460000D03*
516 | D15*
517 | X149860000Y-124460000D03*
518 | D12*
519 | X149860000Y-129540000D03*
520 | X152400000Y-129540000D03*
521 | X154940000Y-129540000D03*
522 | X157480000Y-129540000D03*
523 | X160020000Y-129540000D03*
524 | X162560000Y-129540000D03*
525 | X165100000Y-129540000D03*
526 | X165100000Y-137160000D03*
527 | X162560000Y-137160000D03*
528 | X160020000Y-137160000D03*
529 | X157480000Y-137160000D03*
530 | X154940000Y-137160000D03*
531 | X152400000Y-137160000D03*
532 | D15*
533 | X149860000Y-137160000D03*
534 | X149860000Y-149860000D03*
535 | D12*
536 | X152400000Y-149860000D03*
537 | X154940000Y-149860000D03*
538 | X157480000Y-149860000D03*
539 | X160020000Y-149860000D03*
540 | X162560000Y-149860000D03*
541 | X165100000Y-149860000D03*
542 | X165100000Y-142240000D03*
543 | X162560000Y-142240000D03*
544 | X160020000Y-142240000D03*
545 | X157480000Y-142240000D03*
546 | X154940000Y-142240000D03*
547 | X152400000Y-142240000D03*
548 | X149860000Y-142240000D03*
549 | X154940000Y-166370000D03*
550 | X152400000Y-166370000D03*
551 | X154940000Y-161290000D03*
552 | X152400000Y-161290000D03*
553 | D14*
554 | X78740000Y-137160000D03*
555 | X78740000Y-134620000D03*
556 | X78740000Y-132080000D03*
557 | X78740000Y-129540000D03*
558 | X78740000Y-127000000D03*
559 | X78740000Y-124460000D03*
560 | X78740000Y-121920000D03*
561 | X78740000Y-119380000D03*
562 | X78740000Y-116840000D03*
563 | X93980000Y-116840000D03*
564 | X93980000Y-119380000D03*
565 | X93980000Y-121920000D03*
566 | X93980000Y-124460000D03*
567 | X93980000Y-127000000D03*
568 | X93980000Y-129540000D03*
569 | X93980000Y-132080000D03*
570 | X93980000Y-134620000D03*
571 | D13*
572 | X93980000Y-137160000D03*
573 | D12*
574 | X99060000Y-142240000D03*
575 | X101600000Y-142240000D03*
576 | X104140000Y-142240000D03*
577 | X106680000Y-142240000D03*
578 | X109220000Y-142240000D03*
579 | X111760000Y-142240000D03*
580 | X114300000Y-142240000D03*
581 | X116840000Y-142240000D03*
582 | X116840000Y-149860000D03*
583 | X114300000Y-149860000D03*
584 | X111760000Y-149860000D03*
585 | X109220000Y-149860000D03*
586 | X106680000Y-149860000D03*
587 | X104140000Y-149860000D03*
588 | X101600000Y-149860000D03*
589 | D15*
590 | X99060000Y-149860000D03*
591 | M02*
592 |
--------------------------------------------------------------------------------
/gerber/ttl_clock.drl:
--------------------------------------------------------------------------------
1 | M48
2 | ; DRILL file {KiCad (5.1.8)-1} date 11/22/20 12:44:23
3 | ; FORMAT={-:-/ absolute / inch / decimal}
4 | ; #@! TF.CreationDate,2020-11-22T12:44:23-08:00
5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.8)-1
6 | FMAT,2
7 | INCH
8 | T1C0.0197
9 | T2C0.0250
10 | T3C0.0315
11 | T4C0.0320
12 | T5C0.0354
13 | T6C0.0394
14 | T7C0.0500
15 | T8C0.0512
16 | T9C0.1024
17 | T10C0.1181
18 | T11C0.1220
19 | %
20 | G90
21 | G05
22 | T1
23 | X6.7421Y-6.8307
24 | X6.7681Y-6.7681
25 | X6.7681Y-6.8933
26 | X6.8307Y-6.7421
27 | X6.8307Y-6.9193
28 | X6.8933Y-6.7681
29 | X6.8933Y-6.8933
30 | X6.9193Y-6.8307
31 | X3.0807Y-3.1693
32 | X3.1067Y-3.1067
33 | X3.1067Y-3.2319
34 | X3.1693Y-3.0807
35 | X3.1693Y-3.2579
36 | X3.2319Y-3.1067
37 | X3.2319Y-3.2319
38 | X3.2579Y-3.1693
39 | X6.7382Y-3.1693
40 | X6.7641Y-3.1067
41 | X6.7641Y-3.2319
42 | X6.8268Y-3.0807
43 | X6.8268Y-3.2579
44 | X6.8894Y-3.1067
45 | X6.8894Y-3.2319
46 | X6.9154Y-3.1693
47 | X3.0807Y-6.8307
48 | X3.1067Y-6.7681
49 | X3.1067Y-6.8933
50 | X3.1693Y-6.7421
51 | X3.1693Y-6.9193
52 | X3.2319Y-6.7681
53 | X3.2319Y-6.8933
54 | X3.2579Y-6.8307
55 | T2
56 | X4.45Y-6.2
57 | X4.45Y-6.275
58 | X4.625Y-6.275
59 | X4.95Y-6.65
60 | X5.05Y-6.15
61 | X5.05Y-6.55
62 | X5.075Y-4.0
63 | X5.1Y-4.5
64 | X5.1Y-5.0
65 | X5.1Y-5.5
66 | X5.1Y-5.6625
67 | X5.2Y-6.7
68 | X5.25Y-4.05
69 | X5.25Y-4.45
70 | X5.25Y-4.95
71 | X5.25Y-5.075
72 | X5.3Y-4.5
73 | X5.3Y-5.0
74 | X5.3Y-5.5
75 | X5.375Y-6.525
76 | X5.45Y-4.075
77 | X5.525Y-3.825
78 | X5.775Y-5.8
79 | X5.95Y-3.275
80 | X6.0Y-5.3
81 | X6.025Y-4.775
82 | X6.05Y-4.275
83 | X6.1Y-3.325
84 | X6.1Y-3.775
85 | X6.149Y-3.275
86 | T3
87 | X6.4125Y-6.15
88 | X6.5109Y-6.15
89 | T4
90 | X5.9Y-5.6
91 | X5.9Y-5.9
92 | X6.0Y-5.6
93 | X6.0Y-5.9
94 | X6.1Y-5.6
95 | X6.1Y-5.9
96 | X6.2Y-5.6
97 | X6.2Y-5.9
98 | X6.3Y-5.6
99 | X6.3Y-5.9
100 | X6.4Y-5.6
101 | X6.4Y-5.9
102 | X6.5Y-5.6
103 | X6.5Y-5.9
104 | X4.0Y-6.6
105 | X4.0Y-6.9
106 | X4.1Y-6.6
107 | X4.1Y-6.9
108 | X4.2Y-6.6
109 | X4.2Y-6.9
110 | X4.3Y-6.6
111 | X4.3Y-6.9
112 | X4.4Y-6.6
113 | X4.4Y-6.9
114 | X4.5Y-6.6
115 | X4.5Y-6.9
116 | X4.6Y-6.6
117 | X4.6Y-6.9
118 | X6.8Y-3.7
119 | X6.8Y-4.0
120 | X5.775Y-6.65
121 | X5.775Y-6.85
122 | X5.75Y-5.6
123 | X5.75Y-5.9
124 | X3.9Y-5.1
125 | X3.9Y-5.4
126 | X4.0Y-5.1
127 | X4.0Y-5.4
128 | X4.1Y-5.1
129 | X4.1Y-5.4
130 | X4.2Y-5.1
131 | X4.2Y-5.4
132 | X4.3Y-5.1
133 | X4.3Y-5.4
134 | X4.4Y-5.1
135 | X4.4Y-5.4
136 | X4.5Y-5.1
137 | X4.5Y-5.4
138 | X4.6Y-5.1
139 | X4.6Y-5.4
140 | X4.9Y-3.1
141 | X4.9Y-3.4
142 | X5.0Y-3.1
143 | X5.0Y-3.4
144 | X5.1Y-3.1
145 | X5.1Y-3.4
146 | X5.2Y-3.1
147 | X5.2Y-3.4
148 | X5.3Y-3.1
149 | X5.3Y-3.4
150 | X5.4Y-3.1
151 | X5.4Y-3.4
152 | X5.5Y-3.1
153 | X5.5Y-3.4
154 | X5.6Y-3.1
155 | X5.6Y-3.4
156 | X5.9Y-5.1
157 | X5.9Y-5.4
158 | X6.0Y-5.1
159 | X6.0Y-5.4
160 | X6.1Y-5.1
161 | X6.1Y-5.4
162 | X6.2Y-5.1
163 | X6.2Y-5.4
164 | X6.3Y-5.1
165 | X6.3Y-5.4
166 | X6.4Y-5.1
167 | X6.4Y-5.4
168 | X6.5Y-5.1
169 | X6.5Y-5.4
170 | X4.0Y-6.1
171 | X4.0Y-6.4
172 | X4.1Y-6.1
173 | X4.1Y-6.4
174 | X4.2Y-6.1
175 | X4.2Y-6.4
176 | X4.3Y-6.1
177 | X4.3Y-6.4
178 | X4.4Y-6.1
179 | X4.4Y-6.4
180 | X4.5Y-6.1
181 | X4.5Y-6.4
182 | X4.6Y-6.1
183 | X4.6Y-6.4
184 | X6.825Y-6.0
185 | X6.825Y-6.3
186 | X5.75Y-3.6
187 | X5.75Y-3.9
188 | X5.75Y-4.1
189 | X5.75Y-4.4
190 | X4.75Y-3.6
191 | X4.75Y-3.9
192 | X4.75Y-3.1
193 | X4.75Y-3.4
194 | X5.9Y-4.1
195 | X5.9Y-4.4
196 | X6.0Y-4.1
197 | X6.0Y-4.4
198 | X6.1Y-4.1
199 | X6.1Y-4.4
200 | X6.2Y-4.1
201 | X6.2Y-4.4
202 | X6.3Y-4.1
203 | X6.3Y-4.4
204 | X6.4Y-4.1
205 | X6.4Y-4.4
206 | X6.5Y-4.1
207 | X6.5Y-4.4
208 | X4.9Y-4.1
209 | X4.9Y-4.4
210 | X5.0Y-4.1
211 | X5.0Y-4.4
212 | X5.1Y-4.1
213 | X5.1Y-4.4
214 | X5.2Y-4.1
215 | X5.2Y-4.4
216 | X5.3Y-4.1
217 | X5.3Y-4.4
218 | X5.4Y-4.1
219 | X5.4Y-4.4
220 | X5.5Y-4.1
221 | X5.5Y-4.4
222 | X5.6Y-4.1
223 | X5.6Y-4.4
224 | X6.7Y-3.7
225 | X6.7Y-4.0
226 | X5.75Y-3.1
227 | X5.75Y-3.4
228 | X5.75Y-4.6
229 | X5.75Y-4.9
230 | X4.75Y-6.1
231 | X4.75Y-6.4
232 | X3.9Y-3.6
233 | X3.9Y-3.9
234 | X4.0Y-3.6
235 | X4.0Y-3.9
236 | X4.1Y-3.6
237 | X4.1Y-3.9
238 | X4.2Y-3.6
239 | X4.2Y-3.9
240 | X4.3Y-3.6
241 | X4.3Y-3.9
242 | X4.4Y-3.6
243 | X4.4Y-3.9
244 | X4.5Y-3.6
245 | X4.5Y-3.9
246 | X4.6Y-3.6
247 | X4.6Y-3.9
248 | X4.9Y-5.1
249 | X4.9Y-5.4
250 | X5.0Y-5.1
251 | X5.0Y-5.4
252 | X5.1Y-5.1
253 | X5.1Y-5.4
254 | X5.2Y-5.1
255 | X5.2Y-5.4
256 | X5.3Y-5.1
257 | X5.3Y-5.4
258 | X5.4Y-5.1
259 | X5.4Y-5.4
260 | X5.5Y-5.1
261 | X5.5Y-5.4
262 | X5.6Y-5.1
263 | X5.6Y-5.4
264 | X5.9Y-3.6
265 | X5.9Y-3.9
266 | X6.0Y-3.6
267 | X6.0Y-3.9
268 | X6.1Y-3.6
269 | X6.1Y-3.9
270 | X6.2Y-3.6
271 | X6.2Y-3.9
272 | X6.3Y-3.6
273 | X6.3Y-3.9
274 | X6.4Y-3.6
275 | X6.4Y-3.9
276 | X6.5Y-3.6
277 | X6.5Y-3.9
278 | X4.9Y-5.6
279 | X4.9Y-5.9
280 | X5.0Y-5.6
281 | X5.0Y-5.9
282 | X5.1Y-5.6
283 | X5.1Y-5.9
284 | X5.2Y-5.6
285 | X5.2Y-5.9
286 | X5.3Y-5.6
287 | X5.3Y-5.9
288 | X5.4Y-5.6
289 | X5.4Y-5.9
290 | X5.5Y-5.6
291 | X5.5Y-5.9
292 | X5.6Y-5.6
293 | X5.6Y-5.9
294 | X3.9Y-5.6
295 | X3.9Y-5.9
296 | X4.0Y-5.6
297 | X4.0Y-5.9
298 | X4.1Y-5.6
299 | X4.1Y-5.9
300 | X4.2Y-5.6
301 | X4.2Y-5.9
302 | X4.3Y-5.6
303 | X4.3Y-5.9
304 | X4.4Y-5.6
305 | X4.4Y-5.9
306 | X4.5Y-5.6
307 | X4.5Y-5.9
308 | X4.6Y-5.6
309 | X4.6Y-5.9
310 | X3.9Y-3.1
311 | X3.9Y-3.4
312 | X4.0Y-3.1
313 | X4.0Y-3.4
314 | X4.1Y-3.1
315 | X4.1Y-3.4
316 | X4.2Y-3.1
317 | X4.2Y-3.4
318 | X4.3Y-3.1
319 | X4.3Y-3.4
320 | X4.4Y-3.1
321 | X4.4Y-3.4
322 | X4.5Y-3.1
323 | X4.5Y-3.4
324 | X4.6Y-3.1
325 | X4.6Y-3.4
326 | X5.75Y-5.1
327 | X5.75Y-5.4
328 | X3.85Y-6.1
329 | X3.85Y-6.4
330 | X6.0Y-6.35
331 | X6.0Y-6.55
332 | X6.1Y-6.35
333 | X6.1Y-6.55
334 | X5.9Y-3.1
335 | X5.9Y-3.4
336 | X6.0Y-3.1
337 | X6.0Y-3.4
338 | X6.1Y-3.1
339 | X6.1Y-3.4
340 | X6.2Y-3.1
341 | X6.2Y-3.4
342 | X6.3Y-3.1
343 | X6.3Y-3.4
344 | X6.4Y-3.1
345 | X6.4Y-3.4
346 | X6.5Y-3.1
347 | X6.5Y-3.4
348 | X5.875Y-6.25
349 | X5.875Y-6.55
350 | X6.725Y-6.0
351 | X6.725Y-6.3
352 | X4.75Y-5.6
353 | X4.75Y-5.9
354 | X4.75Y-5.1
355 | X4.75Y-5.4
356 | X4.75Y-6.6
357 | X4.75Y-6.9
358 | X4.9Y-6.1
359 | X4.9Y-6.4
360 | X5.0Y-6.1
361 | X5.0Y-6.4
362 | X5.1Y-6.1
363 | X5.1Y-6.4
364 | X5.2Y-6.1
365 | X5.2Y-6.4
366 | X5.3Y-6.1
367 | X5.3Y-6.4
368 | X5.4Y-6.1
369 | X5.4Y-6.4
370 | X5.5Y-6.1
371 | X5.5Y-6.4
372 | X4.9Y-4.6
373 | X4.9Y-4.9
374 | X5.0Y-4.6
375 | X5.0Y-4.9
376 | X5.1Y-4.6
377 | X5.1Y-4.9
378 | X5.2Y-4.6
379 | X5.2Y-4.9
380 | X5.3Y-4.6
381 | X5.3Y-4.9
382 | X5.4Y-4.6
383 | X5.4Y-4.9
384 | X5.5Y-4.6
385 | X5.5Y-4.9
386 | X5.6Y-4.6
387 | X5.6Y-4.9
388 | X6.9Y-3.7
389 | X6.9Y-4.0
390 | X4.75Y-4.6
391 | X4.75Y-4.9
392 | X3.9Y-4.1
393 | X3.9Y-4.4
394 | X4.0Y-4.1
395 | X4.0Y-4.4
396 | X4.1Y-4.1
397 | X4.1Y-4.4
398 | X4.2Y-4.1
399 | X4.2Y-4.4
400 | X4.3Y-4.1
401 | X4.3Y-4.4
402 | X4.4Y-4.1
403 | X4.4Y-4.4
404 | X4.5Y-4.1
405 | X4.5Y-4.4
406 | X4.6Y-4.1
407 | X4.6Y-4.4
408 | X5.9Y-4.6
409 | X5.9Y-4.9
410 | X6.0Y-4.6
411 | X6.0Y-4.9
412 | X6.1Y-4.6
413 | X6.1Y-4.9
414 | X6.2Y-4.6
415 | X6.2Y-4.9
416 | X6.3Y-4.6
417 | X6.3Y-4.9
418 | X6.4Y-4.6
419 | X6.4Y-4.9
420 | X6.5Y-4.6
421 | X6.5Y-4.9
422 | X4.9Y-3.6
423 | X4.9Y-3.9
424 | X5.0Y-3.6
425 | X5.0Y-3.9
426 | X5.1Y-3.6
427 | X5.1Y-3.9
428 | X5.2Y-3.6
429 | X5.2Y-3.9
430 | X5.3Y-3.6
431 | X5.3Y-3.9
432 | X5.4Y-3.6
433 | X5.4Y-3.9
434 | X5.5Y-3.6
435 | X5.5Y-3.9
436 | X5.6Y-3.6
437 | X5.6Y-3.9
438 | X5.775Y-6.25
439 | X5.775Y-6.55
440 | X4.75Y-4.1
441 | X4.75Y-4.4
442 | X3.85Y-6.6
443 | X3.85Y-6.9
444 | X3.9Y-4.6
445 | X3.9Y-4.9
446 | X4.0Y-4.6
447 | X4.0Y-4.9
448 | X4.1Y-4.6
449 | X4.1Y-4.9
450 | X4.2Y-4.6
451 | X4.2Y-4.9
452 | X4.3Y-4.6
453 | X4.3Y-4.9
454 | X4.4Y-4.6
455 | X4.4Y-4.9
456 | X4.5Y-4.6
457 | X4.5Y-4.9
458 | X4.6Y-4.6
459 | X4.6Y-4.9
460 | X4.9Y-6.6
461 | X4.9Y-6.9
462 | X5.0Y-6.6
463 | X5.0Y-6.9
464 | X5.1Y-6.6
465 | X5.1Y-6.9
466 | X5.2Y-6.6
467 | X5.2Y-6.9
468 | X5.3Y-6.6
469 | X5.3Y-6.9
470 | X5.4Y-6.6
471 | X5.4Y-6.9
472 | X5.5Y-6.6
473 | X5.5Y-6.9
474 | X5.6Y-6.6
475 | X5.6Y-6.9
476 | T5
477 | X3.2Y-5.55
478 | X3.2Y-5.65
479 | X3.2Y-4.35
480 | X3.2Y-4.45
481 | X3.6Y-5.55
482 | X3.6Y-5.65
483 | X3.6Y-4.35
484 | X3.6Y-4.45
485 | T6
486 | X3.1Y-4.6
487 | X3.1Y-4.7
488 | X3.1Y-4.8
489 | X3.1Y-4.9
490 | X3.1Y-5.0
491 | X3.1Y-5.1
492 | X3.1Y-5.2
493 | X3.1Y-5.3
494 | X3.1Y-5.4
495 | X3.7Y-4.6
496 | X3.7Y-4.7
497 | X3.7Y-4.8
498 | X3.7Y-4.9
499 | X3.7Y-5.0
500 | X3.7Y-5.1
501 | X3.7Y-5.2
502 | X3.7Y-5.3
503 | X3.7Y-5.4
504 | X3.1Y-3.4
505 | X3.1Y-3.5
506 | X3.1Y-3.6
507 | X3.1Y-3.7
508 | X3.1Y-3.8
509 | X3.1Y-3.9
510 | X3.1Y-4.0
511 | X3.1Y-4.1
512 | X3.1Y-4.2
513 | X3.7Y-3.4
514 | X3.7Y-3.5
515 | X3.7Y-3.6
516 | X3.7Y-3.7
517 | X3.7Y-3.8
518 | X3.7Y-3.9
519 | X3.7Y-4.0
520 | X3.7Y-4.1
521 | X3.7Y-4.2
522 | X3.1Y-5.8
523 | X3.1Y-5.9
524 | X3.1Y-6.0
525 | X3.1Y-6.1
526 | X3.1Y-6.2
527 | X3.1Y-6.3
528 | X3.1Y-6.4
529 | X3.1Y-6.5
530 | X3.1Y-6.6
531 | X3.7Y-5.8
532 | X3.7Y-5.9
533 | X3.7Y-6.0
534 | X3.7Y-6.1
535 | X3.7Y-6.2
536 | X3.7Y-6.3
537 | X3.7Y-6.4
538 | X3.7Y-6.5
539 | X3.7Y-6.6
540 | T7
541 | X6.8Y-5.4
542 | X6.8Y-5.6
543 | X6.8Y-5.8
544 | X6.8Y-4.2
545 | X6.8Y-4.4
546 | X6.8Y-4.6
547 | X6.8Y-4.8
548 | X6.8Y-5.0
549 | X6.8Y-5.2
550 | T8
551 | X6.05Y-6.65
552 | X6.05Y-6.85
553 | T9
554 | X6.4409Y-6.6693
555 | X6.6299Y-6.5512
556 | T10
557 | X3.1693Y-3.1693
558 | X6.8268Y-3.1693
559 | X3.1693Y-6.8307
560 | X6.8307Y-6.8307
561 | T11
562 | X6.4409Y-6.4252
563 | T0
564 | M30
565 |
--------------------------------------------------------------------------------
/images/TTL_Clock-Caps.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Caps.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Caps_Leads.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Caps_Leads.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Caps_and_Resistors.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Caps_and_Resistors.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Complete.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Complete.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Kit_Parts.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Kit_Parts.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Kit_Parts_Large.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Kit_Parts_Large.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Low_Profile_Components.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Low_Profile_Components.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Oscillator.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Oscillator.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Oscillator_Bracket.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Oscillator_Bracket.jpg
--------------------------------------------------------------------------------
/images/TTL_Clock-Resistor_Leads.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/skiselev/ttl-clock/995f05911c436386e37a30e6e6706edc9360e54b/images/TTL_Clock-Resistor_Leads.jpg
--------------------------------------------------------------------------------
/printed_parts/stand.scad:
--------------------------------------------------------------------------------
1 | // TTL Clock Stand
2 | //
3 | // This program is free software: you can redistribute it and/or modify
4 | // it under the terms of the GNU General Public License as published by
5 | // the Free Software Foundation, either version 3 of the License, or
6 | // (at your option) any later version.
7 | //
8 | // This program is distributed in the hope that it will be useful,
9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 | // GNU General Public License for more details.
12 | //
13 | // You should have received a copy of the GNU General Public License
14 | // along with this program. If not, see .
15 |
16 | corner_radius = 2;
17 | $fn = 60;
18 | width=100;
19 | depth=30;
20 | thick=3;
21 | standoff_width=7;
22 | standoff_depth=7;
23 | standoff_height=8;
24 | standoff_angle=8;
25 | hole_diameter=3;
26 |
27 | render_stand();
28 |
29 | module render_stand() {
30 | // base plate
31 | rounded_box(depth,width,thick);
32 | // standoff 1
33 | translate([depth/2,0,thick]) {
34 | standoff(standoff_depth,standoff_width,standoff_height,hole_diameter,standoff_angle);
35 | }
36 | // standoff 2
37 | translate([depth/2,width-standoff_width,thick]) {
38 | standoff(standoff_depth,standoff_width,standoff_height,hole_diameter,standoff_angle);
39 | }
40 | }
41 |
42 | ////////////////////////////////////////////////////////////////////////////////
43 | module standoff(d,w,h,hole,angle)
44 | {
45 | rotate([0,angle,0]) {
46 | difference () {
47 | cube([d,w,h]);
48 | translate([d/2,w/2,h/2]) {
49 | rotate([0,90,0]) {
50 | cylinder(d=hole,h=d+0.2,center=true);
51 | }
52 | }
53 | }
54 | }
55 | }
56 |
57 | ////////////////////////////////////////////////////////////////////////////////
58 | // Rounded Box
59 | module rounded_box(w,l,h,cr=corner_radius)
60 | {
61 | translate([cr,cr,0]) {
62 | minkowski() {
63 | cube([w-cr*2,l-cr*2,h/2]);
64 | cylinder(r=cr,h=h/2,center=false);
65 | }
66 | }
67 | }
--------------------------------------------------------------------------------