aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-02-27 20:29:09 +0100
committerlonkaars <loek@pipeframe.xyz>2022-02-27 20:29:09 +0100
commitff222422cdef41f96f6a2d2508c033a7cc7a91e9 (patch)
tree19a4e6680a6abd7d85b6cb7b3803372fe3440cd3
parent3f3b9d8ae9c8fd7f8ba1dd7d34537e65c6ecc731 (diff)
more work
-rw-r--r--.gitignore2
-rwxr-xr-xdatasheets/download.sh7
-rw-r--r--docs/onderzoeksrapport.pdfbin33588 -> 49455 bytes
-rw-r--r--docs/onderzoeksrapport.tex151
-rw-r--r--hardware/555_vco.kicad_sch649
-rw-r--r--hardware/hardware.kicad_pcb3339
-rw-r--r--hardware/hardware.kicad_pro9
-rw-r--r--hardware/hardware.kicad_sch1527
-rw-r--r--kritiek.md19
-rw-r--r--logboek.md6
10 files changed, 4241 insertions, 1468 deletions
diff --git a/.gitignore b/.gitignore
index 04a40d2..76e2cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
copyright/
+datasheets/*.pdf
+**/*backup*
# latex files
*.aux
diff --git a/datasheets/download.sh b/datasheets/download.sh
new file mode 100755
index 0000000..36cf280
--- /dev/null
+++ b/datasheets/download.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+cd $(dirname $0)
+wget https://www.ti.com/lit/ds/symlink/lm386.pdf -O lm386.pdf
+wget https://www.ti.com/lit/ds/symlink/lm3914.pdf -O lm3914.pdf
+wget https://www.ti.com/lit/ds/symlink/ne555.pdf -O 555.pdf
+wget https://docs.broadcom.com/doc/AV02-1798EN -O hdsp4832.pdf
+
diff --git a/docs/onderzoeksrapport.pdf b/docs/onderzoeksrapport.pdf
index c520081..3949676 100644
--- a/docs/onderzoeksrapport.pdf
+++ b/docs/onderzoeksrapport.pdf
Binary files differ
diff --git a/docs/onderzoeksrapport.tex b/docs/onderzoeksrapport.tex
index 048965b..404a4f0 100644
--- a/docs/onderzoeksrapport.tex
+++ b/docs/onderzoeksrapport.tex
@@ -13,6 +13,7 @@
\usepackage{booktabs}
\usepackage{needspace}
\usepackage{hyperref}
+\usepackage{graphicx}
% \usepackage[backend=biber,
% bibencoding=utf8,
% style=apa
@@ -61,7 +62,7 @@ aan te geven.
\textbf{dBv} (decibel volt)
dBv is V\sub{RMS} relatief tot een spanning die \SI{1}{\milli\watt} zou verspillen
-door een lading met een impedantie van \SI{600}{\ohm}. 0 dBv is daarom gelijk aan een
+door een lading met een impedantie van \SI{600}{\ohm}. 0 dBv is gelijk aan een
spanning van $\sqrt{600 * 1 * 10^{-3}} \approx \SI{0.77}{\volt}$.
\textbf{W} (watt)
@@ -117,46 +118,45 @@ weerstandwaarde van \SI{218.8}{\kilo\ohm}, en een condensator van
\SI{10.4}{\nano\farad}.
Uit deze tabel is te zien dat de frequentie tussen \SI{174.6}{\hertz} en
-\SI{523.3}{\hertz} moet kunnen vari\"eren. <hier een stuk over hoe je die spanningen
-berekent ofzo>. Omdat er een weerstandsladder gebruikt word voor het keyboard, moet
-er een manier zijn om te compenseren voor de toleranties van de weerstanden. Hiervoor
-worden instelpotmeters in serie gesoldeerd die de weerstandswaarde kunnen laten
-vari\"eren buiten de tolerantie van elke weerstand.
-
-Metingen frequentie bereken formule:
-
-\begin{figure}[H]
-\centering
-\begin{tabular}{ccc}
-\toprule
-$f$ [\si{\hertz}] & R [\si{\kilo\ohm}]\\
-\midrule
-\num{373} & \num{218.8} \\
-\num{820} & \num{99.13} \\
-\num{1468} & \num{54.83} \\
-\bottomrule
-\end{tabular}
-\caption{Variabele weerstand bij condensator van \SI{10.4}{\nano\farad}}
-\end{figure}
-
-\begin{figure}[H]
-\centering
-\begin{tabular}{ccc}
-\toprule
-$f$ [\si{\hertz}] & Q [\si{\nano\farad}]\\
-\midrule
-\num{184} & \num{21.0} \\
-\num{373} & \num{10.4} \\
-\num{676} & \num{5.54} \\
-\bottomrule
-\end{tabular}
-\caption{Variabele condensator bij weerstand van \SI{218.8}{\kilo\ohm}}
-\end{figure}
+\SI{523.3}{\hertz} moet kunnen vari\"eren. Omdat er een weerstandsladder gebruikt
+word voor het keyboard, moet er een manier zijn om te compenseren voor de toleranties
+van de weerstanden. Hiervoor worden instelpotmeters in serie gesoldeerd die de
+weerstandswaarde kunnen laten vari\"eren buiten de tolerantie van elke weerstand.
+
+% Metingen frequentie bereken formule:
+%
+% \begin{figure}[H]
+% \centering
+% \begin{tabular}{ccc}
+% \toprule
+% $f$ [\si{\hertz}] & R [\si{\kilo\ohm}]\\
+% \midrule
+% \num{373} & \num{218.8} \\
+% \num{820} & \num{99.13} \\
+% \num{1468} & \num{54.83} \\
+% \bottomrule
+% \end{tabular}
+% \caption{Variabele weerstand bij condensator van \SI{10.4}{\nano\farad}}
+% \end{figure}
+%
+% \begin{figure}[H]
+% \centering
+% \begin{tabular}{ccc}
+% \toprule
+% $f$ [\si{\hertz}] & Q [\si{\nano\farad}]\\
+% \midrule
+% \num{184} & \num{21.0} \\
+% \num{373} & \num{10.4} \\
+% \num{676} & \num{5.54} \\
+% \bottomrule
+% \end{tabular}
+% \caption{Variabele condensator bij weerstand van \SI{218.8}{\kilo\ohm}}
+% \end{figure}
\section{Spanningen en stromen}
-\textit{Welke voedingen kunnen gebruikt worden om alle onderdelen te voorzien van
-genoeg stroom?}
+% \textit{Welke voedingen kunnen gebruikt worden om alle onderdelen te voorzien van
+% genoeg stroom?}
Het hele systeem draait op een voedingsspanning van V\sub{CC} $=$ \SI{5.0}{\volt}.
Het zou ideaal zijn als de hele stylofoon door \'e\'en USB poort gevoed kan worden.
@@ -164,24 +164,24 @@ Een standaard USB aansluiting levert echter niet meer dan \SI{500}{\milli\ampere
dus als alle onderdelen gecombineerd meer dan deze limiet gebruiken moet er een
andere oplossing voor de voeding gekozen worden.
-\subsection{Metingen}
-
-\begin{figure}[H]
-\centering
-\begin{tabular}{lccl}
-\toprule
-Onderdeel \\
-\midrule
-Arduino (audio uit) & V\sub{RMS} & \num{0} & \si{\volt}\\
- & I\sub{RMS} & \num{0} & \si{\milli\ampere}\\
-555 (audio uit) & V\sub{RMS} & \num{0} & \si{\volt}\\
- & I\sub{RMS} & \num{0} & \si{\milli\ampere}\\
-Functiegenerator (fatsoenlijk volume) & V\sub{RMS} & \num{0} & \si{\volt}\\
- & I\sub{RMS} & \num{0} & \si{\milli\ampere}\\
-\bottomrule
-\end{tabular}
-\caption{Gemeten stromen en spanningen}
-\end{figure}
+% \subsection{Metingen}
+%
+% \begin{figure}[H]
+% \centering
+% \begin{tabular}{lccl}
+% \toprule
+% Onderdeel \\
+% \midrule
+% Arduino (audio uit) & V\sub{RMS} & \num{0} & \si{\volt}\\
+% & I\sub{RMS} & \num{0} & \si{\milli\ampere}\\
+% 555 (audio uit) & V\sub{RMS} & \num{0} & \si{\volt}\\
+% & I\sub{RMS} & \num{0} & \si{\milli\ampere}\\
+% Functiegenerator (fatsoenlijk volume) & V\sub{RMS} & \num{0} & \si{\volt}\\
+% & I\sub{RMS} & \num{0} & \si{\milli\ampere}\\
+% \bottomrule
+% \end{tabular}
+% \caption{Gemeten stromen en spanningen}
+% \end{figure}
\subsection{Uitvoer}
@@ -190,7 +190,7 @@ produceren. Op internet heb ik gevonden dat een gemiddelde koptelefoonaansluitin
een smartphone ongeveer \SI{30}{\milli\watt} bij een koptelefoon met een impedantie
van \SI{32}{\ohm} levert. Het volume van een audiosignaal is lastig te achterhalen
omdat het van veel verschillende factoren af hangt zoals de spanning, vermogen,
-impedantie, en de gevoeligheid van een uitvoerapparaat.
+impedantie, en de gevoeligheid van het uitvoerapparaat.
Genoeg vermogen leveren voor oordopjes zal niet heel lastig zijn, maar omdat de
gevoeligheid van speakers heel erg vari\"eert is het lastig om een exacte waarde te
@@ -212,15 +212,13 @@ Onderdeel & I\sub{max} [\si{\milli\ampere}]\\
\midrule
Arduino & \num{50} \\
Arduino audio uit & \num{20} \\
-555 & \num{2.5} \\
-LM3914 & \num{0} \\
-VU-display & \num{0} \\
-Versterker digitale synth & \num{0} \\
-Versterker analoge synth & \num{0} \\
-Stroomverlies weerstandladder & \num{0} \\
+555 & \num{3} \\
+LM3914 & \num{13} \\
+VU-display & \num{200} \\
+LM386 & \num{4} \\
Audio-uitvoer & \num{31} \\
\midrule
-\hfill Totaal: & \num{500} \\
+\hfill Totaal: & \num{321} \\
\bottomrule
\end{tabular}
\caption{Overzicht stromen}
@@ -228,14 +226,29 @@ Audio-uitvoer & \num{31} \\
\section{Versterkers}
-\textit{Hoe versterk je een audiosignaal zonder ruis of vervorming te introduceren?}
-
-(misschien een lm386 gebruiken als versterker als die er is in het techlab)
+% \textit{Hoe versterk je een audiosignaal zonder ruis of vervorming te
+% introduceren?}
-\section{VU-display}
+Om het audiosignaal hoorbaar te maken kunnen niet direct speakers aangesloten worden
+op de interne synthesizers, maar deze moeten eerst versterkt worden. Audiosignalen
+kunnen op verschillende manieren versterkt worden, maar voor dit project heb ik
+gekozen om een LM386 te gebruiken als versterker. In de datasheet van deze IC staat
+een voorbeeldopstelling:
-\textit{Hoe moet je een LM3914 toepassen om een VU-display aan te sturen?}
+\begin{figure}[H]
+\centering
+\includegraphics[
+ clip,
+ trim=70mm 130mm 70mm 100mm,
+ page=8
+]{../datasheets/lm386.pdf}
+\caption{Voorbeeldopstelling LM386}
+\end{figure}
+In deze voorbeeldopstelling komt de audio binnen via de V\sub{IN} ingang. Deze ingang
+staat in serie met een potmeter zodat het volume geregeld kan worden. De LM386 heeft
+een standaardgain van 20, maar deze kan verhoogd worden door pin 1 en 8 met een
+weerstand en condensator te verbinden. Hierdoor zal het geluid harder worden.
\end{document}
diff --git a/hardware/555_vco.kicad_sch b/hardware/555_vco.kicad_sch
deleted file mode 100644
index 25b45dc..0000000
--- a/hardware/555_vco.kicad_sch
+++ /dev/null
@@ -1,649 +0,0 @@
-(kicad_sch (version 20211123) (generator eeschema)
-
- (uuid 007c6d8d-af0a-41ec-b45e-fcee13df591d)
-
- (paper "A4")
-
- (lib_symbols
- (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
- (property "Reference" "C" (id 0) (at 0.635 2.54 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "C" (id 1) (at 0.635 -2.54 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "C_0_1"
- (polyline
- (pts
- (xy -2.032 -0.762)
- (xy 2.032 -0.762)
- )
- (stroke (width 0.508) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- (polyline
- (pts
- (xy -2.032 0.762)
- (xy 2.032 0.762)
- )
- (stroke (width 0.508) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "C_1_1"
- (pin passive line (at 0 3.81 270) (length 2.794)
- (name "~" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin passive line (at 0 -3.81 90) (length 2.794)
- (name "~" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
- (property "Reference" "R" (id 0) (at 2.032 0 90)
- (effects (font (size 1.27 1.27)))
- )
- (property "Value" "R" (id 1) (at 0 0 90)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at -1.778 0 90)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Resistor" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "R_0_1"
- (rectangle (start -1.016 -2.54) (end 1.016 2.54)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "R_1_1"
- (pin passive line (at 0 3.81 270) (length 1.27)
- (name "~" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin passive line (at 0 -3.81 90) (length 1.27)
- (name "~" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
- (property "Reference" "RV" (id 0) (at -4.445 0 90)
- (effects (font (size 1.27 1.27)))
- )
- (property "Value" "R_Potentiometer" (id 1) (at -2.54 0 90)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "resistor variable" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Potentiometer" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "Potentiometer*" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "R_Potentiometer_0_1"
- (polyline
- (pts
- (xy 2.54 0)
- (xy 1.524 0)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- (polyline
- (pts
- (xy 1.143 0)
- (xy 2.286 0.508)
- (xy 2.286 -0.508)
- (xy 1.143 0)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type outline))
- )
- (rectangle (start 1.016 2.54) (end -1.016 -2.54)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "R_Potentiometer_1_1"
- (pin passive line (at 0 3.81 270) (length 1.27)
- (name "1" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin passive line (at 3.81 0 180) (length 1.27)
- (name "2" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- (pin passive line (at 0 -3.81 90) (length 1.27)
- (name "3" (effects (font (size 1.27 1.27))))
- (number "3" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "Timer:NE555P" (in_bom yes) (on_board yes)
- (property "Reference" "U" (id 0) (at -10.16 8.89 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "NE555P" (id 1) (at 2.54 8.89 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 16.51 -10.16 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (id 3) (at 21.59 -10.16 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "single timer 555" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Precision Timers, 555 compatible, PDIP-8" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "DIP*W7.62mm*" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "NE555P_0_0"
- (pin power_in line (at 0 -10.16 90) (length 2.54)
- (name "GND" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin power_in line (at 0 10.16 270) (length 2.54)
- (name "VCC" (effects (font (size 1.27 1.27))))
- (number "8" (effects (font (size 1.27 1.27))))
- )
- )
- (symbol "NE555P_0_1"
- (rectangle (start -8.89 -7.62) (end 8.89 7.62)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- (rectangle (start -8.89 -7.62) (end 8.89 7.62)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- )
- (symbol "NE555P_1_1"
- (pin input line (at -12.7 5.08 0) (length 3.81)
- (name "TR" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 5.08 180) (length 3.81)
- (name "Q" (effects (font (size 1.27 1.27))))
- (number "3" (effects (font (size 1.27 1.27))))
- )
- (pin input inverted (at -12.7 -5.08 0) (length 3.81)
- (name "R" (effects (font (size 1.27 1.27))))
- (number "4" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 0 0) (length 3.81)
- (name "CV" (effects (font (size 1.27 1.27))))
- (number "5" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at 12.7 -5.08 180) (length 3.81)
- (name "THR" (effects (font (size 1.27 1.27))))
- (number "6" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at 12.7 0 180) (length 3.81)
- (name "DIS" (effects (font (size 1.27 1.27))))
- (number "7" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
- (property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 0 -3.81 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "GND_0_1"
- (polyline
- (pts
- (xy 0 0)
- (xy 0 -1.27)
- (xy 1.27 -1.27)
- (xy 0 -2.54)
- (xy -1.27 -1.27)
- (xy 0 -1.27)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "GND_1_1"
- (pin power_in line (at 0 0 270) (length 0) hide
- (name "GND" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
- (property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 0 3.81 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "VCC_0_1"
- (polyline
- (pts
- (xy -0.762 1.27)
- (xy 0 2.54)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- (polyline
- (pts
- (xy 0 0)
- (xy 0 2.54)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- (polyline
- (pts
- (xy 0 2.54)
- (xy 0.762 1.27)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "VCC_1_1"
- (pin power_in line (at 0 0 90) (length 0) hide
- (name "VCC" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- )
- )
- )
-
- (junction (at 78.105 41.91) (diameter 0) (color 0 0 0 0)
- (uuid 220c78e1-f0ba-4693-80eb-4cd887948c65)
- )
- (junction (at 36.83 36.83) (diameter 0) (color 0 0 0 0)
- (uuid 443f2208-7fca-4a0f-b596-ab5250d7c6cd)
- )
- (junction (at 78.105 31.75) (diameter 0) (color 0 0 0 0)
- (uuid 5648b8d0-ec98-45e5-8149-f2927f61904f)
- )
- (junction (at 62.23 25.4) (diameter 0) (color 0 0 0 0)
- (uuid 6f736983-c1f6-4462-b6b7-befd40b178fd)
- )
- (junction (at 52.07 50.165) (diameter 0) (color 0 0 0 0)
- (uuid cde14011-c17a-4f24-a796-f1f7413afae0)
- )
-
- (no_connect (at 74.93 36.83) (uuid 7f4798ed-c593-41b9-b316-273f0c782672))
-
- (wire (pts (xy 78.105 41.91) (xy 74.93 41.91))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 0a330853-480c-445e-b811-9aba215ffcce)
- )
- (wire (pts (xy 46.355 31.75) (xy 46.355 50.165))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1083d8a6-48ad-4a14-a42e-2a303dd431c3)
- )
- (wire (pts (xy 62.23 24.13) (xy 62.23 25.4))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1dfb8fd9-1490-4593-9de6-d27c1b10af0d)
- )
- (wire (pts (xy 74.93 31.75) (xy 78.105 31.75))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 49f10b8a-4621-45e9-b7d2-00c177124f7e)
- )
- (wire (pts (xy 46.355 31.75) (xy 49.53 31.75))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 52e4a831-c4ac-4948-9077-24e7c683c9c8)
- )
- (wire (pts (xy 78.105 31.75) (xy 84.455 31.75))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6705331d-dc75-459d-a3a4-108285f16588)
- )
- (wire (pts (xy 46.355 50.165) (xy 52.07 50.165))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 7c0e46a8-40ec-4a8b-91cb-60722b70da31)
- )
- (wire (pts (xy 52.07 50.165) (xy 78.105 50.165))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 810bef39-5ed3-4f6e-8515-66af4009a7a9)
- )
- (wire (pts (xy 36.83 36.83) (xy 49.53 36.83))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 91aabfbe-3717-4c3b-b8d3-a12d092bb86d)
- )
- (wire (pts (xy 62.23 25.4) (xy 62.23 26.67))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a956ccf9-1e65-4d4b-bf7b-419340299ac5)
- )
- (wire (pts (xy 33.655 36.83) (xy 36.83 36.83))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid aab44ca9-2486-48a7-9fe0-19035b3c9151)
- )
- (wire (pts (xy 78.105 41.91) (xy 78.105 50.165))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid c8e819d2-6ff4-4181-b260-160f5e7cc429)
- )
- (wire (pts (xy 78.105 33.02) (xy 78.105 31.75))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d5681564-5fb6-42c6-8734-3c825f318f96)
- )
- (wire (pts (xy 78.105 40.64) (xy 78.105 41.91))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid e180f1c3-a394-4af3-8758-724f0c9dabec)
- )
-
- (global_label "OUT" (shape output) (at 84.455 31.75 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 71abf7fe-dd52-4e33-8166-458521c72f37)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 90.4967 31.6706 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
-
- (symbol (lib_id "power:VCC") (at 49.53 41.91 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 020b054a-1635-484f-9636-b3b01f9b8c62)
- (property "Reference" "#PWR036" (id 0) (at 49.53 45.72 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 49.53 43.18 0))
- (property "Footprint" "" (id 2) (at 49.53 41.91 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 49.53 41.91 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 78c3138c-eeb6-4f93-9dc5-d0276a269644))
- )
-
- (symbol (lib_id "power:GND") (at 29.845 40.64 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 0c21670b-c8f0-4984-8b94-7774c1633006)
- (property "Reference" "#PWR035" (id 0) (at 29.845 46.99 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 29.845 45.72 0))
- (property "Footprint" "" (id 2) (at 29.845 40.64 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 29.845 40.64 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 76c4f85e-a7c6-4464-a503-9d40b75ba66e))
- )
-
- (symbol (lib_id "power:GND") (at 54.61 25.4 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 17c149c9-15db-4cb6-abf8-3b84b6ba1d6c)
- (property "Reference" "#PWR033" (id 0) (at 54.61 31.75 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 51.435 25.4 0))
- (property "Footprint" "" (id 2) (at 54.61 25.4 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 54.61 25.4 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid bf747da3-55cc-499f-ae11-510abc8314e9))
- )
-
- (symbol (lib_id "power:GND") (at 36.83 44.45 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 223062ac-26eb-4c56-95b1-46c7b1093262)
- (property "Reference" "#PWR037" (id 0) (at 36.83 50.8 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 36.83 49.53 0))
- (property "Footprint" "" (id 2) (at 36.83 44.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 36.83 44.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 43413e7f-016e-4ebd-bc9b-408dad67f203))
- )
-
- (symbol (lib_id "Device:R") (at 78.105 36.83 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 353d10af-18da-4a76-9647-8341271e9bc7)
- (property "Reference" "R3" (id 0) (at 80.01 35.5599 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "33k" (id 1) (at 80.01 38.0999 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 76.327 36.83 90)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 78.105 36.83 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 12fdbf01-8cfd-469c-8908-ddf540c46a6f))
- (pin "2" (uuid 1c081e05-e67d-4ceb-93a7-3e43d7b8330f))
- )
-
- (symbol (lib_id "Device:C") (at 58.42 25.4 90) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 3d2455d4-5e3c-4316-b501-9518dbcca7c5)
- (property "Reference" "C9" (id 0) (at 58.42 18.415 90))
- (property "Value" "100n" (id 1) (at 58.42 20.955 90))
- (property "Footprint" "" (id 2) (at 62.23 24.4348 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 58.42 25.4 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 644d3410-03f7-44e8-8957-292853d8e191))
- (pin "2" (uuid 7db4f375-9a1a-4d54-a9d2-681ba6801e2c))
- )
-
- (symbol (lib_id "Timer:NE555P") (at 62.23 36.83 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 55df69f0-5a3c-4cd0-a18e-2f7f3b51b99f)
- (property "Reference" "U4" (id 0) (at 64.2494 24.13 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "NE555P" (id 1) (at 64.2494 26.67 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 78.74 46.99 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (id 3) (at 83.82 46.99 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid eba0964c-1d27-4015-9c4d-cc9acd93f956))
- (pin "8" (uuid 15c10d2c-fc7c-4a23-a6cc-927105e0e4e0))
- (pin "2" (uuid dd739c22-09fc-4701-8cd4-68d7e5852419))
- (pin "3" (uuid 29cb4fb3-fee1-4a55-aaa3-1be5e8fa3e49))
- (pin "4" (uuid 27167d87-6605-4f31-ba1e-c45baed14f22))
- (pin "5" (uuid f372ff44-8585-42d6-a4a7-f94b368af3a3))
- (pin "6" (uuid ca2945f3-8c06-408c-bbee-aad992255c03))
- (pin "7" (uuid ea27cef2-2438-4187-abf6-184cb0ae1872))
- )
-
- (symbol (lib_id "Device:C") (at 52.07 53.975 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 5f5d7504-d8f1-463c-8385-87a9a7671f3a)
- (property "Reference" "C11" (id 0) (at 55.88 52.7049 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "10n" (id 1) (at 55.88 55.2449 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 53.0352 57.785 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 52.07 53.975 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid cdf593f0-6f66-478a-ae6d-dec1ce7f0270))
- (pin "2" (uuid 4ba1cde6-a5b3-4fc9-a77e-a2270b904c83))
- )
-
- (symbol (lib_id "power:VCC") (at 62.23 24.13 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 64127900-661d-4ab1-b6a8-aa13a09dec64)
- (property "Reference" "#PWR032" (id 0) (at 62.23 27.94 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 65.405 19.685 0))
- (property "Footprint" "" (id 2) (at 62.23 24.13 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 62.23 24.13 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 5bbe5da1-3bad-4b6d-b046-d5fbf4c349d2))
- )
-
- (symbol (lib_id "Device:C") (at 36.83 40.64 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 6ef77f9c-612e-42bf-a436-4bf80acca0fc)
- (property "Reference" "C10" (id 0) (at 40.005 39.3699 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "100n" (id 1) (at 40.005 41.9099 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 37.7952 44.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 36.83 40.64 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 9f63e63d-cd9e-4ae8-a5f9-a52498618b7e))
- (pin "2" (uuid 46b02c94-c4fe-4027-8adb-4cd30d6646aa))
- )
-
- (symbol (lib_id "power:VCC") (at 29.845 33.02 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid b37cc908-57ce-4fa8-a111-fc0d9b1686d4)
- (property "Reference" "#PWR034" (id 0) (at 29.845 36.83 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 29.845 27.94 0))
- (property "Footprint" "" (id 2) (at 29.845 33.02 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 29.845 33.02 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 7777a042-aed5-4d94-93a1-0e6b51d1bd79))
- )
-
- (symbol (lib_id "Device:R_Potentiometer") (at 29.845 36.83 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid bb587259-e7a0-45fe-8b6a-c4ac5ed97138)
- (property "Reference" "RV8" (id 0) (at 27.94 35.5599 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Value" "CV_PITCH" (id 1) (at 27.94 38.0999 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Footprint" "" (id 2) (at 29.845 36.83 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 29.845 36.83 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid a0d1a963-c2a6-490f-8624-4196e7cac4f3))
- (pin "2" (uuid e00ae576-47a8-4ad2-9276-528829dd7152))
- (pin "3" (uuid addc28bc-cf71-44a6-b750-8bdf22c39dea))
- )
-
- (symbol (lib_id "power:GND") (at 52.07 57.785 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid e46d5c0b-9a91-47fd-bc61-b5c22c9d4b78)
- (property "Reference" "#PWR039" (id 0) (at 52.07 64.135 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 52.07 62.23 0))
- (property "Footprint" "" (id 2) (at 52.07 57.785 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 52.07 57.785 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid c2adc0b0-307b-4d55-842b-aa4442728740))
- )
-
- (symbol (lib_id "power:GND") (at 62.23 46.99 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid f536bd17-1d50-4660-b799-d2b41cca93b7)
- (property "Reference" "#PWR038" (id 0) (at 62.23 53.34 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 64.77 46.99 0))
- (property "Footprint" "" (id 2) (at 62.23 46.99 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 62.23 46.99 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid d3c353fb-75d2-4291-857c-69634bfd6aed))
- )
-)
diff --git a/hardware/hardware.kicad_pcb b/hardware/hardware.kicad_pcb
index d5bd8db..42e7a3f 100644
--- a/hardware/hardware.kicad_pcb
+++ b/hardware/hardware.kicad_pcb
@@ -75,5 +75,3344 @@
)
(net 0 "")
+ (net 1 "unconnected-(A1-Pad1)")
+ (net 2 "unconnected-(A1-Pad2)")
+ (net 3 "unconnected-(A1-Pad3)")
+ (net 4 "unconnected-(A1-Pad4)")
+ (net 5 "VCC")
+ (net 6 "GND")
+ (net 7 "unconnected-(A1-Pad8)")
+ (net 8 "POT_ATK")
+ (net 9 "POT_REL")
+ (net 10 "POT_WAV")
+ (net 11 "Net-(A1-Pad12)")
+ (net 12 "unconnected-(A1-Pad13)")
+ (net 13 "D_SYNTH")
+ (net 14 "unconnected-(A1-Pad15)")
+ (net 15 "unconnected-(A1-Pad16)")
+ (net 16 "unconnected-(A1-Pad17)")
+ (net 17 "unconnected-(A1-Pad18)")
+ (net 18 "unconnected-(A1-Pad19)")
+ (net 19 "unconnected-(A1-Pad20)")
+ (net 20 "unconnected-(A1-Pad21)")
+ (net 21 "unconnected-(A1-Pad22)")
+ (net 22 "unconnected-(A1-Pad23)")
+ (net 23 "unconnected-(A1-Pad24)")
+ (net 24 "unconnected-(A1-Pad25)")
+ (net 25 "unconnected-(A1-Pad26)")
+ (net 26 "unconnected-(A1-Pad27)")
+ (net 27 "unconnected-(A1-Pad28)")
+ (net 28 "unconnected-(A1-Pad30)")
+ (net 29 "unconnected-(A1-Pad31)")
+ (net 30 "unconnected-(A1-Pad32)")
+ (net 31 "Net-(BAR1-Pad1)")
+ (net 32 "Net-(BAR1-Pad11)")
+ (net 33 "Net-(BAR1-Pad12)")
+ (net 34 "Net-(BAR1-Pad13)")
+ (net 35 "Net-(BAR1-Pad14)")
+ (net 36 "Net-(BAR1-Pad15)")
+ (net 37 "Net-(BAR1-Pad16)")
+ (net 38 "Net-(BAR1-Pad17)")
+ (net 39 "Net-(BAR1-Pad18)")
+ (net 40 "Net-(BAR1-Pad19)")
+ (net 41 "Net-(BAR1-Pad20)")
+ (net 42 "Net-(C3-Pad1)")
+ (net 43 "A_SYNTH")
+ (net 44 "KB_IN")
+ (net 45 "unconnected-(U1-Pad7)")
+ (net 46 "AUDIO_OUT")
+ (net 47 "unconnected-(U3-Pad6)")
+ (net 48 "unconnected-(U3-Pad7)")
+ (net 49 "unconnected-(U3-Pad8)")
+ (net 50 "unconnected-(U3-Pad9)")
+ (net 51 "unconnected-(U3-Pad10)")
+ (net 52 "Net-(R1-Pad1)")
+ (net 53 "Net-(R1-Pad2)")
+ (net 54 "Net-(R2-Pad1)")
+ (net 55 "Net-(R2-Pad2)")
+ (net 56 "Net-(R3-Pad1)")
+ (net 57 "Net-(R3-Pad2)")
+ (net 58 "Net-(R4-Pad1)")
+ (net 59 "Net-(R4-Pad2)")
+ (net 60 "Net-(R5-Pad1)")
+ (net 61 "Net-(R5-Pad2)")
+ (net 62 "Net-(R6-Pad1)")
+ (net 63 "Net-(R6-Pad2)")
+ (net 64 "Net-(R7-Pad1)")
+ (net 65 "Net-(R7-Pad2)")
+ (net 66 "Net-(R8-Pad1)")
+ (net 67 "Net-(R8-Pad2)")
+ (net 68 "Net-(R9-Pad1)")
+ (net 69 "Net-(R9-Pad2)")
+ (net 70 "Net-(R10-Pad1)")
+ (net 71 "Net-(R10-Pad2)")
+ (net 72 "Net-(R11-Pad1)")
+ (net 73 "Net-(R11-Pad2)")
+ (net 74 "Net-(R13-Pad1)")
+ (net 75 "Net-(R13-Pad2)")
+ (net 76 "Net-(R14-Pad1)")
+ (net 77 "Net-(R14-Pad2)")
+ (net 78 "Net-(R15-Pad1)")
+ (net 79 "Net-(R15-Pad2)")
+ (net 80 "Net-(R16-Pad1)")
+ (net 81 "Net-(R16-Pad2)")
+ (net 82 "Net-(R17-Pad1)")
+ (net 83 "Net-(R17-Pad2)")
+ (net 84 "Net-(R18-Pad1)")
+ (net 85 "Net-(R18-Pad2)")
+ (net 86 "Net-(R19-Pad1)")
+ (net 87 "Net-(R19-Pad2)")
+ (net 88 "Net-(R20-Pad1)")
+ (net 89 "Net-(R20-Pad2)")
+ (net 90 "Net-(R21-Pad1)")
+ (net 91 "Net-(R21-Pad2)")
+ (net 92 "Net-(R22-Pad2)")
+ (net 93 "D_SYNTH_AMPF")
+ (net 94 "Net-(R24-Pad2)")
+ (net 95 "A_SYNTH_AMPF")
+ (net 96 "Net-(R26-Pad2)")
+ (net 97 "unconnected-(RV1-Pad3)")
+ (net 98 "unconnected-(RV2-Pad3)")
+ (net 99 "unconnected-(RV3-Pad3)")
+ (net 100 "unconnected-(RV4-Pad3)")
+ (net 101 "unconnected-(RV5-Pad3)")
+ (net 102 "unconnected-(RV6-Pad3)")
+ (net 103 "unconnected-(RV7-Pad3)")
+ (net 104 "unconnected-(RV8-Pad3)")
+ (net 105 "unconnected-(RV9-Pad3)")
+ (net 106 "unconnected-(RV10-Pad3)")
+ (net 107 "unconnected-(RV11-Pad3)")
+ (net 108 "unconnected-(RV12-Pad3)")
+ (net 109 "unconnected-(RV13-Pad3)")
+ (net 110 "unconnected-(RV14-Pad3)")
+ (net 111 "unconnected-(RV15-Pad3)")
+ (net 112 "unconnected-(RV16-Pad3)")
+ (net 113 "unconnected-(RV17-Pad3)")
+ (net 114 "unconnected-(RV18-Pad3)")
+ (net 115 "unconnected-(RV19-Pad3)")
+ (net 116 "unconnected-(RV20-Pad3)")
+ (net 117 "unconnected-(RV21-Pad3)")
+ (net 118 "unconnected-(RV25-Pad1)")
+ (net 119 "unconnected-(RV25-Pad2)")
+ (net 120 "unconnected-(RV25-Pad3)")
+ (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (layer "F.Cu")
+ (tedit 5A3D4993) (tstamp 0000cdeb-3844-4b54-9a90-2d10a9517890)
+ (at 124.46 37.94 90)
+ (descr "Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf")
+ (tags "Potentiometer vertical hole Piher T-16L Single")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/3ff7806d-0a95-4a3a-bcd2-3b2dd82b9479")
+ (attr through_hole)
+ (fp_text reference "RV24" (at 8.415 -14.25 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 69ee538e-117b-4a2c-a61c-ca2eaee594f9)
+ )
+ (fp_text value "10k" (at 8.415 4.25 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a6289ee5-0e7e-49ce-ac93-b1b59d171f49)
+ )
+ (fp_text user "${REFERENCE}" (at 0.5 -5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 5463a655-5ed1-4320-a68e-898a895bc633)
+ )
+ (fp_line (start -0.62 -3.575) (end -0.62 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 5d3b98c0-3f9a-44ef-945f-397df043c826))
+ (fp_line (start -0.62 -8.574) (end -0.62 -6.425) (layer "F.SilkS") (width 0.12) (tstamp d6501955-e6b9-428e-a5cc-52f9af965b62))
+ (fp_line (start -0.62 -13.12) (end 10 -13.12) (layer "F.SilkS") (width 0.12) (tstamp dc1e85e9-d043-4ae7-b23f-5675279dc98d))
+ (fp_line (start -0.62 -13.12) (end -0.62 -11.426) (layer "F.SilkS") (width 0.12) (tstamp ec7b51b7-ad22-4efc-8fd7-d979ae37bc45))
+ (fp_line (start -0.62 1.425) (end -0.62 3.12) (layer "F.SilkS") (width 0.12) (tstamp efe19cab-0cf1-472c-995c-b906cb8228ea))
+ (fp_line (start -0.62 3.12) (end 10 3.12) (layer "F.SilkS") (width 0.12) (tstamp fdc7a6a8-6ee1-4bdc-bab1-cef2ba79110b))
+ (fp_circle (center 10 -5) (end 18.12 -5) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 41c29fbc-eb1e-4fc1-9430-6ab3a84b4aa7))
+ (fp_line (start -1.45 -13.25) (end -1.45 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 31defeec-f386-4a02-8b56-96a7f9dcc25a))
+ (fp_line (start 18.25 3.25) (end 18.25 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 52504f90-dc9b-453e-bc6d-397703f990a6))
+ (fp_line (start -1.45 3.25) (end 18.25 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 70999ba6-381e-45f9-905a-96e4a9413aa7))
+ (fp_line (start 18.25 -13.25) (end -1.45 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp e974b80e-4947-4497-b450-2b75bd54db3d))
+ (fp_line (start 10 -13) (end -0.5 -13) (layer "F.Fab") (width 0.1) (tstamp 09253114-ef1e-4f7c-833e-d1834d05e9b3))
+ (fp_line (start -0.5 -13) (end -0.5 3) (layer "F.Fab") (width 0.1) (tstamp 0f1b6156-9647-4882-991c-1f21a648e96e))
+ (fp_line (start -0.5 3) (end 10 3) (layer "F.Fab") (width 0.1) (tstamp 7f1c22c9-8cf5-4edd-a272-a3e140b9346c))
+ (fp_circle (center 10 -5) (end 18 -5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 12bfa9c4-8f31-49e9-9b2e-8dbfce181653))
+ (pad "" np_thru_hole circle (at 10 -5 90) (size 7.5 7.5) (drill 7.5) (layers *.Cu *.Mask) (tstamp eedd9ced-511f-4823-9bd3-3e531e07c6db))
+ (pad "1" thru_hole circle (at 0 0 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "1") (pintype "passive") (tstamp 6feee2e7-86c8-4000-b728-714a23750608))
+ (pad "2" thru_hole circle (at 0 -5 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 10 "POT_WAV") (pinfunction "2") (pintype "passive") (tstamp 335b6517-ea4c-4118-ad85-99a74ff64842))
+ (pad "3" thru_hole circle (at 0 -10 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "3") (pintype "passive") (tstamp ee6f2d1e-fec5-42a4-93bb-12f31e80cedb))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Piher_T-16L_Single_Vertical_Hole.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (layer "F.Cu")
+ (tedit 5A3D4993) (tstamp 0890ea83-ccc5-4bfd-97b5-38d695115dc5)
+ (at 55.8 37.94 90)
+ (descr "Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf")
+ (tags "Potentiometer vertical hole Piher T-16L Single")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/269232c0-a455-433f-be4c-bf2abbe28701")
+ (attr through_hole)
+ (fp_text reference "RV25" (at 8.415 -14.25 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 909c9c84-760a-48e8-8d28-0561531cec10)
+ )
+ (fp_text value "10k" (at 8.415 37.27 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 30cfdca7-02a7-43e8-9c7e-7977810f85aa)
+ )
+ (fp_text user "${REFERENCE}" (at 0.5 -5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 76887987-5d2f-4040-8ebf-603bae967a51)
+ )
+ (fp_line (start -0.62 1.425) (end -0.62 3.12) (layer "F.SilkS") (width 0.12) (tstamp 2c33db4f-af1d-4a86-86ba-9b8ded8eb201))
+ (fp_line (start -0.62 3.12) (end 10 3.12) (layer "F.SilkS") (width 0.12) (tstamp 43f262bf-eb2f-4cbd-a935-9fe377222111))
+ (fp_line (start -0.62 -8.574) (end -0.62 -6.425) (layer "F.SilkS") (width 0.12) (tstamp 5862d5d4-0323-488a-a88d-eea5d0e5ba3e))
+ (fp_line (start -0.62 -13.12) (end 10 -13.12) (layer "F.SilkS") (width 0.12) (tstamp 8abb2eaa-2ddc-4067-881a-3444f162f5ca))
+ (fp_line (start -0.62 -3.575) (end -0.62 -1.425) (layer "F.SilkS") (width 0.12) (tstamp ac3668cd-506b-48b5-9727-67bd17d3c980))
+ (fp_line (start -0.62 -13.12) (end -0.62 -11.426) (layer "F.SilkS") (width 0.12) (tstamp c38bccd9-31c3-4de7-928e-28941d8d4bb8))
+ (fp_circle (center 10 -5) (end 18.12 -5) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 480d190e-0a7a-46d8-ad9f-17da9475bbc5))
+ (fp_line (start -1.45 -13.25) (end -1.45 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 3494f087-ff2a-4cd5-af37-0ef519df2dcf))
+ (fp_line (start 18.25 3.25) (end 18.25 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 40cd4685-c488-40c1-bc94-ed78ef9b66e2))
+ (fp_line (start 18.25 -13.25) (end -1.45 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp a064cdfa-9691-4311-ae02-a58adfcc7a7f))
+ (fp_line (start -1.45 3.25) (end 18.25 3.25) (layer "F.CrtYd") (width 0.05) (tstamp a9bfbff6-fd98-4964-a7ca-018b31773751))
+ (fp_line (start -0.5 -13) (end -0.5 3) (layer "F.Fab") (width 0.1) (tstamp 283151da-1720-4ed4-b560-9aefe5141f8b))
+ (fp_line (start 10 -13) (end -0.5 -13) (layer "F.Fab") (width 0.1) (tstamp 303427ff-0513-4009-b201-e50cb371ccbc))
+ (fp_line (start -0.5 3) (end 10 3) (layer "F.Fab") (width 0.1) (tstamp c63174ee-cf5f-4db8-ae07-a8766a24b668))
+ (fp_circle (center 10 -5) (end 18 -5) (layer "F.Fab") (width 0.1) (fill none) (tstamp bfbfc239-1ea5-41ae-921f-71ca3e08a1b3))
+ (pad "" np_thru_hole circle (at 10 -5 90) (size 7.5 7.5) (drill 7.5) (layers *.Cu *.Mask) (tstamp e048495f-a403-4386-8781-13f6cfcf95dd))
+ (pad "1" thru_hole circle (at 0 0 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 118 "unconnected-(RV25-Pad1)") (pinfunction "1") (pintype "passive") (tstamp c8f75153-ffc5-4770-bc65-4dba46bcc524))
+ (pad "2" thru_hole circle (at 0 -5 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 119 "unconnected-(RV25-Pad2)") (pinfunction "2") (pintype "passive") (tstamp c5328003-7aee-4519-a1d5-9a88f07e5e84))
+ (pad "3" thru_hole circle (at 0 -10 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 120 "unconnected-(RV25-Pad3)") (pinfunction "3") (pintype "passive") (tstamp dfef2219-8778-4fb2-adf5-c3364bbfc557))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Piher_T-16L_Single_Vertical_Hole.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 09cc8974-64cd-4d7c-87b7-ee3a2a1eb191)
+ (at 162.56 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/01714edc-afe1-48ef-ba19-d40531404405")
+ (attr through_hole)
+ (fp_text reference "R19" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 66e129d3-8d3f-4c3e-a49a-5478edd38e03)
+ )
+ (fp_text value "2.24k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f4e6eb72-49ea-48b6-99cc-50a101e50413)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 6d6fa292-6322-4df6-8069-a63ea37e4e1a)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 0412aa84-0ba8-4338-85a9-bc007f3b4780))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 06f36666-4084-4e79-aa17-f69b4ddc89fd))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 1dc26feb-1a70-4c64-8812-fb0fcbf8bdb3))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp c460ca76-b16d-4d16-9fcb-8790c61fa92f))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp c968ba11-2575-45f6-9716-853c396b9913))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp d89abfe5-952a-4c10-abd7-c4b5c74a6c2f))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp be3936cf-65e1-42af-84a4-bb1bcc4cb0af))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp c1723b47-22e1-4439-b9af-ee8f232e14fc))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp cb7b93bd-4be8-4a10-95ac-7229d9f19b5c))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp fa897540-2322-4d3e-9656-4ba1ae36c714))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 00b5f1ab-fe6b-4e2f-a3cb-253bd34e87ae))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 195d4783-bcb5-4cd3-96cc-f4edb477809e))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 20489445-dc16-496b-bd47-3eaa4d7cb9bf))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 625cbe10-ef0b-4626-8e08-705d0b7a35b8))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp df0db37c-671d-4951-9bb8-c8720b5d2fa0))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp fa85437e-3c98-41f5-a644-0da1d465b0b4))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 86 "Net-(R19-Pad1)") (pintype "passive") (tstamp e2f5ac73-dafb-413e-928a-94cb2e850726))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 87 "Net-(R19-Pad2)") (pintype "passive") (tstamp b59d3927-1cf4-41ca-91f5-3c44dbcc526e))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 0bfe9c16-525a-4147-86ea-1b43133e187a)
+ (at 61.025 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/32acb6d7-4d29-43fb-9173-53808c822188")
+ (attr through_hole)
+ (fp_text reference "RV6" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8c0d8b2b-3af1-42c6-9084-35c4cbae9be4)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b2fa3465-d994-44c6-928a-b2080aadd377)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp d3060307-2c26-4d91-931e-3ca65ef351b7)
+ )
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 09f1a2b8-586d-4ae3-a797-a5cd229fe4b3))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 3eceb20e-b8a3-4fea-998a-930b26b3634d))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 4fbfee01-ed82-4f1c-a4c8-a89b336db5ff))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 87faab06-c579-400a-8971-082430d0f8bb))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 891ff9d3-d413-4639-9d5b-595f7c615f7a))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp a890802b-32fa-4180-84bf-8bbf1280bb81))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp df350d1f-ead5-48f5-a046-d294663bb344))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 1a1bf4ff-0d83-4e61-8e7c-fb09a7f076db))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 9973cbee-0e27-4d74-9129-20a0fdec1ed6))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp ce6fef80-4d4f-411c-8088-592d9d08fcda))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp ea0a49ea-46ac-4b7c-ac70-1a5c52dbf9ed))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 0ac0cefb-81fd-4b2a-8cc0-45a00b9e697e))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 9b002dfd-89a6-420e-9bb6-07a3afa3b5ea))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp b60fd6a2-03e4-4281-8b9d-040b4b583c0d))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp ca1069e0-f65c-4f05-831e-825f9eeeb66f))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 9b974558-45b0-41b2-b495-397616b679f7))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 60 "Net-(R5-Pad1)") (pinfunction "1") (pintype "passive") (tstamp d38cbfe6-a5cb-4649-9b62-d465b849900e))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 63 "Net-(R6-Pad2)") (pinfunction "2") (pintype "passive") (tstamp b3f5b85a-9365-42dd-a18d-7cc2962e420d))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 102 "unconnected-(RV6-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 5bc0337b-3a72-4968-8990-fb0203c04125))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 1584695a-466b-471c-91d7-981c5a41abcb)
+ (at 116.84 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/2c10e76f-954e-429e-a850-90d68df0dad4")
+ (attr through_hole)
+ (fp_text reference "R13" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a85bcf4a-aa90-4352-b2e6-073704de2164)
+ )
+ (fp_text value "1.37k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 68740b93-1535-40d7-bf59-ab923bf0b45d)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e1533dd6-e3a9-4ad6-81a1-514609157553)
+ )
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 84614438-927c-41d5-954b-3899dc3d12a3))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 9a169478-31e3-4bbf-970e-cc2d9c7661d1))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp a03a0f78-5357-4656-9c7d-87d0927d3b7b))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp a6a4ab88-9453-4ebb-8420-d9e16061878f))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp bca4b38b-c65e-4a1c-9856-7084f7299cd4))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp fdfaea4b-d836-41bb-8d66-885275e736dd))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 64b09736-c965-46f5-a0b6-3fde12e9ebf8))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8b604db2-21dc-48ab-b6c1-f8b23eb983ef))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b864b830-195c-40a1-8ce4-e5eb318d6313))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp c89e46f3-05f3-468c-ae89-cb705f2b3d05))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 3da7e419-f555-43e5-a254-92f4766f8586))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 5e5abd82-42a3-4630-9891-eda0d3675c9b))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 65966a42-92c8-403a-8407-1aa2c2649663))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 6b5164e5-1f6f-47fe-af10-d38e10d9fc60))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 9857ad53-1553-479b-b374-4294ad924faf))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp f49ea77d-fd20-4b50-b316-135c41acdc2d))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 74 "Net-(R13-Pad1)") (pintype "passive") (tstamp 23617da8-e755-4fe0-920c-2b731b2d7ca8))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 75 "Net-(R13-Pad2)") (pintype "passive") (tstamp 12168ea5-9ab8-4112-80ac-b7ef10657b4f))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 194fc133-31de-4ddb-b8d5-3719de51bfcc)
+ (at 45.785 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/9ff22efe-f8a0-46b5-b3da-e8c81e334d5d")
+ (attr through_hole)
+ (fp_text reference "RV4" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 7ba1e32b-b7a5-4c61-b43e-3664fd436575)
+ )
+ (fp_text value "50" (at 5 2.605 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 5a37da92-63af-4864-886a-a75a94480e33)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp d5ef10f5-d09d-47c7-bfa9-19423e1c47b4)
+ )
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 2bc20418-c48a-4c5a-b4e3-6a4a70caec69))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 3f95069d-09a4-4d51-ac85-5be0623484b0))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 47ff82cc-c192-4b77-8d40-1f2d21eebf5e))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 884b85b8-53db-4467-9ae6-7af58a36dbbc))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp a10e2004-645f-4eb5-970c-4eebeef410fd))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp c390e3f9-b8d5-4363-8edc-c6e39deaa144))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp e41396ef-fcb8-4f30-a0dd-0577b072e8e3))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 1cbb6e1b-45fe-4dd7-be48-9db22abfc169))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 3b310fe1-cfe0-43c6-a1f6-d396202787a0))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 7dc149e5-1b01-4946-81b8-fffd3e526eb1))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 8d70cdd3-780c-428f-bce6-0db8ea42fb92))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 0f30c589-1da9-44c3-9669-b2064ce8998b))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 7696e3a5-422f-47b2-9ba3-fa5944a3b10e))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp a4557fde-031b-43dd-9267-79a5c02e9a8b))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp b9086175-f44c-4e71-b882-25cd78abf8b0))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 7158a563-e006-4c52-ae8c-fd5d8c05d3b0))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 56 "Net-(R3-Pad1)") (pinfunction "1") (pintype "passive") (tstamp b9136556-e5f0-4fc6-b60b-bf9d35b79d98))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 59 "Net-(R4-Pad2)") (pinfunction "2") (pintype "passive") (tstamp df8e29ba-2d20-4f10-995b-92deaded6d4e))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 100 "unconnected-(RV4-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 43eea08a-6b04-4664-907f-2ba2c658d470))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 1da3880b-a9d8-4396-9516-2a07d0e125d6)
+ (at 83.885 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/81edb24b-b10e-4d11-b8f6-4790c36eeb05")
+ (attr through_hole)
+ (fp_text reference "RV9" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 66a379cf-41bb-4c62-9aa0-01fecb25753b)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 3c24ac5e-07ff-478d-aead-6843d5c340ca)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 5dc21df6-5721-46a6-bc68-64b54e1dfd9e)
+ )
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 3a9e9a2e-210c-4397-a87f-9433e2b1f227))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 61f112c5-1974-4465-b2ae-5a371e9f243d))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 979858c7-fb54-41ab-9985-2b687ede0da4))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 9c49eb64-94e2-4a4e-86cb-59182e699d74))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp b14b2d4d-5565-4846-9006-ed02ecdaac0e))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp b8cdf76b-2d6c-4e7d-a74a-2fab567fa39d))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp e87d6291-d889-4bca-99b4-4ea1e6c6bd38))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 0cb99ba5-e8c7-4f08-a14c-8177758a13fe))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 3470ce5c-2432-48fe-9566-bb332881c635))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 4486a782-4e98-4911-9142-d8789bd9cb8b))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 7abbe503-2f1a-45ad-9760-b5a2ff7b664d))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 30581e60-2d2a-441a-9b41-ff2416a8d2af))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 66ba20a9-84f5-41c7-9860-0072850a1ddd))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp b82df8b0-08f8-4877-9e72-5749f621695e))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp b932308b-773f-44da-9aad-ceedf52eb84a))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 572232cb-eba8-412b-9ad9-2af0f9cb3c2e))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 66 "Net-(R8-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 3c769959-64cc-40b7-868b-8790a68e563f))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 69 "Net-(R9-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 7a5bb9e0-84ed-4003-b1cd-dcbf4250fe8a))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 105 "unconnected-(RV9-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp e896affd-ca40-46c2-9241-26baf6926b91))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 22f7a9a7-52b7-4def-9f01-74ce752895c6)
+ (at 33.02 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/9a5b1940-344a-4ad2-8217-2119a791fafb")
+ (attr through_hole)
+ (fp_text reference "R1" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0ae91059-c3cb-42ca-b237-3365d95bbdf4)
+ )
+ (fp_text value "10k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0e8b54b8-a5f4-4bb5-915f-c2ac7f05bd90)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b9db4a05-93ce-46e5-9e56-f394110c5ac4)
+ )
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 17875c8c-8727-42c5-8872-c4d3b4705644))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 18529aee-fa68-401f-9d49-0e60d0263079))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 1f97d4ba-8dd1-4d23-a1db-1c4549464103))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3924b59f-04a2-4816-a264-b373ff52ed93))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp afb11357-1c53-4a8e-9b7f-b8995b3d515b))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp f324866e-a735-42d8-a578-c0d2751f87a4))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 88fcb3b2-e22a-45da-ae72-b8bad33cf65b))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp a9ac2053-4d34-4641-a149-08a0ee7619e4))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp bf798407-0164-46d5-bbe8-3cac96c9565f))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp f05e2533-f911-4c72-841c-db33649aaa0b))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 2c75b0fd-8d39-4134-8230-331aada634fa))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 81e7a2db-4514-4d9e-ab04-395eb1c3f32a))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 8c6d2a68-1e86-4cd8-86da-9252a6831921))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 9b7fc178-1588-4ad2-9ee6-c2d184dd0fe1))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp f01dc7a1-172b-4ea2-badd-a4253a165448))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp faa47df8-079a-4cf0-9532-c75cf51ad6aa))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 52 "Net-(R1-Pad1)") (pintype "passive") (tstamp 3d357196-16a7-43c8-a9c0-2fb0aec0b012))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 53 "Net-(R1-Pad2)") (pintype "passive") (tstamp 11140fd8-0def-4316-a095-29e1c8de2ccd))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 263d52e5-32f1-4d4f-ad24-edec65d1beca)
+ (at 121.985 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/030cba65-ab15-4548-a3dc-efa61426e9d8")
+ (attr through_hole)
+ (fp_text reference "RV14" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b7720dcc-1a92-4091-b3d5-1987298acbb7)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9fff48b7-0721-4ebb-9976-bbdbb47410b7)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp c45c99d7-e71e-4a33-a73f-853f7054a629)
+ )
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 251ea477-ca8d-410f-b1b3-02b065cc3063))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 52e1ce11-1b88-4dd5-a232-d90ecd6b26ef))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 66122b22-3143-4233-8367-cb78f05766e1))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 7080533c-bf98-4985-a97e-c3db62cc0d61))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 893e8665-4cbe-4be0-8897-2e49f5ae61c0))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp a8781137-a088-4ca1-bd47-e6a184c69d9e))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp ef06fa1f-58a8-457c-bcf5-3c4701e2aebe))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 07670d98-b877-49ae-8def-516a48578e97))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 4cf72d78-7b35-40bb-9d0b-d0bff0b4c68b))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 8c339fd8-e0a6-4ffe-91c1-88d3e6edba5b))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp ac5d1dfb-a062-47c5-a091-6d72cd5a3908))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 05219430-e0c9-4db7-944a-06d914af11a5))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 0591a61a-b2ff-4e5b-be00-1a4e46b48e9d))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 4a03bf57-c9bc-4512-a7bc-36f5a09d6935))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp ac94de38-2f02-4696-95eb-9c36f6d90e6c))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp acc3f0c8-82ee-4d2b-8d27-e6856f13ce6f))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 76 "Net-(R14-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 09c03aeb-2c4c-4c1b-97ad-d4fece5e3f27))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 79 "Net-(R15-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 7fe8489e-5674-4479-bf97-82a32d513a7e))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 110 "unconnected-(RV14-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp a7e7b59a-d6ab-45f0-9f88-23327712a9eb))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (layer "F.Cu")
+ (tedit 5A3D4993) (tstamp 30190cfc-8fbf-46fd-95a4-5122e4bb4e4e)
+ (at 106.6 37.94 90)
+ (descr "Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf")
+ (tags "Potentiometer vertical hole Piher T-16L Single")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/d02bc672-f793-45a7-9593-f71a26d562ee")
+ (attr through_hole)
+ (fp_text reference "RV26" (at 8.415 -14.25 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 4cf91ca5-1980-41bb-a4be-0f11b8b31f9a)
+ )
+ (fp_text value "50k" (at 8.415 4.25 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 5a6a3fe1-f1d3-4c26-bb36-dd89332d452c)
+ )
+ (fp_text user "${REFERENCE}" (at 0.5 -5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b771a3b4-0204-4333-8f9a-30a6b7140b30)
+ )
+ (fp_line (start -0.62 -3.575) (end -0.62 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 0ce40f8f-dba2-441b-a139-1efd1bf59e35))
+ (fp_line (start -0.62 3.12) (end 10 3.12) (layer "F.SilkS") (width 0.12) (tstamp 27eac6fc-b4c3-450d-9834-a05782cc6ec1))
+ (fp_line (start -0.62 -13.12) (end -0.62 -11.426) (layer "F.SilkS") (width 0.12) (tstamp 54e19402-a5d6-43f9-a51c-dbea921c8c56))
+ (fp_line (start -0.62 -13.12) (end 10 -13.12) (layer "F.SilkS") (width 0.12) (tstamp 77be933e-0f18-4b12-9907-ddeeac4a7a03))
+ (fp_line (start -0.62 -8.574) (end -0.62 -6.425) (layer "F.SilkS") (width 0.12) (tstamp c328b606-b57e-4e9b-bbb6-889af7382ea7))
+ (fp_line (start -0.62 1.425) (end -0.62 3.12) (layer "F.SilkS") (width 0.12) (tstamp f22e4b8a-562e-4488-8e36-643f31826979))
+ (fp_circle (center 10 -5) (end 18.12 -5) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 195a09d1-9eb2-43da-8bc1-40312ee0c09b))
+ (fp_line (start 18.25 3.25) (end 18.25 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 4fba1e99-e08b-47c0-9ce0-f764d18c14d8))
+ (fp_line (start 18.25 -13.25) (end -1.45 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 594075b5-ec5f-499e-9904-07c9e4e93ae3))
+ (fp_line (start -1.45 3.25) (end 18.25 3.25) (layer "F.CrtYd") (width 0.05) (tstamp a467e634-3960-468c-ad30-f8c501bba4f4))
+ (fp_line (start -1.45 -13.25) (end -1.45 3.25) (layer "F.CrtYd") (width 0.05) (tstamp ea965b27-730e-4f88-a031-1d5dba3fe215))
+ (fp_line (start -0.5 3) (end 10 3) (layer "F.Fab") (width 0.1) (tstamp 098dd32a-b543-4721-9de6-c4f43a45b7fa))
+ (fp_line (start 10 -13) (end -0.5 -13) (layer "F.Fab") (width 0.1) (tstamp 43d0e5b8-f1e3-4d79-8967-473f2967ec2e))
+ (fp_line (start -0.5 -13) (end -0.5 3) (layer "F.Fab") (width 0.1) (tstamp 86f084c0-692f-4936-93bf-242cf2c36236))
+ (fp_circle (center 10 -5) (end 18 -5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 99260a21-669a-468a-8fe9-192b358cc2e7))
+ (pad "" np_thru_hole circle (at 10 -5 90) (size 7.5 7.5) (drill 7.5) (layers *.Cu *.Mask) (tstamp 266e7ca9-435e-4e61-9521-84921fe813aa))
+ (pad "1" thru_hole circle (at 0 0 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 94 "Net-(R24-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 39af2bef-fbe9-4ee5-ad68-9e78994b9973))
+ (pad "2" thru_hole circle (at 0 -5 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "2") (pintype "passive") (tstamp b41023fe-7365-4cd2-a14b-7c2a608e55e4))
+ (pad "3" thru_hole circle (at 0 -10 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 96 "Net-(R26-Pad2)") (pinfunction "3") (pintype "passive") (tstamp d78bd2f0-f023-4fce-b4a8-e59dab7752ef))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Piher_T-16L_Single_Vertical_Hole.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 32d0327e-6797-4043-9fe0-6a3ff9f172a7)
+ (at 86.36 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/60df69da-dd0d-4654-9e3f-9e1c8ebb8c59")
+ (attr through_hole)
+ (fp_text reference "R8" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp dbf1513c-e9b5-400b-9887-d606f94fafc3)
+ )
+ (fp_text value "1.03k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 54d930a3-6789-4970-8c04-37b1e3735d44)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp dfa2a769-f265-4abf-8a69-63fdf0c35c5f)
+ )
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 1dd43941-a8fa-4620-a10a-96a68d5c3dc9))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3f4d5ee3-cafe-49b7-9f10-9da137cd002c))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 588452ee-d168-4985-99ec-a2ced883aefd))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 9d585858-6d14-41c0-a71a-8a3740c91df7))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp a1242316-6c35-41bf-acfa-72358e1b6d49))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp a455b6f8-a2aa-499c-b916-14e37f2847c9))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 14e7c10a-7fd9-4c3f-874b-d2157fae5c51))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4cfea622-e15b-484a-a2aa-621961cf6026))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7fef405d-ca78-4f8d-bd79-df2d069c1083))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp bc32bfe1-f778-42a8-8879-2785f51c5b63))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 127fdd2f-a00b-4a29-ac3a-0ec3273c394d))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 2117a3f9-e97c-4bcb-9b64-e1c117c48868))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 34470289-4440-4673-9391-29f3b63c9d4e))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 49c767de-a00f-44ca-892a-35681a6ce407))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp dd57d2b3-b428-4b17-b11f-f41dc0dc89df))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp ff241e45-ad71-468a-af34-530f0c7608e6))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 66 "Net-(R8-Pad1)") (pintype "passive") (tstamp 9e95b720-d48f-415a-866a-4afb521b6689))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 67 "Net-(R8-Pad2)") (pintype "passive") (tstamp a4452b7c-2e39-495d-b582-d01f7cf70643))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 335fb54b-bc7b-41a6-8c20-ce4d2cbfaef6)
+ (at 147.32 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/e9c4cc20-5763-4413-85d7-feb90d07b670")
+ (attr through_hole)
+ (fp_text reference "R17" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 17a7a5c3-856b-4e17-8dbc-53850f9089ca)
+ )
+ (fp_text value "1.92k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 70a52ea0-4a58-4bb0-a291-500d10badcda)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 417419d3-a589-41a3-91d2-83cdd694d535)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 08799c7b-cbd4-4fb3-8b30-e07dc5afb67d))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 4d62b60c-48e6-43ea-9720-e28b976f82c8))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 5ecd3227-92f3-47d6-81f8-d96001b85f36))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 8e10236e-fcc0-4156-8bc4-1880078165b9))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp a273ee6d-a104-4847-8975-8bf238dbc4d8))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp e324df5b-6a95-45a4-8cb1-a8b8ccdf1168))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 42374f90-dc4a-4a3a-bc6a-b8473a2ece5b))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 71267d5a-1a65-4b33-80ae-f14716ec5bf4))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp a8042a02-af6d-41c7-befa-0b0cef780c7c))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp efe0a590-d6e5-481e-ab53-168de05b4d8c))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 54b8bbff-a645-49f8-859c-5b0e994d1e58))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 987b82f6-d839-4bd5-9b0d-6bfcf7572b6c))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp c3be0d4e-2924-4778-8f0b-b85bdaf32a1a))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp e40e2270-21e5-42da-a775-9513f74a493a))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp e848811a-cbcb-4269-b196-42f4edd97cc8))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp f5b665f0-d4af-4c6f-97bd-185f6404152d))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 82 "Net-(R17-Pad1)") (pintype "passive") (tstamp a1db7606-d9ad-4bfa-8f5a-4a170c267059))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 83 "Net-(R17-Pad2)") (pintype "passive") (tstamp 4ecc8626-a5c7-49be-aa73-eedffd3c8f27))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 33961d47-af6a-44f9-90c0-9c14447d5c11)
+ (at 139.7 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/93056629-18e6-45fd-9334-d8445e232713")
+ (attr through_hole)
+ (fp_text reference "R16" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f4318e6e-430d-4fb8-bbe9-cb7b2f5b22f9)
+ )
+ (fp_text value "1.8k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f950e71e-48fd-484b-a67a-14a31dc30255)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1cf23c13-f01a-4ab7-97a4-80201da77ce1)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0d64b0dc-be5b-418e-a54a-7329042c0062))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 3cd37b16-53ae-47a8-8c97-656eea1f0631))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 3f8223f9-469b-485a-b86b-6fbb00d4348b))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 78d34655-c459-480b-bf29-4f45e44f9799))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp bfe544b3-10dc-4723-bd66-9dc34114f312))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp e4ddf767-a3c0-49c0-b570-bb6c364c5c44))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 1e80cebc-9e3a-412b-bb8d-aeee29175b55))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 6e3b6b8d-3b8f-449d-ae52-46a436064d15))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 949b5533-b015-4e53-b850-0542040de0a0))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp d6cd2bad-5f4e-4477-965b-8de5ecbe02dc))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 053ec101-a6dc-4037-b5db-1eaab869bb1d))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 429cf386-6f19-4b94-a118-f063a2db52d0))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 75d7d78d-80e2-450d-ac8f-813aac606ac6))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 807faf75-69a7-4c4b-ac17-1a5b797dddf9))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 919b97fb-7d03-47ee-a58e-edd4d9fd78b9))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp d63d2814-586b-40e4-b9fc-e82e6e98bb7f))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 80 "Net-(R16-Pad1)") (pintype "passive") (tstamp be8f7410-582b-4ff3-87e2-7227e2294026))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 81 "Net-(R16-Pad2)") (pintype "passive") (tstamp f453d422-1408-4cad-989a-eaaeedef982e))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Display:HDSP-4832" (layer "F.Cu")
+ (tedit 5A02FE80) (tstamp 33c9cd5a-0b16-4784-81bb-8053883c3557)
+ (at 363.22 119.38)
+ (descr "10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN")
+ (tags "10-Element Red Yellow Green Bar Graph Array")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/d0aa948d-bd00-4094-b292-357ddbe6ac5a")
+ (attr through_hole)
+ (fp_text reference "BAR1" (at 0.47 -2.41) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f8d23a96-62ae-4fe0-ac9f-c3825bc27adb)
+ )
+ (fp_text value "HDSP-4832_2" (at 2.89 25.2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 7f14a5ae-5248-4d80-94b9-e279f9cf8170)
+ )
+ (fp_text user "${REFERENCE}" (at 4 12) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.1)))
+ (tstamp 4162ea85-08df-4ac2-99e0-fc35a4bc249d)
+ )
+ (fp_line (start 9.03 -1.41) (end 9.03 24.27) (layer "F.SilkS") (width 0.12) (tstamp 53a0ab9c-dea9-4993-9b2b-b198736ba68f))
+ (fp_line (start -1.41 24.27) (end -1.41 -1.41) (layer "F.SilkS") (width 0.12) (tstamp 852ed01f-6957-4067-acbd-f9eea00a3072))
+ (fp_line (start 0 -1.7) (end -1.7 -1.7) (layer "F.SilkS") (width 0.12) (tstamp 9c00ab61-bc85-4894-ab6d-620944c4dd19))
+ (fp_line (start 9.03 24.27) (end -1.41 24.27) (layer "F.SilkS") (width 0.12) (tstamp b9da0bee-9ca4-4256-9832-eaed8a23a561))
+ (fp_line (start -1.7 -1.7) (end -1.7 0) (layer "F.SilkS") (width 0.12) (tstamp d76500dd-d634-4617-a6c1-c14a9b0b34c9))
+ (fp_line (start -1.41 -1.41) (end 9.03 -1.41) (layer "F.SilkS") (width 0.12) (tstamp ef01390f-1570-4cc4-8765-ac99a0a4ddaf))
+ (fp_line (start -1.52 -1.52) (end 9.14 -1.52) (layer "F.CrtYd") (width 0.05) (tstamp 06a14ff3-8f98-4975-a6ff-2c27e2154e34))
+ (fp_line (start 9.14 24.38) (end 9.14 -1.52) (layer "F.CrtYd") (width 0.05) (tstamp 343b5ac3-f32c-4783-9129-b0dfe211dcdc))
+ (fp_line (start -1.52 24.38) (end 9.14 24.38) (layer "F.CrtYd") (width 0.05) (tstamp 74833a61-ec7b-4aa0-9b6a-06fd81f3401c))
+ (fp_line (start -1.52 -1.52) (end -1.52 24.38) (layer "F.CrtYd") (width 0.05) (tstamp 85cdfc6d-20d6-4552-b685-a2cd7ec40e6a))
+ (fp_line (start 8.89 -1.27) (end 8.89 24.13) (layer "F.Fab") (width 0.1) (tstamp 0c01ad54-9305-4aa5-8381-04854d6627bc))
+ (fp_line (start 0 -1.27) (end 8.89 -1.27) (layer "F.Fab") (width 0.1) (tstamp 656db949-5371-4df0-862c-699053be77b6))
+ (fp_line (start 0 -1.27) (end -1.27 0) (layer "F.Fab") (width 0.1) (tstamp a2feca1e-932e-4cc6-9f65-40c949995c45))
+ (fp_line (start -1.27 24.13) (end 8.89 24.13) (layer "F.Fab") (width 0.1) (tstamp c4b3cab4-addb-4665-b77f-cf70f3c09669))
+ (fp_line (start -1.27 0) (end -1.27 24.13) (layer "F.Fab") (width 0.1) (tstamp d27e63d6-15d8-4e25-99d5-fa35c42d1ed1))
+ (pad "1" thru_hole rect (at 0 0 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp e6a2718a-240f-4292-82fe-56c27996de6a))
+ (pad "2" thru_hole circle (at 0 2.54 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp c768a2d1-0e72-428c-ad19-849abea74155))
+ (pad "3" thru_hole circle (at 0 5.08 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 8c1b4983-9763-4fa7-a50c-81ffb400f6d5))
+ (pad "4" thru_hole circle (at 0 7.62 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 9a8c7a6a-47f5-4759-b195-cb5b2186fe1c))
+ (pad "5" thru_hole circle (at 0 10.16 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 02fe7830-e856-472d-9dc9-dbb0dfb8d230))
+ (pad "6" thru_hole circle (at 0 12.7 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 322acbc2-fffe-4787-a9a5-a26399971bdf))
+ (pad "7" thru_hole circle (at 0 15.24 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp e7ee7906-bc08-410f-88ee-7f7c70df7a3f))
+ (pad "8" thru_hole circle (at 0 17.78 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 8e10ce0d-3ed0-4435-ad55-35769451510f))
+ (pad "9" thru_hole circle (at 0 20.32 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 11bc6db9-91f6-40e9-aed4-d0a2cd7787e6))
+ (pad "10" thru_hole circle (at 0 22.86 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 31 "Net-(BAR1-Pad1)") (pinfunction "A") (pintype "passive") (tstamp 209b3b2f-0fce-4e8e-bbe6-5f4d3d291a30))
+ (pad "11" thru_hole circle (at 7.62 22.86 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 32 "Net-(BAR1-Pad11)") (pinfunction "K") (pintype "passive") (tstamp 7aa9af5b-8265-4f36-b44b-4f65c57d845b))
+ (pad "12" thru_hole circle (at 7.62 20.32 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 33 "Net-(BAR1-Pad12)") (pinfunction "K") (pintype "passive") (tstamp 7cc910f2-74fd-451b-bb1b-0a6c296c61e3))
+ (pad "13" thru_hole circle (at 7.62 17.78 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 34 "Net-(BAR1-Pad13)") (pinfunction "K") (pintype "passive") (tstamp bcf6b6cb-d2d2-411f-b221-af728d1d11df))
+ (pad "14" thru_hole circle (at 7.62 15.24 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 35 "Net-(BAR1-Pad14)") (pinfunction "K") (pintype "passive") (tstamp ad2c2e59-c034-4d71-b690-64f26f121be3))
+ (pad "15" thru_hole circle (at 7.62 12.7 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 36 "Net-(BAR1-Pad15)") (pinfunction "K") (pintype "passive") (tstamp 2d71232e-9e99-4633-b0f9-12b458c99147))
+ (pad "16" thru_hole circle (at 7.62 10.16 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 37 "Net-(BAR1-Pad16)") (pinfunction "K") (pintype "passive") (tstamp 06a39dc9-bcbf-4b25-bd34-52d7f898ab25))
+ (pad "17" thru_hole circle (at 7.62 7.62 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 38 "Net-(BAR1-Pad17)") (pinfunction "K") (pintype "passive") (tstamp 214f9396-d3fe-455f-ad16-5eb0d70305d8))
+ (pad "18" thru_hole circle (at 7.62 5.08 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 39 "Net-(BAR1-Pad18)") (pinfunction "K") (pintype "passive") (tstamp 69cbf986-4951-4997-a7bc-7d157f337f00))
+ (pad "19" thru_hole circle (at 7.62 2.54 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 40 "Net-(BAR1-Pad19)") (pinfunction "K") (pintype "passive") (tstamp b65a95d9-e742-4bd8-a49a-dee994023109))
+ (pad "20" thru_hole circle (at 7.62 0 270) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask)
+ (net 41 "Net-(BAR1-Pad20)") (pinfunction "K") (pintype "passive") (tstamp 75f5ad2d-5e5e-4e6a-9264-49e492912441))
+ (model "${KICAD6_3DMODEL_DIR}/Display.3dshapes/HDSP-4832.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 3ad87e77-777e-4af8-90fd-62c1ab82f283)
+ (at 129.605 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/6a2947dd-9033-4219-ab9b-6a66aa4f2556")
+ (attr through_hole)
+ (fp_text reference "RV15" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e8db007b-c76d-49a4-bd73-7711663bf31c)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e1b6a8aa-b000-4358-b941-616b4c3a0b37)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 20ffac99-f35f-4c47-806d-9f3ac6408964)
+ )
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 0d17e3f6-2a8f-4f60-9640-673bb1077bc9))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 13b16be9-bcd7-4955-9580-4dca8a219744))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 5740370b-25fb-4f93-9bdd-5831b97b0cd9))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 8906f19c-713e-4728-b10a-00a892a46738))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 9359ae8e-2692-4ce0-b8af-090e61ba9565))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 9d3ce882-5145-4ded-8a29-69144d5e9cb7))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp fb256c68-3c79-4a8e-a56c-e9920d041772))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 21c3d731-d70a-4884-86df-10107d2d6d52))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 284ecb32-72bc-4d4a-b4d0-eff8e036d9c0))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp d28b9bef-5584-45f3-ba80-1d1413db94cd))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp e3f9c19d-49ed-4e40-96fc-024c31789b7e))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp ad38594d-2662-4d9f-8203-2caaa7d508bf))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp b23fe242-7c61-4acd-9f65-0c4ee4d703d6))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp b594b064-24e0-40d8-9986-fca5a86620e4))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp ed84f6f6-0973-4c6c-9f65-8a3497495771))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 843aafa7-eaab-4937-92f3-37c88b8ca156))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 78 "Net-(R15-Pad1)") (pinfunction "1") (pintype "passive") (tstamp cc80a1df-6547-477d-a599-8c815bd97fca))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 81 "Net-(R16-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 4c1abb22-353e-497e-a507-9c856e2fe82f))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 111 "unconnected-(RV15-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 45d47fe3-c3b2-4d4e-9838-f8329e5211af))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 3ee4ae18-6286-47a4-aa09-c026406369c3)
+ (at 76.265 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/ceadd7d8-c842-4c7d-858e-2f2bcc19ec8c")
+ (attr through_hole)
+ (fp_text reference "RV8" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8222aa9d-f2f0-4e32-af57-68cf65da830e)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b6b1e7f6-ccd0-4544-9741-9a66af6e90d4)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1b790b18-3642-41b0-942f-f26422196597)
+ )
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 0076d7d0-08c8-4c44-86a9-f61888f733ef))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 31862c16-6678-497c-b2ac-7dcb696b41a7))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 4a268475-c7f4-44d6-82b9-913d6ac52ffe))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 6237f906-f0e8-40f3-8ead-916d685bb656))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 77f39ab9-976e-4b83-86a6-c58f3f1407ab))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 97672c19-464b-416f-8cfe-47f9859f22c3))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp f136e638-c4f0-4d0e-af01-8b16b63a608e))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 3ec0e338-24c6-446f-8726-49549a5d3812))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp a222b58a-5a99-49fe-9cb2-ef7227684852))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp cc5ac649-ab11-49fc-8f07-32295f2f573b))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp cf482c7b-b0cd-427d-83d2-a33f6f8ced09))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 00557b03-9ac7-4db5-bd3b-b3dfa0d1e9ff))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 883295d0-6c7d-4f6f-8ac9-307e697b9125))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp a2fb43a7-27ea-4c8d-81db-7d808eea3937))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp ec99fc86-0e9a-4075-8162-59cddfdf832b))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 5a63d1ea-f2f3-4b48-9932-8de8b463b6ed))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 64 "Net-(R7-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 0adb38fd-5c31-4e95-92b4-4d9a86e52a75))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 67 "Net-(R8-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 88273dea-bd8b-47dd-ab7c-45689b1d4322))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 104 "unconnected-(RV8-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp b8cacaeb-66f8-4147-89ce-d0297dfdf1e6))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 412dc8f6-c216-4fc5-856a-0987cb94f1c2)
+ (at 154.94 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/e5cbdf19-8424-4c0b-ad24-4d2a66d65884")
+ (attr through_hole)
+ (fp_text reference "R18" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 73927204-67c4-4eb2-b999-3233f44745e3)
+ )
+ (fp_text value "2.16k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 15ed0738-9152-4399-9340-330e2312f63a)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e8ab9df1-7de6-4d59-940f-9a3d000c197d)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0536ac90-275e-447b-b8e3-25357e7aafaa))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 15f5fbed-6926-472d-bfa3-02af449d388f))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 43d8cc38-faad-4a4f-a2a8-32adf5b3e543))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 6cf57bed-2ba3-4e7f-94fe-42c6a93dee9a))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 9e68739e-483d-44f9-8e96-159a9933409a))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp d49dbff2-b983-4798-8ccf-c45ba353b537))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4a7a6f15-c56e-4345-87e3-a09b12137a7f))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4ace1f50-0c75-4b49-8698-df9038f01118))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8b16b768-a177-4ca2-a619-74dbf3d09aae))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b8a372b3-265a-4cd1-8bf1-f11cc1f67cd6))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 4075c59f-4a08-4098-84d7-869cbd01bcf1))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 788195b4-dae2-42c3-9a9a-da39dd0ed5e7))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp b7ae69ff-1864-495f-8d8f-fcbb2d70fbdb))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp c10ca692-b6c0-4ed0-9637-c68f8ec8190f))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp d300944f-e4f4-4b44-b09a-8982ea690c92))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp f5bce029-809e-4e94-904c-31bf15f0d031))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 84 "Net-(R18-Pad1)") (pintype "passive") (tstamp 103eddaa-1ca8-4d2d-8c16-c11b477ce7db))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 85 "Net-(R18-Pad2)") (pintype "passive") (tstamp f0e15cc6-9ddb-41db-9a65-021037590f6d))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 41df325f-3d9e-4cfa-b389-a078dec28319)
+ (at 53.405 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/c52ea66f-c953-494f-a97f-84a3f052760b")
+ (attr through_hole)
+ (fp_text reference "RV5" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0c3aa802-ed3b-4a37-847a-7535c56a8e9b)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0b0eadd1-d4bc-4bdd-92e5-a54b06d5380d)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8b678575-44ee-4022-9856-b98a338d4a24)
+ )
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 3d9f486a-3039-48d3-b2c2-4106d40ab5f8))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 9af9c564-6e5f-4db1-9592-df0d8c8da6f0))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp b759f57b-bd18-4606-81a3-44e8ed05eecf))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp bf44c414-7b44-4ebb-819c-a4357d1bdd86))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp ec3def5f-ec2c-42e1-a8bd-4e1debc33ba8))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp fa33952f-5679-428d-b7a2-a00dca8d6c59))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp ff6c56bd-3baa-47b6-97fa-0ecdddac7b3a))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 150165f2-0f1c-44a2-bfdc-55ac502edaea))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 5ad39790-bf38-4b96-a574-354746ed74b4))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 7990af17-ff04-478a-8f0c-2c45f4cd5952))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp b3d4e240-701f-47d2-ab62-7e3c12ba9eaf))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 2c1ad1dd-fd58-4ff3-9b9e-4849ced6b509))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 763b259e-f9f8-4217-9efd-65ca784f6851))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp d11e887e-141e-4a35-8ed8-fe9106a38088))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp f47f0996-cf7a-4dcf-8ace-c4d542792ff2))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp e4b61afc-3800-44bc-b13b-bd452858e6b2))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 58 "Net-(R4-Pad1)") (pinfunction "1") (pintype "passive") (tstamp f8edf40c-71eb-4201-aa1a-331547cca0f4))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 61 "Net-(R5-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 5a753d6b-a6fe-4bdd-938d-0e819db5f50b))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 101 "unconnected-(RV5-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp af8d9925-5a3c-42b5-bc61-e0726eece593))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 461c6474-045f-4896-a451-6ae76cba7cb8)
+ (at 71.12 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/3016c585-5d99-4f7e-ac48-db84cf89896e")
+ (attr through_hole)
+ (fp_text reference "R6" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 50f3ba87-6633-4e44-8bab-13b9bc37437b)
+ )
+ (fp_text value "1k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a9cd0f75-0af2-4e22-8837-bc4c40760608)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 4be9d67c-a6f3-435e-8133-0f53bd74a878)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 13432df8-5be2-422d-b431-13bedccbff4d))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 5d69c2f3-acbd-4c54-bda2-b7785c2010cf))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 67a55320-79e2-4952-9d6a-671cbdcfc9f7))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 6a2b63d3-b52c-4af8-b72e-63fe811d3d24))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp b6b0b082-3ad5-486d-9247-7e4db31838ef))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp c40a33aa-f777-4109-9efd-12123c039897))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 20c401b1-c1bb-42cd-8ef2-fd89663a6cf3))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4013842c-f594-4f18-a07a-785be971cdaf))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 68cc97a1-6c76-411f-a28b-36162918d55d))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d1594cc0-0357-4de5-8d76-bb3a044297b2))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 47b3834c-8a87-4af3-9143-c88b9cd89304))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 94937ca0-c1d9-424d-88cf-010fb503f8a5))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp a7098063-91db-4dae-8c97-631051e8de0e))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp adc74667-5dec-4b95-9d35-ffc7db9ad260))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp af58d6aa-33e4-4da2-8ea3-2304125e31c0))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp d500cfb3-be5f-4c90-8432-d0e5e29eda2a))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 62 "Net-(R6-Pad1)") (pintype "passive") (tstamp f1c47c72-a303-4bf6-9f1a-d918cc01ea6f))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 63 "Net-(R6-Pad2)") (pintype "passive") (tstamp eb1752fa-7357-4ec2-b311-c8def6f1e5e8))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 4e8c5d7d-0b1a-4d49-b10e-0adaa2597218)
+ (at 354.26 20.63)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/38e3eaf8-4377-4e7b-89b2-34f95ff2036c")
+ (attr through_hole)
+ (fp_text reference "R25" (at 5.08 -2.37) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f8052cd4-ebc4-4eb1-b2c2-fd93c0c9bafb)
+ )
+ (fp_text value "50k" (at 5.08 2.37) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp d877d827-7c2f-44c5-bc7f-fde1c942a5a3)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 662203e4-8a06-4828-b199-73b838f6f757)
+ )
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 305a5c48-e619-4227-9549-9c60d0176edf))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 4c853f5f-9964-4a4b-aca4-3f1eb53db511))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 531cec06-301d-4728-b0ee-74cf772f6e03))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 87d7ecda-8908-45cd-bcd6-697cb5464c09))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp e37429d8-896a-4b5b-8069-2c75b1cc5a02))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp ee314538-a8f0-415f-87cc-017be6835541))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 44740a0d-f486-4e5f-861c-483a13e99ef1))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp aa13b47b-6d22-47f8-b637-09ce86c078ea))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp f2f523bd-0051-4af4-9c3c-2a7bbcacef8f))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp fb2bcbc4-0143-44e7-9bd8-0e0aea63c8ac))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 1a567ddb-661a-41fc-9c6f-25358b0aaba6))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 62af5a18-21ad-417e-99e0-4b7fcd2863e1))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 6a396e41-802a-4878-b135-128274f9e33c))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 71ab8eb1-8610-42ac-96fe-373990c21934))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 9dbf289f-4308-406f-8668-ec88d3bd3395))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp c1f0cb97-7834-44c5-9059-b8582a0969f0))
+ (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 94 "Net-(R24-Pad2)") (pintype "passive") (tstamp 4d2b1079-29f7-4456-ab22-8211554ea90b))
+ (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 46 "AUDIO_OUT") (pintype "passive") (tstamp 83389342-341d-4149-aaf9-0824346fcd8e))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 5147141a-48fe-4b50-ba7e-ae3ec04ad28a)
+ (at 335.28 142.24)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f05a5253-64b1-4608-8d00-b39d16203ce7")
+ (attr through_hole)
+ (fp_text reference "R27" (at 5.08 -2.37) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp dbfcbb47-916b-4815-ae30-6d54af95db25)
+ )
+ (fp_text value "50k" (at 5.08 2.37) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 117698d6-a3c5-44ba-bfb6-1267654add1f)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1cbb102f-960e-4a2f-a685-de0dea379a9f)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0c5ae104-5f6a-462e-9b76-ffcd94462bbe))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 3d49e3b0-f12c-4161-ba40-e2f415aa440e))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 426109d2-425c-4ab1-ad51-363efb27f06e))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 578e6ff5-66c8-4acd-8939-e86f1222e61d))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 7dd5905a-e24e-4f79-bfe2-83b4997c8ec8))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 87d1b879-2dc4-41ee-bf02-4dae6f9dabe2))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 361a4148-46f7-45ee-b688-f285e52998d3))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 484b5dcd-a371-4568-b6e2-0bf747f30fdf))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d08ca2b2-a9e1-47f7-9171-90d8f6e5ba52))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp dfb29e30-9510-42a4-9f5f-722d97e9ef8c))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 0bf8bf62-6545-4707-b47f-9c52decb5846))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 542e3345-429e-49c3-bd23-4a25b474901d))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 644be4a6-1e55-414d-a68c-a545e48e63e7))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 6cd53d14-93da-469c-8dce-b850feaac914))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 833b51b8-bc0f-4752-a876-e2562f4504d1))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp e7203b80-9458-43ba-a359-4fc34b0a0c67))
+ (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 96 "Net-(R26-Pad2)") (pintype "passive") (tstamp bb334384-0fbe-4109-acf2-58c8b63b3189))
+ (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 46 "AUDIO_OUT") (pintype "passive") (tstamp d84d0d1e-2257-44dc-92a8-633bd89ccae3))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 54763586-9c20-4f60-8bdd-63095d346082)
+ (at 378.46 83.82)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/fa4b3a81-e338-49d7-b069-6da44f1ddc0f")
+ (attr through_hole)
+ (fp_text reference "R12" (at 5.08 -2.37) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 14cf2f17-a01d-473c-884e-3c66510750af)
+ )
+ (fp_text value "220k" (at 5.08 2.37) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b4de34e9-d897-40c7-8109-612b827e9a9e)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e6ae3a1d-eab0-40af-9df2-a48f93d869b4)
+ )
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 29268e3c-d66a-47b0-b438-20e4c37db4b5))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 2f931a28-e0b2-4a89-85b0-3d360525bf32))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 7d78f976-5890-49bf-85e4-e8e02295fe2e))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp a2fabf62-6b0a-46ae-b58a-44da066c1e14))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp a701fccb-8389-49f2-9938-7c1e23c2f7e8))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp a76fd61c-c728-48d0-b1f3-8a42b6819bc1))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 9e4aee87-f1df-4d6d-b3bc-3ac047084665))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp c83145e6-2e64-44f4-bb25-0b569c685f90))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp ef632075-bd8e-431a-936e-ddcef8898460))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp fe3f7f50-502f-4860-88f0-52272b857d96))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 177c16ad-cbf7-4800-8d46-4d4c6848fdbe))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 4761a2ae-eace-4ded-88af-f8bc4046d5e7))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 6cf42c4b-b849-4b0b-b9e2-614040f699ad))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 723f2410-3652-46ed-824c-7daf45fd63f9))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 74307540-bacd-46c9-9ed3-7ababae37155))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp ebc5648b-1b48-45e3-abdf-5d16be79122e))
+ (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 43 "A_SYNTH") (pintype "passive") (tstamp 19129a66-0d33-4368-95d2-af1abb3d5340))
+ (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 42 "Net-(C3-Pad1)") (pintype "passive") (tstamp 068b282b-b5af-4108-a151-0c63c9589167))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 57aced9d-42a1-4f32-aa6f-55461973149f)
+ (at 185.42 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f40750fc-804b-49e0-b170-b16900253ac0")
+ (attr through_hole)
+ (fp_text reference "R22" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 35ce2859-59a0-4eaf-88b8-cbb88c8844a0)
+ )
+ (fp_text value "12.25k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 198736ae-3162-413b-87da-0972853fbbdf)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 3d8f703c-974f-4a3d-8be3-dfb51f047ea1)
+ )
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 0db556a2-a7f0-4f54-a72f-dc73053ccda0))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 37020416-de56-4009-8236-f278bf4a646f))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 6e035873-ce79-49bc-9512-2761f234602f))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp aa5a3c3f-c6a0-4bc1-87a6-4d8ce40a628d))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp adc07a0d-20d0-401e-9139-c0df1171be5e))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp f6a95196-8c16-41ec-bbc8-c10bf185f315))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 10fc64d8-4938-4b3e-b849-2a3a7b7ad573))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7578dac6-b1fe-4e0d-ad90-a2ecc32f93c1))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp c099ce96-346d-4716-9a26-e245dad49641))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp e7e260ac-b65a-45e8-9ce6-7ece6319b5b9))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 01c81628-6ccf-49cf-a190-b3624940959f))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 242f5467-a59d-4267-a3c4-36193cd7469f))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 48e4e98f-789f-4040-8ab6-79b934950c05))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 4f37d6ef-71b5-443d-b1be-696d0e027f43))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 6b1014af-3b18-4920-99d2-f06bf0babfc5))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp fa819a6e-c42e-434c-8836-9986bfe2d2ee))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 6 "GND") (pintype "passive") (tstamp f921aa64-ff68-4d12-9d8f-201ec0c25371))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 92 "Net-(R22-Pad2)") (pintype "passive") (tstamp 991d7762-0dc1-43bc-8d9f-6514811c7b78))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 5fbb5b31-843e-4091-87eb-d5903ebdb358)
+ (at 68.645 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/a84b840d-f1ef-41a9-8b8d-b882e660d55a")
+ (attr through_hole)
+ (fp_text reference "RV7" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bdacd875-10cf-45e4-8206-de1789b6a21b)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 47147ffa-2f90-4bfe-98b6-cfb93f1d46ab)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 4362c064-43ca-4de1-8695-66d6c15eefd9)
+ )
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 1593efeb-4759-429e-87bc-982a1c6a8eb7))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 64e01688-bf15-4987-92c1-c1c615089175))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp c2c96c07-ae5f-4232-8e1d-5a4c67a016c4))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp ceeb9c53-3901-4d0a-9ec7-48a467f1f324))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp d2babe59-7d18-49e9-8920-58ab276633a7))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp ebc33c23-b2f1-4082-b858-16630e0cb89f))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp f812b26b-6156-4eb6-adbe-e3741cb8bdd4))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 136575b5-fb88-440b-abe6-5317cc05a249))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 99b054a6-f1ef-419e-b389-19f61cf6bcec))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp a155f9db-4202-494e-91d3-cbae963bb2c9))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp f204c375-3eb9-48d4-b1c3-90e39290b377))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 065fccdc-359c-47d1-899f-bdd1193ae482))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 286889e3-90d2-46e5-bbe7-e4403120d8d2))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 3b370eed-94e2-40e4-822d-d269d299b68f))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 8f2e471a-a0d2-4466-99ec-f7cb8a9d8929))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp f30d46dc-9de3-4aef-a04f-55d7dca4443e))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 62 "Net-(R6-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 939bbba1-853f-4976-9745-a06b5fd9176d))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 65 "Net-(R7-Pad2)") (pinfunction "2") (pintype "passive") (tstamp ebe5e13a-f642-4e11-b911-8b4ba8066731))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 103 "unconnected-(RV7-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp beba6f68-174d-4c35-bb0e-7c9df62d72f5))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 60526c9e-c898-4b14-9b80-6e4be09a754f)
+ (at 177.8 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/7befbba5-0713-4914-9c11-609eba8c6418")
+ (attr through_hole)
+ (fp_text reference "R21" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a9008557-af4c-426c-878b-28c7cae64f5c)
+ )
+ (fp_text value "2.86k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 32a61f56-19af-4966-89cf-c728af5eec2b)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 7c7098b7-90fc-49ab-8ca6-e8b355725702)
+ )
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 29bb8cc4-118c-48fd-8a9f-3c45547b5574))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 3f453ad8-e331-42b0-8439-e92c97c13e5a))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 5bf08293-0341-4fbc-ba18-cc6a4bc84923))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 9a63b679-fca5-4f6c-af45-cd00a38018fa))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp a035d06a-59fd-4fbe-82f6-0a506f9568d5))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp feafeda2-e17c-4da1-ad43-0d727bf0e574))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 30065493-c995-458b-9bb5-62ef06868d8e))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 6bddc5e2-b7d9-4ef0-b998-9623cd0a1168))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7e64c972-703f-4b21-a4a5-ea45090605c3))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 99bae589-772a-4701-a753-2e0f2e3bad3d))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 0b122f83-c5bd-4589-9276-3ee44232fb33))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 1b4136af-d3bb-44d2-817a-f1ad34c5e018))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 8712b5e1-5100-4da1-ad20-76c4792a11f8))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 918979dd-ddc7-4c83-87d3-bc795a00a232))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp c5a8a2c2-9580-414c-af2a-ac95f66c3459))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp d1557899-00f2-4ca1-95ed-debaeb308df0))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 90 "Net-(R21-Pad1)") (pintype "passive") (tstamp 544e0755-bdc6-4f0f-9c7e-9e7ff134ea49))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 91 "Net-(R21-Pad2)") (pintype "passive") (tstamp b960b425-3db8-465d-a51c-191ba88204d8))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 664c8a73-9b8c-4921-a987-9cd36e955b45)
+ (at 375.92 55.88)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/ab49cb86-d949-4b3d-bf87-f8c2af66777e")
+ (attr through_hole)
+ (fp_text reference "R23" (at 5.08 -2.37) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0535edc6-1e3a-4c82-8615-41863dde5c6f)
+ )
+ (fp_text value "100k" (at 5.08 2.37) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0863ca7e-8161-42dc-a413-3e719cc0b0ce)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp eea985ce-2161-4a62-ac90-40121e0999d6)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 126ccd0e-610f-4fa4-8021-30873a398967))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 57cb9f8e-995b-44d7-bb35-b4785acbdfdc))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 9be008b9-47cd-4880-9c07-5522eb0c5495))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp c933ad65-bbc8-4355-8633-a7655f4a69a4))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp ccb0186a-abbf-416c-aac5-ea2c529ebce2))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp f96b1cf9-e791-4080-95d0-97a5ca590834))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 176fbd6c-6849-486e-805f-c0a532bf3823))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 42a8d8e8-d0a5-4798-9f8d-badcea8614a1))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 88f5a0c2-cbc1-4840-9752-880eb7e2412b))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b5536bc0-4bab-4f8a-be93-a16c0c6cda39))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 496d6fd3-2cc1-43e1-9655-903f427d44f2))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 4cf9d38b-c8b4-4933-a129-e7c4d94b463b))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 74495a3f-9f01-4441-977e-348554694c47))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp bea485c4-3ce9-4a63-8340-c0f6eee824dd))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp becbe834-66a6-427d-866d-5ca6683fb6ab))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp efbb1cf2-593e-4ceb-997a-83e340ed003c))
+ (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 11 "Net-(A1-Pad12)") (pintype "passive") (tstamp e8d85600-1988-42a1-a3db-f0ee48fa10f8))
+ (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 44 "KB_IN") (pintype "passive") (tstamp 9c6a23ce-1342-4abd-9430-63746c8a2682))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 6908fc28-9107-4cfd-9ecb-18162846a835)
+ (at 124.46 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/eed67975-cb8f-4c1f-bf64-68b1c933dd02")
+ (attr through_hole)
+ (fp_text reference "R14" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 77452531-990f-4da5-bd0d-6cc1525500ac)
+ )
+ (fp_text value "1.58k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 444e5d42-4599-4fe6-9767-de56e5dee691)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 3e7c13a1-da2a-4e1c-a998-83920042d992)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0d8feab3-7b5b-4b0d-86b2-bba6273673d3))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 3efe0f3a-0226-4d2f-af0e-6a886f745a80))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 6c5f257f-dba0-49ff-818a-94641b745876))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 7030a6ef-1b8c-4269-b26c-3341c1e35d96))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp b3ac9cd2-e7f8-45f7-85ca-e4866d286e05))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp ef51adb2-ff9e-4002-a0aa-e8b44dda867d))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 049305e5-23df-4a21-b1a1-dec44b82f758))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4a01f4fa-b757-405b-a870-c3cac7b30800))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 68f53a8d-47e0-42ba-bef6-91bbeee53102))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp c2274e7b-1250-44f5-921f-3484183dc2e8))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 2785e539-4709-4491-ae94-7205b931e98e))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 45a7c1dc-1f4e-435c-88d4-bd7b3315710d))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 791cdd6a-4c1a-42c0-b8d2-ef0571cd3eae))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp c6690ed5-b79f-403e-93a3-98961ba163ed))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp d745a08c-594b-4947-bb5f-c1f5f9f67452))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp ee89c925-2862-43ff-9335-7667cc553c59))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 76 "Net-(R14-Pad1)") (pintype "passive") (tstamp 28bc652d-233e-4883-98d7-6d34852eaaa4))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 77 "Net-(R14-Pad2)") (pintype "passive") (tstamp d0afd996-870e-4af5-a080-1bbfc611dd4d))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 6966f764-6ca2-4e01-9975-ec7c81888a01)
+ (at 91.505 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/bd298751-1816-47d9-875b-e28859d59d74")
+ (attr through_hole)
+ (fp_text reference "RV10" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 587762f6-b094-4d15-95df-c007ea8d37c7)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp afe4ddf5-c76d-4572-81d0-330059d750fb)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp fe862847-64b0-48df-8309-605ce3303338)
+ )
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 3d8fc3d2-fb25-43d2-b7f4-8d376182ebaa))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 3f44e56b-06fb-4a81-96f5-e3128ffe9d91))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 7237e59b-a03f-479f-88d8-0aa0ed6c4e1d))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 96ca84c5-f5e4-4952-9280-357fb06f3a9e))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 977c9fc3-c9ab-42e7-a3c6-bd7419df3cdc))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp a9214392-af75-4a15-a07d-61386ec5455f))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp ec8b9020-44fa-4221-ac54-01ed0dede4e8))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 196028da-dc90-4e6e-a511-0257e5edb92e))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 38308367-4562-4a6a-bd15-9e81dd42d931))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp ad055baf-f3e9-4a2a-882d-e3033c02bf22))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp f370cba4-accf-48ce-97ea-8554447990d0))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 34f4dab6-6acd-4895-9933-9f020e7a4d20))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 6b4233f5-5305-4aaf-88b4-ac31b968380b))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 7aa91509-e9ed-4fbe-9f8a-767a189822b1))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 7f3a0fa5-3bf6-4db5-bf39-2e3495a935ab))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 8d2a3b2d-3196-4609-9c00-0463b8b623c4))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 68 "Net-(R9-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 33f3a99a-8df0-41a5-be2d-1e3400ca68bb))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 71 "Net-(R10-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 1a80f660-25f3-48e8-952f-89111a33a38f))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 106 "unconnected-(RV10-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 4ece50fa-7005-4669-adf7-9a16194f398a))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 6c7d66e2-30e2-4d0c-997b-a7b7155a7203)
+ (at 38.165 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/efa0a6de-6300-4381-ac81-7012dc32041a")
+ (attr through_hole)
+ (fp_text reference "RV3" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 28080727-78d7-4c33-a566-9cd66d818e73)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 6d246163-ffcf-4dd4-87aa-1be8d3d72297)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 86cf2330-d200-43eb-aba9-389c9970db3b)
+ )
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 0be2535e-cab1-433e-99cd-763c9378ce9e))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 35ab8bf7-46d3-49e3-8f1e-73527bac0bab))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 4bc9d2b3-095a-4503-86b4-63ac61d4450b))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 712cad95-973f-407e-a80b-c008cc3bdae7))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 7a6c7535-50d8-40a2-b546-4877a3982c75))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 8955cedb-eb4c-4c07-9050-a29425d8337d))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 94b7b290-4e03-4b92-9cba-5683398b2561))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 3cc64f95-ce28-4f3a-868b-1984c6cbe8e4))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 449f6118-0d90-4e5f-91a6-2d0fd0775fd4))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 64dde4cb-9f5a-426e-9fbf-c3231713ba2c))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 9786dc40-6a44-4cef-a414-4be5d135ec36))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 8b053810-801a-4dda-8b99-b963d9e4930a))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 8de73784-26a0-42fa-ae76-c1d5e37cf675))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp b163fd9b-cb69-4eb2-8708-2a8649a12f13))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp f304362c-77e5-429f-ba08-e7805d60a673))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 0defe58a-c9b1-4a12-9196-1eca934131ff))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 54 "Net-(R2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 5463d528-3e32-41da-94e6-fb62529b068f))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 57 "Net-(R3-Pad2)") (pinfunction "2") (pintype "passive") (tstamp a41fc7d8-b101-4dab-b867-02b4f8db496d))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 99 "unconnected-(RV3-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 45926f0a-6aa9-489c-aa16-85888575bc0f))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (layer "F.Cu")
+ (tedit 5A3D4993) (tstamp 70e23889-2cca-4fb9-8482-8679a6274e14)
+ (at 38.02 37.94 90)
+ (descr "Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf")
+ (tags "Potentiometer vertical hole Piher T-16L Single")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/558b1d1b-b769-4218-bad0-51d820a28863")
+ (attr through_hole)
+ (fp_text reference "RV22" (at 8.415 -14.25 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f48acef7-25d6-462b-aa0a-985c883f38d1)
+ )
+ (fp_text value "10k" (at 8.415 4.25 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9cd67e15-5824-4906-8ef0-e69ed78956f9)
+ )
+ (fp_text user "${REFERENCE}" (at 0.5 -5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e260b958-e1c5-40d1-a2f3-6370d4a1489f)
+ )
+ (fp_line (start -0.62 -13.12) (end 10 -13.12) (layer "F.SilkS") (width 0.12) (tstamp 0b5e56c2-74b4-4f3b-971b-581bae97c652))
+ (fp_line (start -0.62 3.12) (end 10 3.12) (layer "F.SilkS") (width 0.12) (tstamp 17414911-8221-4ec5-816d-dc77f7cee7d1))
+ (fp_line (start -0.62 -3.575) (end -0.62 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 901aa07d-6cfe-4a24-bca8-c21fbb117c43))
+ (fp_line (start -0.62 -13.12) (end -0.62 -11.426) (layer "F.SilkS") (width 0.12) (tstamp a923bb61-58c2-4811-9863-8b0e16892b59))
+ (fp_line (start -0.62 -8.574) (end -0.62 -6.425) (layer "F.SilkS") (width 0.12) (tstamp bdc26b2a-cc5d-4b8f-834d-fdd908ee9e38))
+ (fp_line (start -0.62 1.425) (end -0.62 3.12) (layer "F.SilkS") (width 0.12) (tstamp ee0671bb-ed39-46fd-be29-4e8b62f0e3a7))
+ (fp_circle (center 10 -5) (end 18.12 -5) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 040eeb9e-46b2-4980-b82d-88d60efd5e9f))
+ (fp_line (start 18.25 3.25) (end 18.25 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 1ab4bd98-4caf-415e-b91c-fa2f89aca95d))
+ (fp_line (start -1.45 3.25) (end 18.25 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 296d686a-7eac-482e-88e5-a9a1a464e985))
+ (fp_line (start 18.25 -13.25) (end -1.45 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 310e9e8d-e8a1-4438-9c71-d18a3dd50562))
+ (fp_line (start -1.45 -13.25) (end -1.45 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 48c7502b-71f7-4b4a-b278-a0246bf56cb1))
+ (fp_line (start -0.5 -13) (end -0.5 3) (layer "F.Fab") (width 0.1) (tstamp 118fb43c-3fe2-4064-aed8-f57b6f2acb18))
+ (fp_line (start 10 -13) (end -0.5 -13) (layer "F.Fab") (width 0.1) (tstamp 82dfce11-c957-43b4-9279-af6afcc7453a))
+ (fp_line (start -0.5 3) (end 10 3) (layer "F.Fab") (width 0.1) (tstamp a3db4c87-26b4-4c7a-9236-38a0318f9e4d))
+ (fp_circle (center 10 -5) (end 18 -5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 64f90ff6-5941-4ee4-add3-50a7ef68d4e2))
+ (pad "" np_thru_hole circle (at 10 -5 90) (size 7.5 7.5) (drill 7.5) (layers *.Cu *.Mask) (tstamp 513d42ca-d0fd-4e22-a07f-23fac49e9cd2))
+ (pad "1" thru_hole circle (at 0 0 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "1") (pintype "passive") (tstamp b679f9e1-e47a-4c1a-82b7-68750c8b27b4))
+ (pad "2" thru_hole circle (at 0 -5 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 8 "POT_ATK") (pinfunction "2") (pintype "passive") (tstamp 29c8221b-0885-4c62-a489-286f9ace4901))
+ (pad "3" thru_hole circle (at 0 -10 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "3") (pintype "passive") (tstamp dd015456-e6f0-4a6e-a2a9-a913aba4d7cb))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Piher_T-16L_Single_Vertical_Hole.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 71d7f736-f7f1-4c97-bc0b-deffb5921667)
+ (at 99.125 60.96 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/e5ee4e87-da88-46c6-8cbc-f7b3346b75dc")
+ (attr through_hole)
+ (fp_text reference "RV11" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 461b93ba-88ae-4363-bb1f-e1e0cd198f76)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 21faf754-ac70-481a-ada2-5548500e3bfe)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 077395ea-40ab-4d01-bb44-cc028e6192dd)
+ )
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 15dc524f-453b-47e6-96bb-16d7d3b9bcfb))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 30f25da0-b9ed-41a8-9b32-074603e97d46))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 43bbb4ff-bc0f-45e1-972d-d47876d27004))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 4de09ef3-fed7-4d75-a92a-55dac47ac47a))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 62a42783-731d-4a7f-aa4a-a1c6c4b63060))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 9cda4267-1d6b-4bec-9d19-2e8b11848744))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp dbe8260e-b121-4a44-8ad7-142826bfc395))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 1ecd6d4e-60e8-4d26-a2f3-b4f9245f2e1f))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 7c256668-27e7-4ff2-875a-158c3c8b004e))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp ca61b2a1-a181-4525-add8-54275ea1e0c3))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp db5f77fc-4656-4629-ab96-be32c9b5d6c5))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 1a3e71ca-6246-49bd-b597-3adff8ae02a3))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 95040397-25ed-4170-81ff-a9f187c9d661))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp aec87296-7157-489f-ae8b-7d174457c7a2))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp db7bd9c8-0293-47b9-a0dd-8b6c968fe2b6))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp aab7d87d-7003-4bc7-942c-682e6a360e6f))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 70 "Net-(R10-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 31f0a5cf-1873-4f4b-84cc-b9ad991c0d1f))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 73 "Net-(R11-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 87887cdf-ede0-4282-820a-00fd7bcf8f6f))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 107 "unconnected-(RV11-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 3be1c366-8157-43ad-aa6f-b4202bd96b55))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 73c922f7-203e-4726-b324-818cc8ad5371)
+ (at 160.085 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/5ac177a2-7339-4326-b6db-92317ca5bcfa")
+ (attr through_hole)
+ (fp_text reference "RV19" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e4771454-e5cb-4f44-83bf-f2687200cf1e)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1bf7d6e9-a327-4d48-9531-dad191185d13)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp df40dbaa-34e3-4c14-9737-718a94f15f53)
+ )
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 16503fa5-5c72-4dea-917b-7c99553026d5))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 19127f95-b3e8-4eb0-b9f9-76825b269b1a))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 29d1da52-36c7-4a50-9ea8-f78fc1a0e60f))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 6d63a206-53b5-4427-a8bb-e2028f993148))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp a1bb387f-80ba-4bef-a9c4-ac80e66e723f))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp af07dc58-0c5e-425b-8985-2215d5cf659b))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp f5051bc1-a4d0-44e9-b265-fcebf0085f0f))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 1e0814f9-6be3-43ae-a5a7-96e3c77ce25e))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 1e8de0dc-0564-4727-9748-8176ffc30f61))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 3854803b-9170-4af2-b2e6-621dff09765c))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 5984945c-3784-4870-9e3f-2eb138cd61ca))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 4adb9d36-eba8-4280-a278-474dee5c60b2))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 9e00932b-09cc-430a-99bc-e175768e9792))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp cc2f27af-df4b-47e1-af48-c6fdf0fdbac7))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp dd54cae4-83e1-4db8-94f9-86e9ed3974b3))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 169bb870-67b7-4911-bbef-3e0fb77dd454))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 86 "Net-(R19-Pad1)") (pinfunction "1") (pintype "passive") (tstamp a3131810-ed44-4414-94e9-6321624fe739))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 89 "Net-(R20-Pad2)") (pinfunction "2") (pintype "passive") (tstamp c36ca0cb-76a9-491e-b0ab-fd3df622ad4c))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 115 "unconnected-(RV19-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp aba0ab99-90b2-4162-bd9b-79a4737176b9))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 7b2daaff-2807-493a-a891-7e134b56d607)
+ (at 48.26 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/72386feb-91d6-4128-8409-a23f286fae3d")
+ (attr through_hole)
+ (fp_text reference "R3" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 24381925-eb4d-4686-945e-f9dc83f3ca3e)
+ )
+ (fp_text value "1.12k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 75cbf2b9-bf1d-4a4d-969b-3b5c7005762a)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 727fd17b-2514-45b6-a580-bec774717ec9)
+ )
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 1ecc4860-a257-4cbb-a274-41c88f779d0f))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 202d5f78-ae9c-438e-9dd2-98379b2148d1))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3c41cbd6-a157-4677-95fb-3dcb00e63628))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp c3be5377-111b-4bb6-87aa-916715b56a45))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp c9c2d8a6-a6bf-4a73-9d06-62bf8a5cb586))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp e36784ed-e766-4211-8d29-68b2c0bc0e72))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 160494e5-0e17-4236-9f88-3caf3f0be361))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 77d7cd3a-1af1-4662-af09-0bb6eb6dda0f))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp cc18a6cb-f5af-4714-945e-80079d7d7f35))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp e5db5720-2256-4be3-8ade-742460f92527))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 23c0c46b-3e61-4b5f-8bff-8c659a378ba0))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 430c12f7-e3cf-4b4d-b67a-191d69c78a6f))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 59046228-bc6b-4691-b6c7-ec9ef8034838))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 6555b1d2-85d4-4bd7-9164-d3a136d4dd84))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp c8a9abb4-fa9c-443b-b63d-153c4ea714d2))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp ccaa07c3-e0c0-4a0e-8ceb-b9a248489eb6))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 56 "Net-(R3-Pad1)") (pintype "passive") (tstamp e30d3a9c-b440-48b8-a02c-3b24b32065c9))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 57 "Net-(R3-Pad2)") (pintype "passive") (tstamp 58495835-b706-4276-8a7a-0530cb102f30))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 7f9e909c-32ca-4ef7-8021-261411ab3bf9)
+ (at 78.74 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/9d7d814b-c5bd-4b64-90ff-5fc263abfed7")
+ (attr through_hole)
+ (fp_text reference "R7" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 7bb0d55d-b404-4481-8700-71521c063fb9)
+ )
+ (fp_text value "730" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9100ee31-69db-435b-a193-135b1ec4ff35)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f541d4d1-de81-4564-9505-bad30f9c131d)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0ceeefba-9d3b-47b7-8e64-bbb71a4b304d))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 231fa3e0-05b2-4c9e-adb3-dc22e5fc21a8))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 4089dfab-6113-422c-b52d-3c5aa12584cc))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 4650a564-8737-42dd-93b7-7d6beb7c51e3))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp a09a43e1-08da-4f53-bd30-8877493490a3))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp d1238931-fd05-48ce-b254-cf6847b09b08))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 02b04eef-35be-4f6e-bdc5-b507e158620c))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3bbb4083-ee9c-48ff-889e-b97d0c9d1e30))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7cd6cd6f-dc77-4a25-9f5f-91b72069ae81))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp fc3ca677-79f2-42b6-a5b3-ff3b18df1d6c))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 01aff3fc-f329-4049-bbb0-0b42638fbbfc))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 33d36a7e-9cbe-4fb7-a346-26c79a244b1a))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 9ff1ec12-e027-4234-aae5-627f439427d4))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp d84453f2-2cc5-40b8-a956-d9d3d6477849))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp f0d16bff-21ea-4917-a7ef-421b169cf8c3))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp fc9d1b78-de3d-4137-b945-b48892f1085b))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 64 "Net-(R7-Pad1)") (pintype "passive") (tstamp d261f35d-0cbc-4647-a972-96323318fdbd))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 65 "Net-(R7-Pad2)") (pintype "passive") (tstamp 5d0a4d9a-4e0e-4917-8cc4-8bc3d500d165))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 83e15c46-6d36-4dfd-bc13-e3dc30014e7e)
+ (at 114.365 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/8ce6e6e7-e831-4c31-ac90-b886ae48825e")
+ (attr through_hole)
+ (fp_text reference "RV13" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 189611db-aa63-483a-8a84-722d3a84da7e)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bdfbbe8b-06e2-415b-b9dd-f0ebc0022257)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b38d93d1-18f6-41b4-8526-b46a958c0b29)
+ )
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 47cbd36b-e278-4c58-9f50-01d06f05a512))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 5e57b659-e896-4ca6-b0d6-eecee6387ca6))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 8573c4f3-80a6-4546-a803-cb29fde4464c))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 9f156a06-a5e8-4efb-8865-5186353e0437))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp a43a6522-b5d0-4455-99b0-3b15fbb41548))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp a454c8bc-4506-4890-9a32-be51770f5869))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp bc2237cd-6f78-4722-82f2-3a8db58844cd))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 0005701f-a6df-4d6c-938e-97f801e51213))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 19febb25-48c3-4f6a-9b82-a130831f180d))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 5c168e0e-466b-4caa-bb42-0995b12bd8ed))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp deb3558b-f005-4337-8021-c98262574091))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 5e004c4c-af48-4711-be1b-2783e246f058))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 8bfc171f-0358-4d4c-b04c-06171357dce2))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 92e0b211-230e-47e8-9255-3837b7bc5aba))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp ba531765-525a-440f-99fd-1cd985ce4e02))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 60c3a747-44e1-4a53-9e1f-36feb8a6b312))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 74 "Net-(R13-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 9907ad99-20fe-49bb-83dc-39bf6e604458))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 77 "Net-(R14-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 92d9cdb6-aab7-4ae5-bda1-f235038d75ff))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 109 "unconnected-(RV13-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 5c0c1451-5a39-4ef8-acf5-b7af952b357c))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp 84113453-3112-4d0c-a848-d26db330487a)
+ (at 106.745 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f3207fbd-cabd-4665-8a14-f3e3e0ac3c80")
+ (attr through_hole)
+ (fp_text reference "RV12" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 2a113398-0733-4b7a-9b9f-68ee356586e0)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9f8f199d-9463-48b9-8c8a-3faf3d966edf)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8b84f617-2ee9-483f-b106-9eeb3e4f88cf)
+ )
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 226baf08-791d-4a76-8272-9455f91278e4))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 2e82f573-84c7-4545-ae28-f9e6f082319e))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 446d393f-e711-4111-885c-286518d34313))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 7cc20d9f-c39b-401a-9732-3def52d7787e))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp a340ffec-ed73-4437-8fbf-7434d84e9c5c))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp e1624de1-9d53-4a8b-9f55-e4136f30a0b0))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp fd31957d-ce23-4c81-82b5-0e62516bceda))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 2040a0c1-0b2b-48de-a51f-79bfc73dba10))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 397786e3-fc48-4700-ba8e-8fafd08768fd))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 497a7a08-16cc-44b1-8da9-69cf52c83e89))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 79fd3b2d-3ffd-4fa4-bc40-96a698c33dbb))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 3f629e11-594e-4151-adb7-995792254d28))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp df012169-550a-4669-be77-71f4a184b60e))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp fc60cf5d-a7e9-49fd-8855-551136a053b6))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp fee09b9f-5e2e-41f4-b3d6-58f4f86e1276))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 79ce89f1-2362-40cd-a0f6-b3e2f9be0f4c))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 72 "Net-(R11-Pad1)") (pinfunction "1") (pintype "passive") (tstamp a714a3dc-bbc7-46cd-8aa5-d804e1889113))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 75 "Net-(R13-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 0e40bd92-1dae-45fd-ad04-0e17634efa22))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 108 "unconnected-(RV12-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 751b634c-f59c-4a50-988e-7bd06c872952))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp 9e240620-4bd8-41ff-8e31-c69fa403ef37)
+ (at 327.66 129.54)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f5f0d5e3-3d14-428e-91df-7456a59cbf8b")
+ (attr through_hole)
+ (fp_text reference "R26" (at 5.08 -2.37) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp f2820135-528f-4ff9-80e5-eb40f0731891)
+ )
+ (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 4d7999d9-bd45-4337-a9fd-0f4e89c72d66)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 60afbd7b-6e98-4880-91f4-438b50ba7ad2)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 05d57f66-61f0-4023-9de9-a966e420154a))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 065c8596-2b89-438b-b2ee-4e1530c773e0))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 8373941c-9b20-4954-b46f-27acacd037b6))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp c412fdb9-df2e-48e3-9382-f142bf79efaf))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp cffbc373-e375-4624-a053-2e089f6c7c3f))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp ed2885b5-f3c4-4bf1-97db-c3789a851293))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 1f594200-2047-4a08-ac37-86ede7da86cd))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 68acb219-3d95-4f4d-92d7-28bdc9cb58ae))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp cf093f4f-e713-460d-82af-deeb478db1cf))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp f80106b8-6b0a-4814-a919-195e29399e2b))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 34086d6a-f7fc-4599-8936-435fffdf091c))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 62f71599-c431-4fe9-93eb-634482c065f3))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 633f75c5-3e59-4c5c-acaa-7b07045091db))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 66edafa8-b259-431f-bd68-843f47203ac5))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp bdff8379-733e-4c01-ad41-370a9842f652))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp ea6d98d5-9bfc-48ff-b210-54fb2a25bc7c))
+ (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 95 "A_SYNTH_AMPF") (pintype "passive") (tstamp 6434c47e-ccf7-4cdc-b8b6-4c2ac0312519))
+ (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 96 "Net-(R26-Pad2)") (pintype "passive") (tstamp 2dbe5be1-f654-4d0c-b3d8-644a486db2b4))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp a1d115c3-da84-47ec-9976-d2670da85c32)
+ (at 170.245 61.04 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/dc37f7c8-c1ef-46b7-b86d-eeed0d98e514")
+ (attr through_hole)
+ (fp_text reference "R20" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 53d7f7a6-afd0-4267-8208-86036defbf0d)
+ )
+ (fp_text value "2.23k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp db881d36-3c8e-4335-85df-84c38fe30351)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp dc8df503-c5d3-472d-9ab8-3dfe9a79b93e)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 2295af9e-64ec-440b-840f-94c96345d387))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 2700c106-02eb-4f8e-aedb-87ec1863fa7b))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 45920cd1-a483-40b5-b7e8-79d016df882a))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 6c61a509-a062-4dde-9342-bc7aff96d88e))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp d94447f3-8959-48a5-a128-14cd1a440e04))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp fdb9bc3f-86d7-42a0-9213-a0ac1ada5eea))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 76674d84-2332-42b9-8609-49e1783da619))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 782b035d-e367-4fce-8939-d1d441bf228f))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp beca0a7f-e627-41bb-b94d-b67d3a8b20e0))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp d90b794e-3baf-4d53-b7b4-7a4ab5e65547))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 4c78f92e-4023-4baf-a010-0b2161b09fda))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 5583639e-4df1-4455-bf22-e7bdb0462e42))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 6c8df531-706b-4951-94e8-4918e129645b))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp ba7f3f5f-62c7-45c0-891d-0a4b7bd0277b))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp d0b769b6-06ed-47a7-ada4-9994db5d30d1))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp f6dc2a45-657c-43e0-9107-bdeb35df376e))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 88 "Net-(R20-Pad1)") (pintype "passive") (tstamp 7b0ff180-d961-42fc-a827-eda3473bb531))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 89 "Net-(R20-Pad2)") (pintype "passive") (tstamp b487fa0d-4185-44df-919b-c1553e962248))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (layer "F.Cu")
+ (tedit 5A3D4993) (tstamp a1eb1cc7-60bb-4e53-90d3-95afb9003287)
+ (at 142.16 37.94 90)
+ (descr "Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf")
+ (tags "Potentiometer vertical hole Piher T-16L Single")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f0c290e8-8ca7-4c74-b478-bb1bb112af62")
+ (attr through_hole)
+ (fp_text reference "RV23" (at 8.415 -14.25 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bf293fc3-0f93-4cc4-ba29-ea566fa56ab7)
+ )
+ (fp_text value "10k" (at 8.415 4.25 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 90eaa948-f01d-4beb-914c-f6916107fc96)
+ )
+ (fp_text user "${REFERENCE}" (at 0.5 -5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bcf3e2f6-5656-49ed-a347-8f6c0cb0fc00)
+ )
+ (fp_line (start -0.62 -3.575) (end -0.62 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 58a087eb-7ae0-4b91-bb98-efb14dbe7dfa))
+ (fp_line (start -0.62 1.425) (end -0.62 3.12) (layer "F.SilkS") (width 0.12) (tstamp 5d1dfd97-a9e5-43bb-bcb3-ea5beb647f25))
+ (fp_line (start -0.62 -13.12) (end -0.62 -11.426) (layer "F.SilkS") (width 0.12) (tstamp 63ae7191-ece6-4cff-b7ed-379e9634c7fd))
+ (fp_line (start -0.62 3.12) (end 10 3.12) (layer "F.SilkS") (width 0.12) (tstamp 842a31ce-3b94-4f8a-936f-9ad510a1d9d5))
+ (fp_line (start -0.62 -8.574) (end -0.62 -6.425) (layer "F.SilkS") (width 0.12) (tstamp 90cccaa5-7f33-4cec-8f44-9a40bd6db71c))
+ (fp_line (start -0.62 -13.12) (end 10 -13.12) (layer "F.SilkS") (width 0.12) (tstamp bddf3e51-e088-45fd-a86a-6bfa110f7d8c))
+ (fp_circle (center 10 -5) (end 18.12 -5) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 36a87cbc-aa9a-443a-8796-c04502fd6b96))
+ (fp_line (start -1.45 -13.25) (end -1.45 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 418a7ef0-9bb1-41ba-b659-2da4d96e0cf6))
+ (fp_line (start -1.45 3.25) (end 18.25 3.25) (layer "F.CrtYd") (width 0.05) (tstamp 83fa77a8-a938-4faf-b524-6f4025cc74a3))
+ (fp_line (start 18.25 3.25) (end 18.25 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp 9e315916-1079-43af-aa40-830d5880b37c))
+ (fp_line (start 18.25 -13.25) (end -1.45 -13.25) (layer "F.CrtYd") (width 0.05) (tstamp a50dff5b-3ac0-4b27-9d1f-7beb90fde464))
+ (fp_line (start -0.5 3) (end 10 3) (layer "F.Fab") (width 0.1) (tstamp 0ca8e524-e547-4aca-99d7-ae3b69870a39))
+ (fp_line (start -0.5 -13) (end -0.5 3) (layer "F.Fab") (width 0.1) (tstamp 4f2f00e4-72fd-46a2-a4ec-a0366a9ec96f))
+ (fp_line (start 10 -13) (end -0.5 -13) (layer "F.Fab") (width 0.1) (tstamp 613574e1-40a3-4d36-9530-07a74e7c742f))
+ (fp_circle (center 10 -5) (end 18 -5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 5d4719f9-70c5-4f58-9b05-95c0fc716b41))
+ (pad "" np_thru_hole circle (at 10 -5 90) (size 7.5 7.5) (drill 7.5) (layers *.Cu *.Mask) (tstamp 68eaf219-f152-4907-b993-c51bce1ee05c))
+ (pad "1" thru_hole circle (at 0 0 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "1") (pintype "passive") (tstamp d6e25be2-6b59-46d3-b7c7-2b0c3863bb1c))
+ (pad "2" thru_hole circle (at 0 -5 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 9 "POT_REL") (pinfunction "2") (pintype "passive") (tstamp dc23c328-65de-43fb-a914-8938066176bf))
+ (pad "3" thru_hole circle (at 0 -10 90) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "3") (pintype "passive") (tstamp 28799286-1f21-4421-b13f-4230c2779ada))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Piher_T-16L_Single_Vertical_Hole.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp a4eceb1a-04a1-4b07-96c5-822fb51444b9)
+ (at 93.98 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/c6cd79d7-8052-4c6f-95b9-c5dc7a206dd5")
+ (attr through_hole)
+ (fp_text reference "R9" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bdf31114-8cd9-4a97-8220-bf959ba6b46e)
+ )
+ (fp_text value "1.11k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a286f5fa-8c00-4f3c-b458-f606ed11aec4)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bffa46f7-73a2-4053-a12e-5b39871e0982)
+ )
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 2d82ba8f-5777-45b1-9618-ce5f8a5ae9b0))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 358bb74b-36fb-4238-89e3-084c014dd90e))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp a523ead0-abd8-4a4a-b95b-99c2c447e5cb))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp ebf3e3be-00af-45cf-ab19-1b41cc0270b2))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp f53a652c-f2dd-42cb-9fd6-0668fc98cd53))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp f701839a-88fc-4935-befa-f16fe6ff7b7e))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 2d606f03-9d25-4cf6-96f3-f1039fcdc328))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 52add8c2-54ad-497b-a9ce-63c7e830db49))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d3eebfbd-492f-46ad-b64d-6f0736e89695))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d82f4461-9dec-4c34-82ab-ab1339778cb3))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 02319f68-48b5-4011-9d1f-4e9a3e678633))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 40925187-d3e4-499f-b309-f2328a77e7d9))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 835d3711-3671-4773-8800-4a5892bf1f9a))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp b9649dd2-ebb9-4321-96ee-5e73f53e9bf3))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp cc520cb7-f043-428f-b548-7f3a4b5e4dfa))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp e5c29cf5-fc0b-425d-bf70-e87a84da8b56))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 68 "Net-(R9-Pad1)") (pintype "passive") (tstamp 1abd061e-d5cc-4a20-af2d-482b0a0336a1))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 69 "Net-(R9-Pad2)") (pintype "passive") (tstamp b964ce25-3498-4e73-9d5e-dd5794ac386c))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp a7059164-29ca-42a4-97d0-e8e563d26094)
+ (at 40.64 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/d4cb3dc0-269e-472d-be6c-8159acadb537")
+ (attr through_hole)
+ (fp_text reference "R2" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 558b1d1b-b769-4218-bad0-51d820a28863)
+ )
+ (fp_text value "570" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 47b6694c-c477-4176-af38-50c331ec0ae7)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp ec8dd6d0-e954-42ad-8367-2772cb09f290)
+ )
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0fcbf1fe-c4ed-4ce9-bff4-de64f18ba199))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 124f140f-dacb-4452-a052-3213b95eefed))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 5e6734db-1889-428e-bc56-d1ecd479b841))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 74d820be-cd7a-43ef-bb54-6d1cda7970b0))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp c823cdd8-af8f-42be-859f-7d1b7a374e2b))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp eabd5f14-f855-4acc-b0f3-4011fe99eb02))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 35e18dd5-c01b-4b17-8a26-44cc2f3ec457))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 6ff27d99-78b4-450f-95c6-9a1e30d273c9))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 9e9f7fb4-5a29-4eca-8d85-dd7ab5d886ee))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp fea4403d-c1aa-4a96-80b1-0d83eb4f0bf3))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 40ac37d7-712c-4511-8d0a-ea04408e3716))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 4106ff39-9100-4487-87ee-f61d7c372bb3))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 78b9c6bd-42fa-4c5f-9b9e-67843557c676))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 8f33b054-8c44-4504-9675-61a7e1a8a093))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp cbda3650-02c4-4eb4-9c96-8285b8b702e5))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp ef77a10f-7560-4170-ba80-6e6913e002d9))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 54 "Net-(R2-Pad1)") (pintype "passive") (tstamp 22be712f-81ad-4032-8d2e-f22d0119256f))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 55 "Net-(R2-Pad2)") (pintype "passive") (tstamp 640e4f76-932a-4c4b-ad03-0c86d19608f7))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp ab6e9928-cd12-47d4-bed1-c311a3fbc530)
+ (at 109.285 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/0290ddd6-a534-48dc-bc20-b54c77e56ed4")
+ (attr through_hole)
+ (fp_text reference "R11" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp dab3594c-9246-4a69-9a4c-d34cba176b77)
+ )
+ (fp_text value "1.41k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e84fcdcc-f24f-4dc3-a209-0f7f9d0cd0a4)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp be3a3bf8-7ebc-4ff9-89c7-f7a7d0390fea)
+ )
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 5bdfc5d6-04f4-4524-a2fb-c03088d555b2))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 5d708b1d-f53e-4c26-a11a-dd207e069a6f))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp b2cbe51d-4661-4f19-bf2c-e8e328d6b91e))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp bd93ff56-c7fd-45d2-9d0e-0991c5dd8b33))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp cec8ccbc-5608-4813-ac32-152661d90d72))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp da6b5147-d382-4141-a26f-67accdf657a5))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 197d4ec6-152f-48d3-8de3-c7e1a65a1182))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 890982cb-e795-406d-ab5c-308e48905ac4))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b478c57b-e6ce-4958-a83f-ab9afa0d67d5))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp eb41001c-cdf1-4211-b412-b160a79b633d))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 2c191ae3-d5d4-48c1-91b8-a3661b1bbcdf))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 448458c6-28d1-4ce1-90d2-c1c26c74c093))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 487e8f5e-72de-44b3-aa88-e4b709ae770a))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 6e9560ef-a84d-4aca-a55a-29fbf1c49330))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 9c8c6abb-5d6d-4d51-94f1-59a2c5a8cc1f))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp d0fab771-e78b-4697-a3ea-3c86c2d54cd0))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 72 "Net-(R11-Pad1)") (pintype "passive") (tstamp abccb0bb-8940-4380-af23-bc54e3738458))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 73 "Net-(R11-Pad2)") (pintype "passive") (tstamp b816767d-94a6-4307-ae0f-9ba9c3b7509f))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp ab9e1516-e981-4ce3-b43c-398695dd2de4)
+ (at 137.225 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/519f4592-fed6-4cc3-b892-76745b35f0a9")
+ (attr through_hole)
+ (fp_text reference "RV16" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9729c22d-7850-44dc-a4d3-11fe0ba57f43)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 54621343-2cd2-48a4-8157-c5a05103cfd3)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 5c6b9330-24dd-48cc-904a-94b3c0a1a947)
+ )
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 03a17cb4-c607-46eb-a74f-95aa3afdf388))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 0f28b428-9d8a-4e45-b3fd-d81eb7c6fb85))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 185e368d-37a0-4e08-af9f-06ecb661f2c0))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 3dd2952d-c1b1-4335-a0fe-73685a765fe4))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 645e3d78-a90d-414c-aad0-e3317ada2110))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 72a44258-fad3-4f9e-b6ff-85f7a0e8fef4))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp d9e3e05d-652e-4841-a930-6d4e2893b1ee))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 4625302b-226d-4174-a656-4bab51f45ab4))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 8e4ee2f8-33af-4fe3-867d-d1d8dbd77779))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp c1954b56-3e0f-4a8b-a881-ed573a24f8a2))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp da9d3e51-f7c5-4235-95a7-247968bf0312))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 8d5b0372-5dfb-4a42-8687-9d3ad3ea9fc0))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp c07ba97a-6f7c-4a96-b4ac-5292ecd6271d))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp f315763c-8bb5-4777-85d2-51728d8d3646))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp f904578f-b9d0-4f3c-b909-00fadbc9974f))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 773260f9-5274-4708-b36c-d7e8f769e49b))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 80 "Net-(R16-Pad1)") (pinfunction "1") (pintype "passive") (tstamp ede9cfaa-e271-46c2-975d-20465c16ed40))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 83 "Net-(R17-Pad2)") (pinfunction "2") (pintype "passive") (tstamp a70d4ff3-0d2f-41be-84ff-f20e2cdd20f5))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 112 "unconnected-(RV16-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 054bdd61-075c-4d74-ab78-918085654073))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp adcb2037-bd22-470e-bed7-165a17159428)
+ (at 175.325 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/b5ebe16b-c384-40ca-aa3d-154a8cc6da50")
+ (attr through_hole)
+ (fp_text reference "RV21" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1fac4d30-d5d9-4ed1-be8a-e962ea0ddd8a)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 978be20c-6950-4d3d-bc3d-36734ce9ccf6)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp ac47ab35-d392-4be4-82ba-35fed28919aa)
+ )
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 1553e9df-30b7-4ea9-ac12-0c2317fb32d9))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 5bd088a8-3bde-41aa-9276-99e3134533e6))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 5c72a5e3-1732-441f-8e59-4f51cd3dab8b))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 6aaa736d-8a62-4d0b-9dc2-d4987d21843c))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp cb6541f0-2466-403c-b095-e8510fc31666))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp d772445e-79a4-40ca-8be6-962c7733451f))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp e938d3b5-727f-4538-8fa6-f81f5e19132c))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 0caeebd0-aca1-45d1-a6e9-3534c87713ab))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 40fb3dd0-d442-4ab9-91b4-89c13af062c8))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 5aff817f-a930-4847-a8d6-8b018fb5a40e))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp a64a9583-277b-47d2-8e1e-72c3280f02a2))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 01a662f7-6cc5-4954-978c-538e90239add))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 1886a93c-7bc3-4c8a-8fef-a54a7a25cfa7))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 2e6a8d0d-25c0-449b-81e8-501055f54e42))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp be0ad481-40c5-4e96-a8af-132bf1c3b0d5))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 44a59865-bcb6-4ea5-8c65-2b7e791ee636))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 90 "Net-(R21-Pad1)") (pinfunction "1") (pintype "passive") (tstamp f9155621-ab17-4f49-ad5f-eb624c85915c))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 92 "Net-(R22-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 16ab21b3-b836-4f86-8df2-f6150386c834))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 117 "unconnected-(RV21-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 34b33fd7-ace7-41a7-8e8c-8704f4bb76d6))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp b1e263b1-a569-4209-958d-e6b3dfb65a63)
+ (at 132.08 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/bda5f35b-c86e-4dc8-a7da-c8fd30cfd498")
+ (attr through_hole)
+ (fp_text reference "R15" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 476869b2-243f-4462-9a6c-19ba3f8e0ba0)
+ )
+ (fp_text value "1.79k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp c6525bf5-90a0-4b4d-996f-8d98da72cd95)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 2eb5cef8-cdba-44e7-9673-a1cb477c68dd)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 1b69053c-338f-4601-b564-4d4560add5a6))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 35fd88ef-e26b-47d1-bc69-44e57422a6ab))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 4a5dfb96-3f53-46ff-b508-a8d6bc6e51fa))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 5d2d8601-52e9-493c-82aa-657ec90df91a))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 9abe9fd9-5140-4f78-978a-2c68b2038ecd))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp da467c3d-7f1a-489f-b05d-34623fb5341f))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 426ae12b-4d62-4876-802e-1adb6c8a99ea))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4dcd288c-0a7d-43a0-b00c-20ef4c127592))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 945e6f7c-020c-4836-a1c5-a6f2420083ee))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 98432bf4-ceb0-461c-b8af-aa4cd85d5724))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 064e643d-ec5c-4226-9d23-61ba2f028449))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 11796f6f-c5b2-4a64-a5e4-9f22ba4d3f89))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 17456079-2ec3-4c25-a51b-0947cef57865))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 211dfd37-e33e-470c-b1a8-653f93495a72))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp c642c5ff-0697-44ca-af7b-ce3f57e11281))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp c775cd49-85d8-4c02-8945-762059d94922))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 78 "Net-(R15-Pad1)") (pintype "passive") (tstamp 2f232e18-f592-4bfc-aaa1-ab5a7c495856))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 79 "Net-(R15-Pad2)") (pintype "passive") (tstamp d8bd2a5b-8a97-4e9a-90d5-6a5a615962a8))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Module:Arduino_UNO_R3" (layer "F.Cu")
+ (tedit 58AB60FC) (tstamp b760081f-e54f-4581-a57f-4dd0383d9ee1)
+ (at 296.69 124.135 -90)
+ (descr "Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf")
+ (tags "Arduino UNO R3")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/2102c637-9f11-48f1-aae6-b4139dc22be2")
+ (attr through_hole)
+ (fp_text reference "A1" (at 1.27 -3.81 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8bb2de93-c162-4981-8966-af7f49b5ff3e)
+ )
+ (fp_text value "Arduino_UNO_R3" (at 0 22.86 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 254bf983-7e38-4a82-bc20-e57fd1a1abde)
+ )
+ (fp_text user "${REFERENCE}" (at 0 20.32 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 7f7c83e5-ad92-4753-85d1-8c5d0acae6d0)
+ )
+ (fp_line (start -28.07 50.93) (end 36.58 50.93) (layer "F.SilkS") (width 0.12) (tstamp 0b443796-ddbb-4779-9b52-5bc35cf8127a))
+ (fp_line (start 38.23 -2.67) (end -28.07 -2.67) (layer "F.SilkS") (width 0.12) (tstamp 1303bfac-9872-4958-9306-4fb5843e2ae8))
+ (fp_line (start -28.07 0.51) (end -29.97 0.51) (layer "F.SilkS") (width 0.12) (tstamp 1db5ee0a-1faa-4892-be81-e1af9e9280d7))
+ (fp_line (start 36.58 50.93) (end 38.23 49.28) (layer "F.SilkS") (width 0.12) (tstamp 2bf6aa87-a1bd-4a8d-8ad4-5700393f1759))
+ (fp_line (start 38.23 37.85) (end 40.77 35.31) (layer "F.SilkS") (width 0.12) (tstamp 343d12ad-104c-4b0f-8b85-f338c8bb1602))
+ (fp_line (start 38.23 0) (end 38.23 -2.67) (layer "F.SilkS") (width 0.12) (tstamp 49aa6694-d7d7-4c76-9e1a-0c978e3d1c4b))
+ (fp_line (start 38.23 49.28) (end 38.23 37.85) (layer "F.SilkS") (width 0.12) (tstamp 8488e29d-c288-41ef-98a7-272be9ef7cc5))
+ (fp_line (start -29.97 0.51) (end -29.97 9.65) (layer "F.SilkS") (width 0.12) (tstamp 98bb9d69-dfde-4d68-acaf-e3b8842fc094))
+ (fp_line (start 40.77 2.54) (end 38.23 0) (layer "F.SilkS") (width 0.12) (tstamp a0761754-d6e5-4cfb-aecf-bf12ec6f96aa))
+ (fp_line (start -28.07 41.4) (end -28.07 50.93) (layer "F.SilkS") (width 0.12) (tstamp a67d57a0-54fd-4f4a-82a3-66a4ac645cc9))
+ (fp_line (start -28.07 -2.67) (end -28.07 0.51) (layer "F.SilkS") (width 0.12) (tstamp a8ddb353-25b8-4bb6-ac7a-9c0d0c6fd604))
+ (fp_line (start -34.42 41.4) (end -28.07 41.4) (layer "F.SilkS") (width 0.12) (tstamp c61371bc-79de-4bdb-b0df-b6ff8863caff))
+ (fp_line (start -28.07 29.72) (end -34.42 29.72) (layer "F.SilkS") (width 0.12) (tstamp cf6c6442-80e5-48b1-a454-4c16d2d4a7a8))
+ (fp_line (start 40.77 35.31) (end 40.77 2.54) (layer "F.SilkS") (width 0.12) (tstamp d7c070a2-6824-4730-851a-ec94d7ef0e39))
+ (fp_line (start -28.07 9.65) (end -28.07 29.72) (layer "F.SilkS") (width 0.12) (tstamp d7d397d6-848b-4595-8f16-be715b25eeca))
+ (fp_line (start -29.97 9.65) (end -28.07 9.65) (layer "F.SilkS") (width 0.12) (tstamp e00dc2dc-888b-476a-a6ba-087fab879145))
+ (fp_line (start -34.42 29.72) (end -34.42 41.4) (layer "F.SilkS") (width 0.12) (tstamp ecff96a4-6047-47fc-8154-3c59ac5a96b3))
+ (fp_line (start 36.58 51.05) (end -28.19 51.05) (layer "F.CrtYd") (width 0.05) (tstamp 2cd22269-6904-465f-b343-92420b748c73))
+ (fp_line (start 38.35 0) (end 40.89 2.54) (layer "F.CrtYd") (width 0.05) (tstamp 380e4631-0cdc-41cf-a0c9-805af3079200))
+ (fp_line (start -28.19 51.05) (end -28.19 41.53) (layer "F.CrtYd") (width 0.05) (tstamp 3c946993-c31f-42eb-91c5-2987f19ca522))
+ (fp_line (start 38.35 49.28) (end 36.58 51.05) (layer "F.CrtYd") (width 0.05) (tstamp 4fde5988-6c04-40c6-8e35-8cc8bcac92ab))
+ (fp_line (start 40.89 2.54) (end 40.89 35.31) (layer "F.CrtYd") (width 0.05) (tstamp 5c070ac5-0415-485b-b555-12a301aaaa59))
+ (fp_line (start 38.35 -2.79) (end 38.35 0) (layer "F.CrtYd") (width 0.05) (tstamp 76df5a64-5382-4fe2-83b7-16168e290617))
+ (fp_line (start -28.19 -2.79) (end 38.35 -2.79) (layer "F.CrtYd") (width 0.05) (tstamp 7d1f4e05-da18-428c-a049-ab8c7f6847d2))
+ (fp_line (start -28.19 0.38) (end -28.19 -2.79) (layer "F.CrtYd") (width 0.05) (tstamp 959e4507-1a4e-464d-98d6-76e35f321715))
+ (fp_line (start -34.54 29.59) (end -28.19 29.59) (layer "F.CrtYd") (width 0.05) (tstamp a61b8600-e4ae-4104-abd8-c8d0418deb92))
+ (fp_line (start -28.19 29.59) (end -28.19 9.78) (layer "F.CrtYd") (width 0.05) (tstamp b2ca14c3-9645-4c6b-8d7c-fa1223882a76))
+ (fp_line (start -34.54 41.53) (end -34.54 29.59) (layer "F.CrtYd") (width 0.05) (tstamp b59a572b-45e4-4532-9f92-de20c7c8cb61))
+ (fp_line (start -28.19 9.78) (end -30.1 9.78) (layer "F.CrtYd") (width 0.05) (tstamp b8f5104e-bf28-4c2c-8bbd-3000ed3cc70b))
+ (fp_line (start 40.89 35.31) (end 38.35 37.85) (layer "F.CrtYd") (width 0.05) (tstamp bb19e933-492f-4c9e-8175-5a4360dd6af6))
+ (fp_line (start -30.1 0.38) (end -28.19 0.38) (layer "F.CrtYd") (width 0.05) (tstamp e2569042-5686-437a-a88d-838ec26ff52c))
+ (fp_line (start -30.1 9.78) (end -30.1 0.38) (layer "F.CrtYd") (width 0.05) (tstamp e7ba0631-8a32-4cf8-b1e0-7389be80c395))
+ (fp_line (start -28.19 41.53) (end -34.54 41.53) (layer "F.CrtYd") (width 0.05) (tstamp ed1dfd1c-32a6-4f5f-87a7-d529e6a4c1e4))
+ (fp_line (start 38.35 37.85) (end 38.35 49.28) (layer "F.CrtYd") (width 0.05) (tstamp f2352228-377f-4a97-b47a-c18d09ee08bc))
+ (fp_line (start -18.41 29.84) (end -18.41 41.27) (layer "F.Fab") (width 0.1) (tstamp 08f7614b-9649-49c1-b63a-65c3d0a1ef41))
+ (fp_line (start 38.1 37.85) (end 38.1 49.28) (layer "F.Fab") (width 0.1) (tstamp 27c16a37-d65b-4a83-af1a-5ee1a87062f4))
+ (fp_line (start 38.1 49.28) (end 36.58 50.8) (layer "F.Fab") (width 0.1) (tstamp 64c8c09a-cf34-4302-bf79-23dba19dbb70))
+ (fp_line (start -29.84 0.64) (end -16.51 0.64) (layer "F.Fab") (width 0.1) (tstamp 656f43bd-a03e-460c-ba1b-9715dbec95bc))
+ (fp_line (start 40.64 35.31) (end 38.1 37.85) (layer "F.Fab") (width 0.1) (tstamp 700fa350-f0e6-491d-9b23-c1cbb3fe07e0))
+ (fp_line (start 36.58 50.8) (end -27.94 50.8) (layer "F.Fab") (width 0.1) (tstamp 71596cf3-8544-4b7a-8c91-d72ec1d11c78))
+ (fp_line (start -29.84 9.53) (end -29.84 0.64) (layer "F.Fab") (width 0.1) (tstamp 87db9284-235f-48da-8453-9d391a881930))
+ (fp_line (start 40.64 2.54) (end 40.64 35.31) (layer "F.Fab") (width 0.1) (tstamp 8b91ee28-3a3b-4f33-b67d-c6bcd098c7ea))
+ (fp_line (start -34.29 41.27) (end -34.29 29.84) (layer "F.Fab") (width 0.1) (tstamp 8c87a3b7-567b-4121-b5a8-908863fc7b83))
+ (fp_line (start -16.51 9.53) (end -29.84 9.53) (layer "F.Fab") (width 0.1) (tstamp 9a2d9092-08f4-4605-9911-facfa3d14ae4))
+ (fp_line (start -27.94 -2.54) (end 38.1 -2.54) (layer "F.Fab") (width 0.1) (tstamp 9d7384f4-72dd-4958-81aa-491c8577b346))
+ (fp_line (start -16.51 0.64) (end -16.51 9.53) (layer "F.Fab") (width 0.1) (tstamp babe5627-ac22-4fb1-9642-cfab572c7144))
+ (fp_line (start 38.1 -2.54) (end 38.1 0) (layer "F.Fab") (width 0.1) (tstamp e691b83c-22f3-4a3a-9d67-af7d12acfd7b))
+ (fp_line (start -34.29 29.84) (end -18.41 29.84) (layer "F.Fab") (width 0.1) (tstamp ecee3477-ff41-4a3e-8355-a0963b5d128a))
+ (fp_line (start -18.41 41.27) (end -34.29 41.27) (layer "F.Fab") (width 0.1) (tstamp ef5c3c45-78b1-43e0-9b89-a01337eef1fe))
+ (fp_line (start 38.1 0) (end 40.64 2.54) (layer "F.Fab") (width 0.1) (tstamp f9e737a8-aaa4-4b82-8dab-cf1ccc2c4de5))
+ (fp_line (start -27.94 50.8) (end -27.94 -2.54) (layer "F.Fab") (width 0.1) (tstamp fd06b46b-01d0-46c6-a57f-052554ce939d))
+ (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 1 "unconnected-(A1-Pad1)") (pinfunction "NC") (pintype "no_connect") (tstamp aa3f2b72-20be-4c5a-912e-02daa3293da1))
+ (pad "2" thru_hole oval (at 2.54 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 2 "unconnected-(A1-Pad2)") (pinfunction "IOREF") (pintype "output") (tstamp 3aeb1d70-9364-479e-8979-645974f314c4))
+ (pad "3" thru_hole oval (at 5.08 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 3 "unconnected-(A1-Pad3)") (pinfunction "~{RESET}") (pintype "input") (tstamp 56750f13-0e97-4f81-95b4-1a2b447c7920))
+ (pad "4" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 4 "unconnected-(A1-Pad4)") (pinfunction "3V3") (pintype "power_out") (tstamp 3f345fa7-00e4-4610-9020-46f264c4e7e9))
+ (pad "5" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "+5V") (pintype "power_out") (tstamp fd5d93f1-6e0c-4fe1-8775-7495954d9ad0))
+ (pad "6" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e2ef1161-622c-41dd-aa52-b283555f5611))
+ (pad "7" thru_hole oval (at 15.24 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 4dbc1ec6-2f2b-4c9f-8993-aa0b492818dd))
+ (pad "8" thru_hole oval (at 17.78 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 7 "unconnected-(A1-Pad8)") (pinfunction "VIN") (pintype "power_in") (tstamp 957258ab-7f38-45d8-bd72-d360fdb2360f))
+ (pad "9" thru_hole oval (at 22.86 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 8 "POT_ATK") (pinfunction "A0") (pintype "bidirectional") (tstamp 6bc64d00-abc7-4de7-9cb1-9cb8771c3841))
+ (pad "10" thru_hole oval (at 25.4 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 9 "POT_REL") (pinfunction "A1") (pintype "bidirectional") (tstamp 78346e70-6e05-4908-93ab-49e3010859e2))
+ (pad "11" thru_hole oval (at 27.94 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 10 "POT_WAV") (pinfunction "A2") (pintype "bidirectional") (tstamp 405e3491-1bb6-428b-81af-a8e410c94587))
+ (pad "12" thru_hole oval (at 30.48 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 11 "Net-(A1-Pad12)") (pinfunction "A3") (pintype "bidirectional") (tstamp 9d536585-2f1d-4551-af3b-a0a4a6fa8aee))
+ (pad "13" thru_hole oval (at 33.02 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 12 "unconnected-(A1-Pad13)") (pinfunction "SDA/A4") (pintype "bidirectional+no_connect") (tstamp fee8ad19-4814-4c11-a411-676df9d097be))
+ (pad "14" thru_hole oval (at 35.56 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 13 "D_SYNTH") (pinfunction "SCL/A5") (pintype "bidirectional") (tstamp 3d988a07-2f51-4db5-8a14-f8b5d55c9f38))
+ (pad "15" thru_hole oval (at 35.56 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 14 "unconnected-(A1-Pad15)") (pinfunction "D0/RX") (pintype "bidirectional") (tstamp 01485cac-004a-48cb-b19a-47d7d3d5ba23))
+ (pad "16" thru_hole oval (at 33.02 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 15 "unconnected-(A1-Pad16)") (pinfunction "D1/TX") (pintype "bidirectional") (tstamp 1956c8df-94c6-4445-b256-34a1d7d28a4d))
+ (pad "17" thru_hole oval (at 30.48 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 16 "unconnected-(A1-Pad17)") (pinfunction "D2") (pintype "bidirectional") (tstamp f2f4c15a-ff5d-438c-a4cd-199c22955067))
+ (pad "18" thru_hole oval (at 27.94 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 17 "unconnected-(A1-Pad18)") (pinfunction "D3") (pintype "bidirectional") (tstamp 79a8c7f0-65a5-4428-9aef-5a87fd97bddf))
+ (pad "19" thru_hole oval (at 25.4 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 18 "unconnected-(A1-Pad19)") (pinfunction "D4") (pintype "bidirectional") (tstamp bd335a43-f812-4026-ae2f-d676c4fa039d))
+ (pad "20" thru_hole oval (at 22.86 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 19 "unconnected-(A1-Pad20)") (pinfunction "D5") (pintype "bidirectional") (tstamp ca5975d0-5c81-4279-a584-3f8477af0ec1))
+ (pad "21" thru_hole oval (at 20.32 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 20 "unconnected-(A1-Pad21)") (pinfunction "D6") (pintype "bidirectional") (tstamp 81d37173-02cf-463e-b42d-7d2f3a9935bb))
+ (pad "22" thru_hole oval (at 17.78 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 21 "unconnected-(A1-Pad22)") (pinfunction "D7") (pintype "bidirectional") (tstamp 1f3f8e32-4041-419d-bb41-807996b04290))
+ (pad "23" thru_hole oval (at 13.72 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 22 "unconnected-(A1-Pad23)") (pinfunction "D8") (pintype "bidirectional") (tstamp 6df2af11-b565-4e67-af0f-011f218c61c3))
+ (pad "24" thru_hole oval (at 11.18 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 23 "unconnected-(A1-Pad24)") (pinfunction "D9") (pintype "bidirectional") (tstamp 57238907-3578-428b-8e68-421c25350399))
+ (pad "25" thru_hole oval (at 8.64 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 24 "unconnected-(A1-Pad25)") (pinfunction "D10") (pintype "bidirectional") (tstamp 8cf259af-d30a-43ef-9f91-4195c14cd300))
+ (pad "26" thru_hole oval (at 6.1 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 25 "unconnected-(A1-Pad26)") (pinfunction "D11") (pintype "bidirectional") (tstamp 19eec782-990f-4c63-a1d7-a7ef854442ad))
+ (pad "27" thru_hole oval (at 3.56 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 26 "unconnected-(A1-Pad27)") (pinfunction "D12") (pintype "bidirectional") (tstamp 1ede90b2-8c8e-40bd-b2e4-9503f1ee4859))
+ (pad "28" thru_hole oval (at 1.02 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 27 "unconnected-(A1-Pad28)") (pinfunction "D13") (pintype "bidirectional") (tstamp f4a91bb3-c792-4909-b481-5f766c12d04f))
+ (pad "29" thru_hole oval (at -1.52 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e374a0ca-8cd2-459c-921b-1871cb8e4673))
+ (pad "30" thru_hole oval (at -4.06 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 28 "unconnected-(A1-Pad30)") (pinfunction "AREF") (pintype "input") (tstamp ca35c147-ab24-44e7-9c34-89c7bf5a086d))
+ (pad "31" thru_hole oval (at -6.6 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 29 "unconnected-(A1-Pad31)") (pinfunction "SDA/A4") (pintype "bidirectional") (tstamp 7035631a-1651-43d5-b918-d9c226e7e47d))
+ (pad "32" thru_hole oval (at -9.14 48.26) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask)
+ (net 30 "unconnected-(A1-Pad32)") (pinfunction "SCL/A5") (pintype "bidirectional") (tstamp 672a7c5f-21f2-4afc-941e-89b6103cf88b))
+ (model "${KICAD6_3DMODEL_DIR}/Module.3dshapes/Arduino_UNO_R3.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp b87642d6-f03a-411a-bfb3-21fddf48b5ae)
+ (at 341.14 33.33)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/8cd3b491-0fa2-47c8-b02b-01c86d3a8279")
+ (attr through_hole)
+ (fp_text reference "R24" (at 5.08 -2.37) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 11543904-906c-4b2c-b9c7-6b8e1b28b169)
+ )
+ (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 7924d673-38f7-46f2-a702-72b4b4c32c3c)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 3827c66f-dc11-4f08-a7f7-6dfd507be269)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 06e1c0a4-605c-4b63-b14c-d69fcb866d1d))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 0cdce257-716f-4e8d-8878-9517e9dbfcfe))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 3561ef08-7cf2-4e5f-96c4-e72a61d2fc46))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3abbc070-c8ec-443b-af0a-da8480a602c6))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp d5fdb68f-b709-4bfc-90f2-b991af0b6540))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp f11284ab-335b-401c-90d2-a7c515b7d6e6))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 38f68966-7a82-47d2-816b-438a23a56ab7))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7e8ffcea-370c-49c7-a1c6-553c7870f709))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 97d8ac9f-fdaa-4304-b2dc-5bdbc4bf72cf))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 9be526ac-c03b-4265-9410-285135c118f4))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 13eca25e-f5c0-41b2-8988-410cadcf49c5))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 24347be0-5373-4e9e-98ef-ebb4f2461afd))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 2d7ed9ee-4dd9-4754-93d1-314c35e1d9e2))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 8f4ef0b9-f29d-46c7-9734-ada2805ed68f))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 91e7d8a4-683b-422a-a3df-ae5bf76c9435))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp e47a4644-2ae1-4ead-b07f-c9d4f37cbb8f))
+ (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 93 "D_SYNTH_AMPF") (pintype "passive") (tstamp be34510d-c08e-47d4-9b1d-c0ac855873da))
+ (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 94 "Net-(R24-Pad2)") (pintype "passive") (tstamp 5d0de0a5-ba86-476a-a7ef-11424019a5ab))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp bc82e578-14e1-4011-a086-9d9afcdd5aa3)
+ (at 22.925 61.04 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/92944e64-29c7-4439-9703-457cbf39ef1e")
+ (attr through_hole)
+ (fp_text reference "RV1" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 853e1c3b-2bba-495a-b0e5-96fc412d5aa8)
+ )
+ (fp_text value "200" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1f7225be-fc27-45ef-b01b-c3bbbc503d9f)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp ca9432d5-a98b-42b4-8d4f-1d58a9cc323c)
+ )
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 5c87a29d-4023-4fd3-975a-07040a395528))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 5fcef921-3aa0-460e-9fdd-00868c6419f1))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 7eb8d119-23a1-43b0-995d-a9f572cd9239))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 915b7dab-7a0a-46d7-be45-5545593eb525))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp a84c3162-f585-4f06-a332-eb422cf765d6))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp e7bcdd68-fabf-4bbd-aa75-c1144b3be21f))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp eda92985-270f-4ee2-b486-2952cb98542f))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 41fffc8d-fac7-40e9-98d3-6c4edc413051))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 98a5dfe7-233d-435c-bb43-89e12aa7722e))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp e03b7ce7-b45f-4476-8ba6-d43aa5c53747))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp ec8d909c-9a13-44a3-ac39-9a260de11772))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 2e2573c8-7e66-445a-8595-c590516f179d))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 39bcb651-2477-4344-bd94-334ea1698d4e))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 69831a6f-9383-47b4-acbe-5e34df769c40))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 81af6a30-e342-4039-9aa1-86b129106b65))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 2f3efa35-c3e1-45a2-83bc-04184a4ef9cc))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "1") (pintype "passive") (tstamp bb27f4a5-797a-4556-a6e3-9cfade4cd0cc))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 53 "Net-(R1-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 6d1f1a4a-e27c-4bfa-8525-271ae8aeeb83))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 97 "unconnected-(RV1-Pad3)") (pinfunction "3") (pintype "passive") (tstamp c7658ddb-a23b-435d-ad22-644fcabb0387))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp bdb6c00f-bd6a-4f88-a1dd-df6edcfa78c8)
+ (at 152.465 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/00a9a995-aba9-4e6a-81a6-3f0f0f61b17d")
+ (attr through_hole)
+ (fp_text reference "RV18" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 254fef52-1591-42b1-8a2a-501d029eed22)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 0f9cade3-5973-4942-8fbc-b7c9fd5cbf14)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a8f2dacf-2d5a-4a9a-849c-44c9324f121c)
+ )
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 040a438d-493c-45de-bbbf-6a38fc5c5507))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 1dd54a4a-a134-4a63-be69-2a9018394dc9))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 22255efe-43ad-46a6-82c1-db77c61683f1))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 59aa795d-7dbb-4a22-8098-df64ad35eb67))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 8484cacb-6397-4f05-89c7-1cdab9cef5bd))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 9ec0be17-3571-4cfd-83ca-c505602c3be6))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp e985f030-0750-404b-a856-9a1125f87c77))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 22038e08-14cd-44e9-8610-24bfe8a0e2a4))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 8f2a9f1d-6071-4c8d-ae1f-21b0fcea3cbe))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 916d1965-07db-48c8-bedf-2e8e5e82c409))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp ee118592-c8e7-4fc4-b5c4-4eb92109c784))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 150b3231-fb83-4a2d-997f-d93deb493513))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp 1be57307-7819-45b9-9a0d-3d1b841d620e))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 78244fbc-fe72-4222-bdd4-f021b0d23868))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 8bfd8e3b-2a9e-4cf1-85ab-96450b3e9295))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp f2923a13-0a67-4af4-aa0e-d70892b9fce2))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 84 "Net-(R18-Pad1)") (pinfunction "1") (pintype "passive") (tstamp fb03953b-8a5f-4587-8746-542c3bcd0799))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 87 "Net-(R19-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 41921f01-3215-4722-b987-8d400c13a887))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 114 "unconnected-(RV18-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 3fc12abe-1b7a-488c-bb65-d1183f6b867d))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp c887e0b2-8719-4175-8374-c0b0a1ec53a0)
+ (at 30.545 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/82e8b19c-7973-457b-85b4-9ab8198f147f")
+ (attr through_hole)
+ (fp_text reference "RV2" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9fdbf270-09a8-4aae-819a-16497aefd6c3)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp a74fa8ae-2596-4305-9f5e-3af78d7d95b1)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp aa491b0a-ce6d-4aa0-9d2c-629e3ef00070)
+ )
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 1d8ff4ad-528d-4cab-a6b3-3da43144c733))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 212cafcd-196d-4cc5-82be-f70eb9514e4c))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 2bdee148-7fb9-405f-90da-d07db74db017))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 7b53d717-e65a-40a1-9650-fdc7dc241b17))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 8b645229-f6ac-44e1-9c27-80be594b4410))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp c5fc2b3b-c096-4d93-93f6-5570cdffd06a))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp f097545e-529b-4d5d-8a4a-ea6f80c6a3ae))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 8f4889a9-a881-45b3-8a2c-516fdf9adbbf))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 940a7f09-fda9-470c-a998-3916c6c05adf))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp c453d96c-6fe1-416c-a1cb-3af32f928ca7))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp d9ced1c1-521c-4a4e-9897-821c6b4b3c04))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 43c007f0-1eb5-4249-981c-6513966fb483))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp a3247184-f68b-4093-bb7a-eab185a3cd9d))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp bff5f457-2cc3-40a9-ac47-680c066b4faf))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp e07083c5-2af3-499d-90c3-b60d50fb4da5))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp a7f18a9f-a0be-43eb-b2f0-7c83b416fe20))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 52 "Net-(R1-Pad1)") (pinfunction "1") (pintype "passive") (tstamp db6ad8e7-28c9-424e-b808-71c59524e363))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 55 "Net-(R2-Pad2)") (pinfunction "2") (pintype "passive") (tstamp a66bb6d8-7f3d-4a6d-95da-d0142bf1b834))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 98 "unconnected-(RV2-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 0cae8bac-0f03-41ed-afa7-e73eb1ea8ac1))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp cd95a25d-315e-4da2-a594-1f3b464501d9)
+ (at 55.88 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/eeeca4f1-8833-45f8-a89f-9f2bab1d1cdf")
+ (attr through_hole)
+ (fp_text reference "R4" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b4092456-c670-4175-88e9-5f3c9e169614)
+ )
+ (fp_text value "600" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e6149616-d021-45ec-8627-47d72fb2cae2)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 77764113-01f9-4080-be5e-3f5e417724ed)
+ )
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 0ec2a0d5-b8b4-4685-a03b-89098e2c8c1b))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 14dae859-8a5e-4c74-8dd1-33305fc12529))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 19a64ee2-6cf4-43d0-a0c5-06a7840a6055))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 35f3e340-a6fe-4784-b664-5ace10a0695a))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 530e7d80-ee9c-4dd0-a89b-70aebd490dbb))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 93ca95ed-49a7-44de-a499-ff9785129206))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 2a48798e-8979-49fa-9473-c94cc011bec2))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 448978b0-67a6-42f7-a506-dd246d321253))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 854699ca-6c37-49dd-a373-e413abea31ee))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp efeb0491-736e-4858-bfe9-9b280ea164d3))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 2dfe9520-6ff4-40ef-b93f-c324bff9c097))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 6c30a577-8f12-4926-b07c-72223aeb7e3c))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 7a2f8939-870f-4168-b4e6-0c9c1bf69642))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 7d4b3007-700f-4d99-8036-8b2ac9569f47))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 95fcd1d1-df4f-47ac-a374-47c75e2b871a))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp c4aad2e7-86b8-46a0-951c-09b73a664a41))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 58 "Net-(R4-Pad1)") (pintype "passive") (tstamp ec50d394-21ef-44bd-ba83-59c15cd363a3))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 59 "Net-(R4-Pad2)") (pintype "passive") (tstamp 76145854-b834-4ff1-afff-773753e3225a))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp d3e8f429-b280-4098-bf55-cd6bf11b5bc0)
+ (at 144.78 60.96 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/5bb20a01-0a6d-4f27-a7da-b89ff951f0c6")
+ (attr through_hole)
+ (fp_text reference "RV17" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp ef966195-af89-4cc9-adf5-f681834dd3de)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 9599b9ed-7ba0-4f9f-a39d-5b872761149b)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 18acb492-716a-494a-8929-3c7f63cb2f8a)
+ )
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp 03a6a5e6-4ebb-46e5-ac51-49423ce7b71a))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 6eca76e8-64c0-497c-be5b-0f015b63fdc9))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 832f2ebe-661f-4bd6-92dc-9b89c5810828))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 880ee1ea-4832-465f-805e-73afc1eeabdf))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp a8eed9d5-941d-4c89-b477-a6eb3b4a6928))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp d7185d8f-f1ed-43c8-be92-ad06fe24cde5))
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp e9a3ccbe-fd83-4fbb-a791-fdfeaad3fb8e))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 8dd427e9-0bf4-428e-a522-947f1dc402ae))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 917cc7fe-5d29-474a-83dc-e7187a0eec82))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp c1ae887b-f5f3-4c9a-bc82-81e926c31ad0))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp f6229b5a-ae7b-43a8-a639-e4b0ba128e14))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 2cac9ebe-2d47-42d0-a639-f20de2f56b4a))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 89ee8570-1f18-433d-ab8c-acf9a682374d))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp a1c34a4f-a6ae-45ef-971b-570907cd85a2))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp b382a5b9-c703-46fd-a207-351704514ee1))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 45f7a0e9-9a98-43c3-b2f4-e077b5c07a1c))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 82 "Net-(R17-Pad1)") (pinfunction "1") (pintype "passive") (tstamp d3db35ca-1bea-43c0-a96d-01bdf83c9ee1))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 85 "Net-(R18-Pad2)") (pinfunction "2") (pintype "passive") (tstamp bb072008-be4f-44a9-82b5-60ff59916109))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 113 "unconnected-(RV17-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp a41891fb-b44b-4044-ad78-9ecd7aa1abfd))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp e26f73bc-1c2e-46b2-8522-b088f2151d77)
+ (at 63.5 60.96 -90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/2ee55e82-1ec2-4bed-9b11-0ce412253cad")
+ (attr through_hole)
+ (fp_text reference "R5" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1e77d05a-47c6-4779-a271-263f4100b67f)
+ )
+ (fp_text value "790" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp ca8a6f63-ced2-431b-8d67-cde2c87fde26)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp cbe66445-f484-4956-801f-fede2b75f79e)
+ )
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 2559bfb0-db58-4d81-9aed-6ce3593482b1))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 4dda760d-b121-4d11-80fd-1aaed226f6fc))
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 59c3f569-b4ba-42ac-9174-23832c848449))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 9e0b7d56-2e3f-4b77-a4d9-8c8c2862236e))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp a37791e4-c6ce-4872-9812-f35422bc566c))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp a72628da-f0e4-47b4-aa55-a276fe6cc5c1))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 57baca21-7774-42c1-b564-f10162daa785))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 57be74fb-1441-4e9c-8582-eb00aba215c4))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b991e55e-9b2c-4959-b638-6069459be6e1))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp df9e3f95-dfaf-4f80-af20-ed852fde36f4))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 395b8aa2-ac02-424a-8618-e33749ae47b2))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 5a5e12c1-9b8e-4895-b251-403c1eb19c78))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 5b721e0b-27ef-4841-9734-411603e681ff))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 64263d5c-9427-4c92-a73a-afe8e63e20fb))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 80e3ad5d-889e-4a8a-b73e-70274e2b680b))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp f1b89748-9920-492b-9ab1-16214af6d82b))
+ (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 60 "Net-(R5-Pad1)") (pintype "passive") (tstamp 58c11a28-87dd-4b4a-9894-0bc095ef7bbe))
+ (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 61 "Net-(R5-Pad2)") (pintype "passive") (tstamp b123fb0f-6b6a-472a-8d77-e61c4ad512c4))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (layer "F.Cu")
+ (tedit 5A3D4994) (tstamp ec0022a3-b763-4968-bab2-da03f869dff4)
+ (at 167.705 48.34 -90)
+ (descr "Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf")
+ (tags "Potentiometer vertical ACP CA9-V10")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/381438d5-6e27-4c94-8251-0d33f20f33e0")
+ (attr through_hole)
+ (fp_text reference "RV20" (at 5 -8.65 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 3aced4e4-413c-4aff-aa0e-177d93a75f3a)
+ )
+ (fp_text value "50" (at 5 3.65 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e938afcc-6c8e-4a86-9218-dc29902536cf)
+ )
+ (fp_text user "${REFERENCE}" (at 1 -2.5) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 730416ac-8c08-4b10-a109-1404e2248f48)
+ )
+ (fp_line (start -0.12 1.425) (end -0.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 1aa35546-c260-44fd-916b-fbc941c9479d))
+ (fp_line (start -0.12 -7.521) (end 10.12 -7.521) (layer "F.SilkS") (width 0.12) (tstamp 2303f0ca-d89c-4397-886c-f4a3ed8b2ac2))
+ (fp_line (start 10.12 -7.521) (end 10.12 -3.925) (layer "F.SilkS") (width 0.12) (tstamp 4b6fb4b7-2b01-421a-b0e0-44f963d2fe35))
+ (fp_line (start 10.12 -1.075) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp 8b31eaac-3080-41e4-bbac-bd14f53f22e6))
+ (fp_line (start -0.12 -7.521) (end -0.12 -6.426) (layer "F.SilkS") (width 0.12) (tstamp 9d4cdbc3-3a05-4a2d-938e-fbcf7048611b))
+ (fp_line (start -0.12 2.52) (end 10.12 2.52) (layer "F.SilkS") (width 0.12) (tstamp a078bdaf-7ad4-4663-aaa6-7ef9460f6c57))
+ (fp_line (start -0.12 -3.574) (end -0.12 -1.425) (layer "F.SilkS") (width 0.12) (tstamp de9b5f29-8a20-4e57-a3cd-973e0b9635f5))
+ (fp_line (start 11.45 -7.65) (end -1.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 43feac81-ad37-4697-be1f-f0fb1bde3e52))
+ (fp_line (start 11.45 2.7) (end 11.45 -7.65) (layer "F.CrtYd") (width 0.05) (tstamp 44aebeec-fa1d-4eb5-b77c-048839c0346e))
+ (fp_line (start -1.45 -7.65) (end -1.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 853c916f-7828-408d-bc56-93d7b6bc13de))
+ (fp_line (start -1.45 2.7) (end 11.45 2.7) (layer "F.CrtYd") (width 0.05) (tstamp c8e61f9d-88c3-473c-b8d0-563725f7ae15))
+ (fp_line (start 10 2.4) (end 10 -7.4) (layer "F.Fab") (width 0.1) (tstamp 3da70321-df38-494a-8ad3-f9b32809d427))
+ (fp_line (start 0 -7.4) (end 0 2.4) (layer "F.Fab") (width 0.1) (tstamp 6f971801-be0e-40e3-a756-41678e7c754d))
+ (fp_line (start 10 -7.4) (end 0 -7.4) (layer "F.Fab") (width 0.1) (tstamp 923a5cea-0ba5-4b0c-9f62-744a81fd324a))
+ (fp_line (start 0 2.4) (end 10 2.4) (layer "F.Fab") (width 0.1) (tstamp d3e25bb5-51e0-4df1-8b59-c35777578a84))
+ (fp_circle (center 5 -2.5) (end 6.05 -2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 55917954-d96c-48f9-a0dc-f548b24e6cf3))
+ (pad "1" thru_hole circle (at 0 0 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 88 "Net-(R20-Pad1)") (pinfunction "1") (pintype "passive") (tstamp da2ad276-2e89-44d0-84db-4f891312c40c))
+ (pad "2" thru_hole circle (at 10 -2.5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 91 "Net-(R21-Pad2)") (pinfunction "2") (pintype "passive") (tstamp d9764da1-0617-43d4-ad98-fe6a7f5eb019))
+ (pad "3" thru_hole circle (at 0 -5 270) (size 2.34 2.34) (drill 1.3) (layers *.Cu *.Mask)
+ (net 116 "unconnected-(RV20-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 3ea59233-447d-4ae7-bfc0-50685abe8b65))
+ (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_ACP_CA9-V10_Vertical.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Package_DIP:DIP-8_W7.62mm" (layer "F.Cu")
+ (tedit 5A02E8C5) (tstamp ec705384-505f-4603-8625-1542fd0a0c28)
+ (at 374.505 119.195)
+ (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)")
+ (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f554789c-667d-4105-98f7-e4a4acc091b2")
+ (attr through_hole)
+ (fp_text reference "U1" (at 3.81 -2.33) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8124e94f-f891-4493-917c-abb658e9b484)
+ )
+ (fp_text value "NE555P" (at 3.81 9.95) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp bfba8411-6fec-4523-82b9-290433a8e694)
+ )
+ (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1e67cf34-6013-46f2-8d78-3cfded882d0c)
+ )
+ (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 4841094d-a2f3-46a5-bcf1-0dff5bfba736))
+ (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer "F.SilkS") (width 0.12) (tstamp 85f006a6-d069-4dcb-8df9-ceffe3ef126f))
+ (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp ca6c257e-4d78-4804-9e23-8e2ff349bfd8))
+ (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer "F.SilkS") (width 0.12) (tstamp e1d0ed91-a02f-4343-9f48-8163af61cb6e))
+ (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp fc5bf72f-979d-4f33-b2df-76dd06b208f1))
+ (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 6fa33040-e5b7-417b-89d5-4afea7e89d13))
+ (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 1381ec09-df63-4f5e-ab8f-c8612f6d331b))
+ (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer "F.CrtYd") (width 0.05) (tstamp 7f6c4566-a90c-4b24-a3a4-7c0b57ef5f10))
+ (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp a96e4361-d69d-4900-bf9a-01e60c7aafa9))
+ (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer "F.CrtYd") (width 0.05) (tstamp f4fe0dc9-2f19-4a95-9453-288adfe358a2))
+ (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer "F.Fab") (width 0.1) (tstamp 06775ea9-a6e6-4908-b8c3-5eb607f34744))
+ (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer "F.Fab") (width 0.1) (tstamp 869cb403-d8e6-45ae-8592-2c71160b9454))
+ (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 87e9314c-e9ab-4c86-a0e8-1da0807d47e1))
+ (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp fd59aff9-9402-4cae-9b63-98337da0ec88))
+ (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp fe07e156-941d-4d06-a84c-98d3e5e2dc04))
+ (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 6 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 363b6cab-7b3c-40d5-a520-6d268af0a976))
+ (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 42 "Net-(C3-Pad1)") (pinfunction "TR") (pintype "input") (tstamp 977b4f77-0747-4b07-bb54-222df0fc1d95))
+ (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 43 "A_SYNTH") (pinfunction "Q") (pintype "output") (tstamp b876d8d9-5e97-48de-afb4-c0d9323e8b5f))
+ (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "R") (pintype "input") (tstamp 0e9681fd-79c2-47ba-be74-56d9b1948c6c))
+ (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 44 "KB_IN") (pinfunction "CV") (pintype "input") (tstamp b15af70a-8cbf-4b0b-bb3c-008a1e671f2d))
+ (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 42 "Net-(C3-Pad1)") (pinfunction "THR") (pintype "input") (tstamp d9da68a9-f2d1-4425-a74e-6ab89cb3f8c9))
+ (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 45 "unconnected-(U1-Pad7)") (pinfunction "DIS") (pintype "input+no_connect") (tstamp f49fcd9c-8686-4902-8c11-13e0344b8cd1))
+ (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 5 "VCC") (pinfunction "VCC") (pintype "power_in") (tstamp cc161bc5-103e-454f-bc68-ddfa43a9aa07))
+ (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu")
+ (tedit 5AE5139B) (tstamp ef634953-07b1-4270-8563-b065ada35c33)
+ (at 101.665 58.42 90)
+ (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/639282a5-d820-41c2-a24d-1e7571866e15")
+ (attr through_hole)
+ (fp_text reference "R10" (at 5.08 -2.37 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 567c3f17-3990-4ce6-ad80-506a1af2016c)
+ )
+ (fp_text value "1.3k" (at 5.08 2.37 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 6ac77f4f-0425-4edc-9b9a-a070dcd6ce6b)
+ )
+ (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 1281db9b-c79c-4bb6-9a71-621b60e22ce1)
+ )
+ (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 376731ca-0150-42b8-85ed-27f7fcd7122a))
+ (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 4857f10d-18df-4643-8860-452001417f93))
+ (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 6c0ebf80-b468-40b9-a2c0-2ff1ef9f2bab))
+ (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 90a87f33-cb32-452c-affc-386ebab682a3))
+ (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp c3f4905c-b26c-4df7-9ce5-7b1ac8993c93))
+ (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp dfd6675d-4c2b-44c2-b161-80303193ec6b))
+ (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 176b5ae0-cd63-465e-b171-79f1e32aba0d))
+ (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4af041a3-f9b0-47e3-a6d9-29f6b0266613))
+ (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 739609af-b6cd-435e-9508-bf2af1bca4d4))
+ (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp f297c95d-d526-45d5-8df3-33ae870c43cf))
+ (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 28c37e32-cbf9-49df-b0f0-f2327a7cfeed))
+ (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 4c8bf83f-1788-455b-8376-f4dfd6744487))
+ (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 555378be-6f6d-411a-b50e-5bb1c2407303))
+ (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 61694b61-65e9-49fc-b80c-adbad830c0df))
+ (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 91c08a2d-91b1-4509-8b08-c16e82fc7154))
+ (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp b13466c1-a705-455a-9283-5b9d58799e42))
+ (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 70 "Net-(R10-Pad1)") (pintype "passive") (tstamp 23d29486-fd80-4571-af10-ad6f9266d827))
+ (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
+ (net 71 "Net-(R10-Pad2)") (pintype "passive") (tstamp e117ef28-5c52-4d5c-bd4e-b5be24785834))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Package_LCC:PLCC-20" (layer "F.Cu")
+ (tedit 5A02ECC8) (tstamp f333d974-b99c-4bf5-abef-09354cacc60c)
+ (at 366.985 150.305)
+ (descr "PLCC, 20 pins, surface mount")
+ (tags "plcc smt")
+ (property "Sheetfile" "hardware.kicad_sch")
+ (property "Sheetname" "")
+ (path "/6861c69a-2093-46f7-addc-65485166ba0a")
+ (attr smd)
+ (fp_text reference "U3" (at 0 -6.015) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 104bcd73-742e-4c1f-9bf7-0f64c646c2b1)
+ )
+ (fp_text value "LM3914V" (at 0 6.015) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 4e75bb39-7f9c-4c8c-9469-caeb1497b84f)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 95b4498b-b18d-4e60-9d06-56582f56bbde)
+ )
+ (fp_line (start -5.165 -4.015) (end -5.165 -3.515) (layer "F.SilkS") (width 0.1) (tstamp 2606e9cc-4a19-42f8-9df4-2bbf9b6debfd))
+ (fp_line (start -3.515 5.165) (end -5.165 5.165) (layer "F.SilkS") (width 0.1) (tstamp 6efc2272-57bd-4e13-9803-19028687812e))
+ (fp_line (start -4.015 -5.165) (end -5.165 -4.015) (layer "F.SilkS") (width 0.1) (tstamp 7cd152e6-9b67-4de2-aa52-c7c88e4c4ab2))
+ (fp_line (start 3.515 5.165) (end 5.165 5.165) (layer "F.SilkS") (width 0.1) (tstamp 8ea18563-8d92-48ab-81f4-e90c6181f6de))
+ (fp_line (start 3.515 -5.165) (end 5.165 -5.165) (layer "F.SilkS") (width 0.1) (tstamp 8f0b416e-fc69-46ef-b400-75be245bafc5))
+ (fp_line (start -3.515 -5.165) (end -4.015 -5.165) (layer "F.SilkS") (width 0.1) (tstamp be0f2b35-d70a-425b-9b84-c9137bdde778))
+ (fp_line (start 5.165 5.165) (end 5.165 3.515) (layer "F.SilkS") (width 0.1) (tstamp cf815b3a-da6a-4ada-958b-f06faf6be952))
+ (fp_line (start -5.165 5.165) (end -5.165 3.515) (layer "F.SilkS") (width 0.1) (tstamp e8e2a42b-4764-4ddf-83b2-0fc1d04b1100))
+ (fp_line (start 5.165 -5.165) (end 5.165 -3.515) (layer "F.SilkS") (width 0.1) (tstamp f0ed18cf-ada3-42e9-a162-e356cd8a5b45))
+ (fp_line (start 5.5 5.5) (end 5.5 -5.5) (layer "F.CrtYd") (width 0.05) (tstamp ad4c8a11-e2cd-4134-a7af-8af83f3df0d9))
+ (fp_line (start -5.5 -5.5) (end -5.5 5.5) (layer "F.CrtYd") (width 0.05) (tstamp c1c5ca41-32cb-4206-bd9d-7ae085e3bbcf))
+ (fp_line (start -5.5 5.5) (end 5.5 5.5) (layer "F.CrtYd") (width 0.05) (tstamp cc52642a-62bb-4e30-9fac-e5ae44f32413))
+ (fp_line (start 5.5 -5.5) (end -5.5 -5.5) (layer "F.CrtYd") (width 0.05) (tstamp e687bd31-dc20-44a1-a36a-80dce5954cec))
+ (fp_line (start 5.015 5.015) (end 5.015 -5.015) (layer "F.Fab") (width 0.1) (tstamp 003721da-b645-4703-8a1f-33eb61dc1a1e))
+ (fp_line (start -0.5 -5.015) (end 0 -4.015) (layer "F.Fab") (width 0.1) (tstamp 0ca6e8a4-7a1c-42c2-800f-33836ed5bd36))
+ (fp_line (start -4.015 -5.015) (end -5.015 -4.015) (layer "F.Fab") (width 0.1) (tstamp 0cd7cf84-f35d-4b56-b015-61b7817bc01f))
+ (fp_line (start -5.015 -4.015) (end -5.015 5.015) (layer "F.Fab") (width 0.1) (tstamp 5fb43c1b-2bf7-416c-becc-765840a2dd84))
+ (fp_line (start 0 -4.015) (end 0.5 -5.015) (layer "F.Fab") (width 0.1) (tstamp 75c91c15-1e67-4cb7-b807-ac3b64abb649))
+ (fp_line (start -5.015 5.015) (end 5.015 5.015) (layer "F.Fab") (width 0.1) (tstamp 8fbda080-2274-46f6-95b4-bbf3431863ad))
+ (fp_line (start 5.015 -5.015) (end -4.015 -5.015) (layer "F.Fab") (width 0.1) (tstamp efa23eba-2daa-4eaa-a938-a6a302db041e))
+ (pad "1" smd rect (at 0 -4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 41 "Net-(BAR1-Pad20)") (pinfunction "LED1") (pintype "open_collector") (tstamp 6efc368a-1c32-443f-bca9-245d9d50502c))
+ (pad "2" smd rect (at -1.27 -4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 6 "GND") (pinfunction "V-") (pintype "power_in") (tstamp 08a3bc26-0890-4feb-abbd-3f81b6990941))
+ (pad "3" smd rect (at -2.54 -4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 5 "VCC") (pinfunction "V+") (pintype "power_in") (tstamp c0c18a2a-6376-4fa0-9928-c3b0ce3e0e91))
+ (pad "4" smd rect (at -4.0525 -2.54) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 6 "GND") (pinfunction "RLO") (pintype "input") (tstamp 629949bd-00fa-439d-a2c2-2d3830d66639))
+ (pad "5" smd rect (at -4.0525 -1.27) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 46 "AUDIO_OUT") (pinfunction "SIG") (pintype "input") (tstamp a39339b9-a00c-4a8e-bb6e-78f0cad656a5))
+ (pad "6" smd rect (at -4.0525 0) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 47 "unconnected-(U3-Pad6)") (pinfunction "RHI") (pintype "input") (tstamp 04fd1839-8460-4b9f-8a64-b1d1dde7a376))
+ (pad "7" smd rect (at -4.0525 1.27) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 48 "unconnected-(U3-Pad7)") (pinfunction "NC") (pintype "no_connect") (tstamp 1361c7d2-a37c-4b02-b2b9-4dbf5055c042))
+ (pad "8" smd rect (at -4.0525 2.54) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 49 "unconnected-(U3-Pad8)") (pinfunction "REFOUT") (pintype "output") (tstamp 212e6fcf-cc77-4e03-9f14-5fefa6ac803e))
+ (pad "9" smd rect (at -2.54 4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 50 "unconnected-(U3-Pad9)") (pinfunction "NC") (pintype "no_connect") (tstamp 790af814-4c93-4388-ab8b-c6ea2ae31d99))
+ (pad "10" smd rect (at -1.27 4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 51 "unconnected-(U3-Pad10)") (pinfunction "REFADJ") (pintype "input") (tstamp 499cfaec-47e0-4c32-9ced-93b8237036ca))
+ (pad "11" smd rect (at 0 4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 5 "VCC") (pinfunction "MODE") (pintype "input") (tstamp ba561e24-957d-427f-87de-715419008a6b))
+ (pad "12" smd rect (at 1.27 4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 32 "Net-(BAR1-Pad11)") (pinfunction "LED10") (pintype "open_collector") (tstamp ec96b5a5-be40-4905-9321-52185965e2b5))
+ (pad "13" smd rect (at 2.54 4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 33 "Net-(BAR1-Pad12)") (pinfunction "LED9") (pintype "open_collector") (tstamp 7834a4a3-8999-4ec3-9d27-969dab205b4f))
+ (pad "14" smd rect (at 4.0525 2.54) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 34 "Net-(BAR1-Pad13)") (pinfunction "LED8") (pintype "open_collector") (tstamp ed43c84c-c4e3-4242-86e0-960b35e34d6d))
+ (pad "15" smd rect (at 4.0525 1.27) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 35 "Net-(BAR1-Pad14)") (pinfunction "LED7") (pintype "open_collector") (tstamp ce54653e-4463-41fe-adbd-9e0ddc44c74b))
+ (pad "16" smd rect (at 4.0525 0) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 36 "Net-(BAR1-Pad15)") (pinfunction "LED6") (pintype "open_collector") (tstamp 99a6ac3b-48d0-420e-81de-6dadd2b632a0))
+ (pad "17" smd rect (at 4.0525 -1.27) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 37 "Net-(BAR1-Pad16)") (pinfunction "LED5") (pintype "open_collector") (tstamp 2729dd4f-a3e0-4dae-9435-9808feba93c1))
+ (pad "18" smd rect (at 4.0525 -2.54) (size 1.925 0.7) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 38 "Net-(BAR1-Pad17)") (pinfunction "LED4") (pintype "open_collector") (tstamp b3ae9bc1-acb7-4c2b-9285-0527c2947cfa))
+ (pad "19" smd rect (at 2.54 -4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 39 "Net-(BAR1-Pad18)") (pinfunction "LED3") (pintype "open_collector") (tstamp ee3f86ec-4b0a-4011-ba8f-285a3731bd0f))
+ (pad "20" smd rect (at 1.27 -4.0525) (size 0.7 1.925) (layers "F.Cu" "F.Paste" "F.Mask")
+ (net 40 "Net-(BAR1-Pad19)") (pinfunction "LED2") (pintype "open_collector") (tstamp 1bad13be-3203-40ae-a6ae-fdf8b10e17de))
+ (model "${KICAD6_3DMODEL_DIR}/Package_LCC.3dshapes/PLCC-20.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (gr_poly
+ (pts
+ (xy 53.687129 89.708447)
+ (xy 56.133834 92.143621)
+ (xy 57.944968 92.143621)
+ (xy 57.944968 106.269595)
+ (xy 46.590731 106.269595)
+ (xy 46.590731 92.143621)
+ (xy 48.401971 92.143621)
+ (xy 50.848567 89.708447)
+ (xy 50.848567 76.134145)
+ (xy 53.687127 76.134145)
+ (xy 53.687129 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 030cc1ba-6254-4d02-bf03-45c251b7f938))
+ (gr_poly
+ (pts
+ (xy 139.790366 89.708447)
+ (xy 142.237364 92.143621)
+ (xy 144.048514 92.143621)
+ (xy 144.048514 106.269595)
+ (xy 132.693465 106.269595)
+ (xy 132.693465 92.143621)
+ (xy 134.505614 92.143621)
+ (xy 136.951598 89.708447)
+ (xy 136.951598 76.134145)
+ (xy 139.790366 76.134145)
+ (xy 139.790366 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 0bd116f2-d142-469a-b4f2-46602251d8da))
+ (gr_poly
+ (pts
+ (xy 37.601923 89.318422)
+ (xy 35.709616 91.201875)
+ (xy 31.924826 91.201875)
+ (xy 30.032447 89.318422)
+ (xy 30.032447 76.134145)
+ (xy 37.601923 76.134145)
+ (xy 37.601923 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 12939c49-06fb-4ae3-8f34-c97cd0201d4e))
+ (gr_poly
+ (pts
+ (xy 115.189383 89.708447)
+ (xy 117.636069 92.143621)
+ (xy 119.447318 92.143621)
+ (xy 119.447318 106.269595)
+ (xy 108.092971 106.269595)
+ (xy 108.092971 76.134145)
+ (xy 115.189383 76.134145)
+ (xy 115.189383 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 1eb3aed7-c3a8-44ab-8523-673c9a156979))
+ (gr_poly
+ (pts
+ (xy 156.348807 106.269595)
+ (xy 144.994757 106.269595)
+ (xy 144.994757 92.143621)
+ (xy 146.805907 92.143621)
+ (xy 149.251898 89.708447)
+ (xy 149.251898 76.134145)
+ (xy 156.348807 76.134145)
+ (xy 156.348807 106.269595)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 23ddb6fb-fab0-4088-b245-0fc1568962e6))
+ (gr_poly
+ (pts
+ (xy 62.20291 89.318422)
+ (xy 60.310504 91.201875)
+ (xy 56.525687 91.201875)
+ (xy 54.63338 89.318422)
+ (xy 54.63338 76.134145)
+ (xy 62.20291 76.134145)
+ (xy 62.20291 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 24d73c88-10ae-4222-9d3e-27ad60554402))
+ (gr_poly
+ (pts
+ (xy 107.146819 106.269595)
+ (xy 95.792594 106.269595)
+ (xy 95.792594 92.143621)
+ (xy 97.603743 92.143621)
+ (xy 100.050429 89.708447)
+ (xy 100.050429 76.134145)
+ (xy 107.146826 76.134145)
+ (xy 107.146819 106.269595)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 4c1deecf-097a-4ab1-9a10-623d267c2e5d))
+ (gr_poly
+ (pts
+ (xy 70.245459 106.269595)
+ (xy 58.891223 106.269595)
+ (xy 58.891223 92.143621)
+ (xy 60.702464 92.143621)
+ (xy 63.149062 89.708447)
+ (xy 63.149062 76.134145)
+ (xy 70.245459 76.134145)
+ (xy 70.245459 106.269595)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 5848df90-dfd0-48a3-a9f5-11ca4649cb6b))
+ (gr_poly
+ (pts
+ (xy 41.386738 89.708447)
+ (xy 43.833335 92.143621)
+ (xy 45.644574 92.143621)
+ (xy 45.644574 106.269595)
+ (xy 34.290339 106.269595)
+ (xy 34.290339 92.143621)
+ (xy 36.101477 92.143621)
+ (xy 38.548178 89.708447)
+ (xy 38.548178 76.134145)
+ (xy 41.386738 76.134145)
+ (xy 41.386738 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 5c609b81-4259-4f35-a875-c6d6f8e3cf07))
+ (gr_poly
+ (pts
+ (xy 168.649085 106.269595)
+ (xy 157.29505 106.269595)
+ (xy 157.29505 76.134145)
+ (xy 168.649085 76.134145)
+ (xy 168.649085 106.269595)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 6bc52b77-dc16-4fee-817d-daaa3b64d451))
+ (gr_poly
+ (pts
+ (xy 29.086266 89.708447)
+ (xy 31.532905 92.143621)
+ (xy 33.344084 92.143621)
+ (xy 33.344084 106.269595)
+ (xy 21.989846 106.269595)
+ (xy 21.989846 76.134145)
+ (xy 29.086266 76.134145)
+ (xy 29.086266 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 75845f94-0a1c-434b-b442-ed1626d027b4))
+ (gr_poly
+ (pts
+ (xy 90.588507 89.708447)
+ (xy 93.035201 92.143621)
+ (xy 94.84635 92.143621)
+ (xy 94.84635 106.269595)
+ (xy 83.492106 106.269595)
+ (xy 83.492106 92.143621)
+ (xy 85.303347 92.143621)
+ (xy 87.749945 89.708447)
+ (xy 87.749945 76.134145)
+ (xy 90.588507 76.134145)
+ (xy 90.588507 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp 859f76a6-e0ed-48c3-a93f-92a2a1cb5611))
+ (gr_poly
+ (pts
+ (xy 123.705054 89.318422)
+ (xy 121.812743 91.201875)
+ (xy 118.028044 91.201875)
+ (xy 116.135634 89.318422)
+ (xy 116.135634 76.134145)
+ (xy 123.705054 76.134145)
+ (xy 123.705054 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp a5b93700-c324-4f38-9903-cb0a8a23553e))
+ (gr_poly
+ (pts
+ (xy 86.803794 89.318422)
+ (xy 84.911379 91.201875)
+ (xy 81.12667 91.201875)
+ (xy 79.234267 89.318422)
+ (xy 79.234267 76.134145)
+ (xy 86.803794 76.134145)
+ (xy 86.803794 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp a5eb245b-4be7-4f70-b37d-a46c2edf1ea3))
+ (gr_poly
+ (pts
+ (xy 78.288115 89.708447)
+ (xy 80.734709 92.143621)
+ (xy 82.545951 92.143621)
+ (xy 82.545951 106.269595)
+ (xy 71.191615 106.269595)
+ (xy 71.191615 76.134145)
+ (xy 78.288115 76.134145)
+ (xy 78.288115 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp aa85af3b-c898-4528-a583-943154c061f1))
+ (gr_poly
+ (pts
+ (xy 49.902415 89.318422)
+ (xy 48.01001 91.201875)
+ (xy 44.225299 91.201875)
+ (xy 42.33289 89.318422)
+ (xy 42.33289 76.134145)
+ (xy 49.902415 76.134145)
+ (xy 49.902415 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp b07ee025-77dd-4ca8-b907-ab6d1bd319b7))
+ (gr_poly
+ (pts
+ (xy 127.490081 89.708447)
+ (xy 129.936064 92.143621)
+ (xy 131.748221 92.143621)
+ (xy 131.748221 106.269595)
+ (xy 120.393469 106.269595)
+ (xy 120.393469 92.143621)
+ (xy 122.204711 92.143621)
+ (xy 124.651313 89.708447)
+ (xy 124.651313 76.134145)
+ (xy 127.490073 76.134145)
+ (xy 127.490081 89.708447)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp bc2130e9-7b1d-4bff-a54c-886f05910260))
+ (gr_poly
+ (pts
+ (xy 136.005347 89.318422)
+ (xy 134.11283 91.201875)
+ (xy 130.328826 91.201875)
+ (xy 128.436339 89.318422)
+ (xy 128.436339 76.134145)
+ (xy 136.005347 76.134145)
+ (xy 136.005347 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp f2b82a77-94b4-4c26-ae12-424d3ace0f37))
+ (gr_poly
+ (pts
+ (xy 148.305648 89.318422)
+ (xy 146.414138 91.201875)
+ (xy 142.629126 91.201875)
+ (xy 140.736609 89.318422)
+ (xy 140.736609 76.134145)
+ (xy 148.305648 76.134145)
+ (xy 148.305648 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp f9577937-ea66-4d9f-848b-eb70e2f4ae1a))
+ (gr_poly
+ (pts
+ (xy 99.104178 89.318422)
+ (xy 97.211882 91.201875)
+ (xy 93.427062 91.201875)
+ (xy 91.534758 89.318422)
+ (xy 91.534758 76.134145)
+ (xy 99.104178 76.134145)
+ (xy 99.104178 89.318422)
+ ) (layer "F.Cu") (width 0.000003) (fill solid) (tstamp fe6a2b32-40fb-4f02-8be9-349c08dd3277))
+ (gr_rect (start 20.32 17.78) (end 170.32 107.78) (layer "Edge.Cuts") (width 0.2) (fill none) (tstamp f02e7ebf-b592-4593-9892-30a806923c55))
+
+ (group "" (id ed132e08-4ccd-41fc-b0df-93fa46235d4d)
+ (members
+ 030cc1ba-6254-4d02-bf03-45c251b7f938
+ 0bd116f2-d142-469a-b4f2-46602251d8da
+ 12939c49-06fb-4ae3-8f34-c97cd0201d4e
+ 1eb3aed7-c3a8-44ab-8523-673c9a156979
+ 23ddb6fb-fab0-4088-b245-0fc1568962e6
+ 24d73c88-10ae-4222-9d3e-27ad60554402
+ 4c1deecf-097a-4ab1-9a10-623d267c2e5d
+ 5848df90-dfd0-48a3-a9f5-11ca4649cb6b
+ 5c609b81-4259-4f35-a875-c6d6f8e3cf07
+ 6bc52b77-dc16-4fee-817d-daaa3b64d451
+ 75845f94-0a1c-434b-b442-ed1626d027b4
+ 859f76a6-e0ed-48c3-a93f-92a2a1cb5611
+ a5b93700-c324-4f38-9903-cb0a8a23553e
+ a5eb245b-4be7-4f70-b37d-a46c2edf1ea3
+ aa85af3b-c898-4528-a583-943154c061f1
+ b07ee025-77dd-4ca8-b907-ab6d1bd319b7
+ bc2130e9-7b1d-4bff-a54c-886f05910260
+ f2b82a77-94b4-4c26-ae12-424d3ace0f37
+ f9577937-ea66-4d9f-848b-eb70e2f4ae1a
+ fe6a2b32-40fb-4f02-8be9-349c08dd3277
+ )
+ )
)
diff --git a/hardware/hardware.kicad_pro b/hardware/hardware.kicad_pro
index 4972a10..84c8e29 100644
--- a/hardware/hardware.kicad_pro
+++ b/hardware/hardware.kicad_pro
@@ -392,6 +392,15 @@
"version": 1
},
"net_format_name": "",
+ "ngspice": {
+ "fix_include_paths": true,
+ "fix_passive_vals": false,
+ "meta": {
+ "version": 0
+ },
+ "model_mode": 0,
+ "workbook_filename": ""
+ },
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
diff --git a/hardware/hardware.kicad_sch b/hardware/hardware.kicad_sch
index 662aa9c..5f41859 100644
--- a/hardware/hardware.kicad_sch
+++ b/hardware/hardware.kicad_sch
@@ -1132,8 +1132,8 @@
(junction (at 207.645 23.495) (diameter 0) (color 0 0 0 0)
(uuid 0aa9bcb9-91fe-4062-9ff9-0477c09f9275)
)
- (junction (at 94.615 48.895) (diameter 0) (color 0 0 0 0)
- (uuid 17b6228c-2ac9-41db-9e16-1784b2b12a15)
+ (junction (at 121.285 28.575) (diameter 0) (color 0 0 0 0)
+ (uuid 0f0d2089-7eab-467c-85b8-272bb3c58b99)
)
(junction (at 62.865 100.33) (diameter 0) (color 0 0 0 0)
(uuid 18b7182c-5cb7-4f38-a0a0-a25a953e9e14)
@@ -1153,6 +1153,9 @@
(junction (at 156.845 23.495) (diameter 0) (color 0 0 0 0)
(uuid 2e855e7d-ae5d-4843-b6f8-a64676b33426)
)
+ (junction (at 86.995 96.52) (diameter 0) (color 0 0 0 0)
+ (uuid 3044ce5f-d419-4c58-a29a-46a5e9bcabd4)
+ )
(junction (at 62.865 52.07) (diameter 0) (color 0 0 0 0)
(uuid 3132a7ac-0176-4bf8-8e88-2cd87a7dddf0)
)
@@ -1174,8 +1177,8 @@
(junction (at 271.145 23.495) (diameter 0) (color 0 0 0 0)
(uuid 4a3dbccf-46e3-462f-b52f-be90fe4b0aaf)
)
- (junction (at 74.93 60.325) (diameter 0) (color 0 0 0 0)
- (uuid 4f7bea7b-afd6-43bf-907d-967edd81b831)
+ (junction (at 86.995 110.49) (diameter 0) (color 0 0 0 0)
+ (uuid 4fea3d22-0e9c-4ec6-8fed-74dbd8903cf0)
)
(junction (at 62.865 105.41) (diameter 0) (color 0 0 0 0)
(uuid 517a0287-b4a6-4c87-9b40-79864635ed1d)
@@ -1192,12 +1195,15 @@
(junction (at 258.445 23.495) (diameter 0) (color 0 0 0 0)
(uuid 567f9ab1-2a45-4c71-863b-42a64cfc0c88)
)
- (junction (at 84.455 73.66) (diameter 0) (color 0 0 0 0)
- (uuid 6cb4dfb2-450e-4cb6-841a-c317594213ae)
+ (junction (at 95.25 46.99) (diameter 0) (color 0 0 0 0)
+ (uuid 62e050c2-0109-4af3-a8cf-6e73d982de24)
)
(junction (at 233.045 42.545) (diameter 0) (color 0 0 0 0)
(uuid 6e4c3bbe-62c2-47ad-8113-393454701cb9)
)
+ (junction (at 97.155 103.505) (diameter 0) (color 0 0 0 0)
+ (uuid 70f95074-718a-4b3a-882f-b01120a5dff7)
+ )
(junction (at 207.645 42.545) (diameter 0) (color 0 0 0 0)
(uuid 83e56ee6-6181-408d-8f25-10d282b288bd)
)
@@ -1213,15 +1219,15 @@
(junction (at 62.865 113.03) (diameter 0) (color 0 0 0 0)
(uuid a68d23ca-6a33-48a8-928d-b1f887311734)
)
+ (junction (at 85.725 33.655) (diameter 0) (color 0 0 0 0)
+ (uuid a75fa1b7-53ce-42cf-b3c1-04dc3df277ed)
+ )
(junction (at 38.735 127) (diameter 0) (color 0 0 0 0)
(uuid ac931554-88ef-4b39-a1fe-679610aa5a10)
)
(junction (at 245.745 23.495) (diameter 0) (color 0 0 0 0)
(uuid af87a611-f950-4520-becc-e8b363236096)
)
- (junction (at 110.49 65.405) (diameter 0) (color 0 0 0 0)
- (uuid b987ba63-1bac-43e9-a024-6e761b187f15)
- )
(junction (at 62.865 107.95) (diameter 0) (color 0 0 0 0)
(uuid c6e22d49-9512-4317-864e-38873a8baf1b)
)
@@ -1231,12 +1237,15 @@
(junction (at 245.745 42.545) (diameter 0) (color 0 0 0 0)
(uuid d9d51edd-1153-42e2-964d-e921c035d9b5)
)
- (junction (at 110.49 55.245) (diameter 0) (color 0 0 0 0)
- (uuid d9ddb03a-af50-44cf-a5f6-bc1b08c331d8)
- )
(junction (at 166.37 76.835) (diameter 0) (color 0 0 0 0)
(uuid da2ebf08-87ad-443f-9c58-bfbeacb6bb36)
)
+ (junction (at 121.285 38.735) (diameter 0) (color 0 0 0 0)
+ (uuid dbc702b9-c22b-456b-8c86-3e938f4d3d7b)
+ )
+ (junction (at 105.41 22.225) (diameter 0) (color 0 0 0 0)
+ (uuid e00c3f5d-c261-4bde-9c6a-182743b19aa0)
+ )
(junction (at 169.545 23.495) (diameter 0) (color 0 0 0 0)
(uuid e359e3f3-8d00-4c35-848d-35da7412b622)
)
@@ -1261,7 +1270,6 @@
(no_connect (at 274.32 50.165) (uuid 98c5da24-8747-4d24-b5ed-f2a39de04dae))
(no_connect (at 261.62 50.165) (uuid 9ada8f42-556a-4293-b2d6-06dd6efa58a3))
(no_connect (at 236.22 31.115) (uuid b63eac5d-0b42-4e36-ae70-8c87afdf94f3))
- (no_connect (at 107.315 60.325) (uuid bc90e87b-baf8-4a4f-b423-cb484377e674))
(no_connect (at 185.42 50.165) (uuid c1c1aa4c-f336-4230-bcf4-953d664e2b96))
(no_connect (at 160.02 31.115) (uuid c80322fd-5e2b-49f7-8dc4-982c9e33cd94))
(no_connect (at 261.62 31.115) (uuid cae64f3a-83fb-4d6e-8809-e398576d0ee5))
@@ -1270,12 +1278,13 @@
(no_connect (at 185.42 31.115) (uuid d2bb230c-34ea-48f9-9bc7-50483c580fbf))
(no_connect (at 172.72 31.115) (uuid dcc552e9-a6c3-4269-82f6-8a2e227accb3))
(no_connect (at 198.12 31.115) (uuid ea426349-77cb-45ea-8697-b0ef646e9761))
+ (no_connect (at 118.11 33.655) (uuid ecea9562-3834-4f9c-8b72-194e1119dc17))
(no_connect (at 210.82 31.115) (uuid f7656b98-6811-4089-929a-3fd602fc6af4))
(no_connect (at 210.82 50.165) (uuid fc56a059-2178-4392-9bf9-4210ce27d228))
- (wire (pts (xy 78.74 55.245) (xy 81.915 55.245))
+ (wire (pts (xy 89.535 28.575) (xy 92.71 28.575))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 01ad57e6-f708-42e4-b24b-06367429fb6f)
+ (uuid 00235abb-ef98-4d01-b725-a9a7410c9b87)
)
(wire (pts (xy 182.245 50.165) (xy 182.245 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1290,6 +1299,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 05a40610-bab5-46ba-a9e3-92484a4a44de)
)
+ (wire (pts (xy 121.285 29.845) (xy 121.285 28.575))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 06a06b89-a166-43c0-8bcc-f88dbc9f2fea)
+ )
(wire (pts (xy 215.265 42.545) (xy 215.265 46.355))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0816419d-2017-4af1-b68b-bfad83889ab3)
@@ -1302,9 +1315,9 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0ba4570f-e4b1-409a-82d7-f14fc3a500d0)
)
- (wire (pts (xy 135.89 23.495) (xy 137.16 23.495))
+ (wire (pts (xy 85.725 33.655) (xy 92.71 33.655))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 0e3cff0e-948f-4d83-b049-d28febe5d9e3)
+ (uuid 0c37d1df-8c66-40c5-a055-57aa67f500ef)
)
(wire (pts (xy 51.435 100.33) (xy 48.895 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1314,11 +1327,23 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1127a91a-9357-48c4-aa69-0d89a0d83d9e)
)
+ (polyline (pts (xy 111.76 61.595) (xy 111.76 88.9))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 12027d9c-0f1e-4c18-a1b8-f862f8c90f0f)
+ )
(polyline (pts (xy 140.335 57.785) (xy 285.115 57.785))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 129d3fb3-0389-4e04-a773-a07cf06ffb33)
)
+ (polyline (pts (xy 66.04 61.595) (xy 140.335 61.595))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 140058e3-f5f1-4891-9f16-139c61f267cb)
+ )
+ (wire (pts (xy 86.995 96.52) (xy 88.265 96.52))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 1471d229-f100-441a-986a-ccdec4aed63d)
+ )
(wire (pts (xy 229.87 23.495) (xy 227.965 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 16185abe-89cc-4b4d-8d66-6bb9585c931f)
@@ -1352,18 +1377,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1aed36be-3233-407d-ba90-10ef82845004)
)
- (wire (pts (xy 110.49 55.245) (xy 116.84 55.245))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1b1fb833-4932-4ca0-b46b-651ddee809fe)
- )
(wire (pts (xy 280.67 31.115) (xy 280.67 32.385))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1c162d1a-a316-4d4d-b145-a82082176b74)
)
- (wire (pts (xy 74.93 57.785) (xy 74.93 60.325))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1c9be004-14eb-4514-8aba-5453b618cfa9)
- )
(wire (pts (xy 28.575 74.295) (xy 26.035 74.295))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1d63ba5a-671a-4ee7-a188-83c2a30d489f)
@@ -1384,13 +1401,17 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 24d2a6ff-0d9d-4e45-b537-9c50307c11dc)
)
+ (wire (pts (xy 85.725 96.52) (xy 86.995 96.52))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 2636cd5d-2e0b-44ad-9671-c8d32fd81ce8)
+ )
(wire (pts (xy 242.57 31.115) (xy 245.745 31.115))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 273429d9-ba8c-49f6-bb1d-49e82d6763fb)
)
- (wire (pts (xy 78.74 55.245) (xy 78.74 73.66))
+ (wire (pts (xy 90.805 100.965) (xy 92.075 100.965))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 296a46eb-b601-414b-b9dc-5eed43081eff)
+ (uuid 28e04c6f-49a3-44d8-a7d2-1dd29f963fae)
)
(wire (pts (xy 154.94 67.945) (xy 154.94 69.215))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1404,14 +1425,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2ce63430-abdc-412d-8a53-9cb95b473de0)
)
- (wire (pts (xy 94.615 47.625) (xy 94.615 48.895))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 2d8be8dc-ef7d-4327-82e3-f514cd5b1346)
- )
- (wire (pts (xy 92.71 24.765) (xy 92.71 23.495))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 2ddd2b51-c056-4169-b6a6-23340e4fe354)
- )
(wire (pts (xy 253.365 23.495) (xy 253.365 27.305))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2e589bdb-984e-4ac6-8a03-aece1eb90b6b)
@@ -1461,9 +1474,9 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3b971ae3-6611-4c02-829f-0dc5598fca00)
)
- (wire (pts (xy 78.105 23.495) (xy 78.105 24.765))
+ (wire (pts (xy 93.98 73.025) (xy 92.71 73.025))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 3d0c09c7-e38a-4a00-b942-2fdbe1f6dbf2)
+ (uuid 3c41cbd6-a157-4677-95fb-3dcb00e63628)
)
(wire (pts (xy 182.245 42.545) (xy 185.42 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1477,6 +1490,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3fd3d7da-4e1e-411a-9e60-9ca1374850c7)
)
+ (wire (pts (xy 79.375 73.025) (xy 79.375 74.295))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 413ed2ad-bd97-4c0d-9d65-9fd24c3213ef)
+ )
(wire (pts (xy 177.165 23.495) (xy 177.165 27.305))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 43d9b997-6d6f-4274-937c-cee72b7efd9b)
@@ -1506,9 +1523,9 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4779659d-a8b0-4656-8600-bc668d9f901d)
)
- (wire (pts (xy 107.315 23.495) (xy 107.315 24.765))
+ (wire (pts (xy 105.41 22.225) (xy 105.41 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 49c1c4f0-cf9a-4997-982f-1293c7f8c3d1)
+ (uuid 4ae79a3c-bb6c-4cf9-ac8c-a8a78b5e6383)
)
(wire (pts (xy 258.445 42.545) (xy 261.62 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1534,6 +1551,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4fca5086-5774-4be5-bf6a-438845f88dfd)
)
+ (wire (pts (xy 118.11 28.575) (xy 121.285 28.575))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 4feb73de-f4cf-43d2-9a0a-a4ab59b35281)
+ )
(wire (pts (xy 207.645 23.495) (xy 210.82 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 506c4e8b-1520-43c9-a654-68ad80180492)
@@ -1596,6 +1617,11 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5d80b180-4ecf-4a85-8ca5-c3e3c5be25d8)
)
+ (polyline (pts (xy 111.76 88.9) (xy 66.04 88.9))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 5e297f00-b968-45d2-b863-c2e3ae8f13b7)
+ )
+
(wire (pts (xy 267.97 31.115) (xy 271.145 31.115))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5e564093-5c82-4c83-82a7-c3894ece4b06)
@@ -1616,10 +1642,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 618e5655-7c34-400a-8d0f-68de675552e2)
)
- (wire (pts (xy 107.315 55.245) (xy 110.49 55.245))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 622bc135-478b-4e12-a39b-0490024a99ae)
- )
(wire (pts (xy 27.305 100.33) (xy 28.575 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 62852df2-a9ae-4d57-8946-a66ebe568623)
@@ -1640,11 +1662,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6530d1a9-025e-4f6c-bf1a-0e6830140927)
)
- (polyline (pts (xy 66.04 12.065) (xy 110.49 12.065))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 663ce3b2-b42a-4f0d-8b63-8b0f7e6e371f)
- )
-
(wire (pts (xy 242.57 42.545) (xy 240.665 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 666f0074-b2b3-486b-a2fa-5963abc40958)
@@ -1653,10 +1670,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6675ea75-8b36-4d1e-98ac-10ebac2b3170)
)
- (wire (pts (xy 110.49 65.405) (xy 107.315 65.405))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 67a80ef5-141e-4934-b264-deeff2c3fb5e)
- )
(wire (pts (xy 220.345 42.545) (xy 223.52 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 67ef4312-589b-4a45-b19c-6d96d1a24f19)
@@ -1685,6 +1698,11 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 69bb94bb-043b-421b-aa67-fab76c96e41f)
)
+ (polyline (pts (xy 111.76 116.84) (xy 66.04 116.84))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 69fbc66f-128f-4141-9a6d-01da30623e7b)
+ )
+
(wire (pts (xy 191.77 23.495) (xy 189.865 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6a37856b-6f97-47d2-9f53-93034a32b7fa)
@@ -1701,10 +1719,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6d678b7d-68bf-4165-abbd-b10a0e9eb823)
)
- (wire (pts (xy 78.74 73.66) (xy 84.455 73.66))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6d895bf3-f073-4e43-bd49-0ab6c8105413)
- )
(wire (pts (xy 62.865 102.87) (xy 62.865 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6ed23b9f-f8b6-4c1f-8128-a6e0d1032337)
@@ -1757,6 +1771,15 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ac1d974-4c4f-4a9f-9fa3-8448341ac098)
)
+ (polyline (pts (xy 66.04 12.065) (xy 140.335 12.065))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7b12f13d-2e99-45a7-85ea-330eaeea3be5)
+ )
+
+ (wire (pts (xy 121.285 38.735) (xy 118.11 38.735))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7cb78e00-b56b-4512-a305-82284d7b49e4)
+ )
(wire (pts (xy 62.865 110.49) (xy 61.595 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ccf4262-ef5b-4fda-ba3c-a3f3bd0417ad)
@@ -1765,9 +1788,9 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7d338515-d03d-40d7-9ff5-e83de776774c)
)
- (wire (pts (xy 94.615 48.895) (xy 94.615 50.165))
+ (wire (pts (xy 121.285 28.575) (xy 127.635 28.575))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 7d578fcd-e84c-4b98-8848-993dfc1b2cf2)
+ (uuid 7e2e87ca-e3e0-4998-a435-0001b4d1a5d0)
)
(wire (pts (xy 177.165 27.305) (xy 176.53 27.305))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1781,6 +1804,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ed8b7b5-10c6-4f36-a702-5ae09b17d4a8)
)
+ (wire (pts (xy 97.155 110.49) (xy 95.885 110.49))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 7ef6b4b4-5840-405b-bf96-cdb17a805b7c)
+ )
(wire (pts (xy 189.865 23.495) (xy 189.865 27.305))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 81879a59-c15c-4f11-afb5-525f453c2e4e)
@@ -1789,10 +1816,18 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 83a5e609-e4cf-44df-958a-cd109a698f03)
)
+ (wire (pts (xy 108.585 73.025) (xy 108.585 74.295))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8415fb44-de71-4cbc-9133-9df37162e986)
+ )
(wire (pts (xy 191.77 42.545) (xy 189.865 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 850a0590-5808-4bc5-be66-34ddeca55d01)
)
+ (wire (pts (xy 105.41 20.955) (xy 105.41 22.225))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 8585e6e4-6003-49ff-9be0-64295afada56)
+ )
(wire (pts (xy 242.57 50.165) (xy 245.745 50.165))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 86e9b42a-a8d6-414f-8b16-d94f8095a63d)
@@ -1809,10 +1844,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8947317b-260b-442e-b0a7-9361e180a0c4)
)
- (wire (pts (xy 76.835 23.495) (xy 78.105 23.495))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 8962e7ad-2cf5-4b48-92f6-f7dc23843804)
- )
(wire (pts (xy 253.365 42.545) (xy 253.365 46.355))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8971dfff-79ec-4d09-9435-5123e6f0bbf9)
@@ -1829,22 +1860,18 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8b44427d-2a63-4fc7-bf2d-dbb9579007a9)
)
- (polyline (pts (xy 140.335 88.265) (xy 140.335 92.075))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 8c5b2393-8b0c-4d50-b444-a29b9a69d3ad)
- )
-
(wire (pts (xy 151.765 27.305) (xy 151.13 27.305))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8eb11fae-6966-4be1-a8fb-f4a9ce3b5de5)
)
- (wire (pts (xy 38.735 127) (xy 38.735 129.54))
+ (polyline (pts (xy 111.76 88.9) (xy 111.76 116.84))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 903327ba-8d74-4b98-a190-e9183a3157bb)
+ (uuid 8fb60ad1-d672-4b67-abcf-d16c94e2be43)
)
- (polyline (pts (xy 110.49 39.37) (xy 66.04 39.37))
+
+ (wire (pts (xy 38.735 127) (xy 38.735 129.54))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 91021035-058e-41f1-be13-067413783e6a)
+ (uuid 903327ba-8d74-4b98-a190-e9183a3157bb)
)
(polyline (pts (xy 66.04 12.065) (xy 66.04 39.37))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1871,15 +1898,18 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9788d034-3de4-4e59-b5fe-675981e0092b)
)
+ (wire (pts (xy 121.285 38.735) (xy 121.285 46.99))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 9809d68c-9d20-4156-9130-5d89bd55c44f)
+ )
(wire (pts (xy 194.945 31.115) (xy 194.945 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 98bc2700-29c6-41df-b091-16ec36a66e88)
)
- (polyline (pts (xy 140.335 39.37) (xy 140.335 12.065))
+ (wire (pts (xy 121.285 37.465) (xy 121.285 38.735))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 997775b2-a1f2-4992-9a16-366622d0bbd0)
+ (uuid 98d191c8-54e5-4218-949e-93d6c9f0649c)
)
-
(wire (pts (xy 177.165 46.355) (xy 176.53 46.355))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9a5121a8-b503-4e57-916a-020e94bcedf3)
@@ -1912,19 +1942,14 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9fc8318a-ed02-4bb1-b414-beb952716020)
)
- (wire (pts (xy 106.045 23.495) (xy 107.315 23.495))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 9fcefa51-bdc7-4659-a05d-e58513b2152d)
- )
(wire (pts (xy 240.665 23.495) (xy 240.665 27.305))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a0bcbfb1-5347-42a8-83f8-ca057870aec6)
)
- (polyline (pts (xy 110.49 39.37) (xy 140.335 39.37))
+ (wire (pts (xy 107.315 73.025) (xy 108.585 73.025))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a159e50c-1b12-4b7a-8b74-0591a0815ab3)
+ (uuid a1c4e8cd-207e-42eb-a8c2-7d09a891d7e5)
)
-
(wire (pts (xy 227.965 42.545) (xy 227.965 46.355))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a1e9ebd4-6a90-4d23-9110-6a99c89f6a5b)
@@ -1941,10 +1966,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a64ba1bf-208f-428a-918f-021e5d8d32e7)
)
- (wire (pts (xy 74.93 60.325) (xy 81.915 60.325))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a7ea523d-4de9-4af4-937d-94529abacdae)
- )
(wire (pts (xy 51.435 97.79) (xy 48.895 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a8a86a6d-18bc-4320-9a0d-54f4650b6780)
@@ -1962,13 +1983,21 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid aa6d844e-0684-4bbc-a384-fb5ffbeda217)
)
+ (wire (pts (xy 86.995 96.52) (xy 86.995 97.155))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid aafb9083-314f-45e8-a8fb-2f0c4e2d22a0)
+ )
+ (wire (pts (xy 89.535 46.99) (xy 95.25 46.99))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid acf647dd-347b-4729-8b53-5b4d177e8d21)
+ )
(wire (pts (xy 26.035 120.65) (xy 28.575 120.65))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b113c840-43a2-4125-91cc-8e19bda5cda8)
)
- (wire (pts (xy 92.71 23.495) (xy 91.44 23.495))
+ (wire (pts (xy 95.25 46.99) (xy 121.285 46.99))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b17c6209-2716-496e-a85f-8216d02fb115)
+ (uuid b1d7a28d-7369-4387-ab08-39df99bec340)
)
(wire (pts (xy 153.67 32.385) (xy 153.67 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1978,6 +2007,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b33b987c-ed29-4f73-89ff-9fb8576a5f0b)
)
+ (wire (pts (xy 97.155 96.52) (xy 97.155 103.505))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid b3a716bc-42e9-408e-8c8f-e8012142ddb1)
+ )
(wire (pts (xy 255.27 23.495) (xy 253.365 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b3f2892f-13dc-40e3-bc5a-0b7158da63b8)
@@ -1986,11 +2019,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b53863b8-843b-4539-9f03-78bba4678030)
)
- (polyline (pts (xy 140.335 57.785) (xy 140.335 88.265))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b56c6f63-0a64-4f92-811e-28220af3a872)
- )
-
(wire (pts (xy 189.865 46.355) (xy 189.23 46.355))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b6454ea5-8d63-497d-b7b5-5eb326f8d1fb)
@@ -2003,15 +2031,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b878e2e6-3baa-430d-99fa-57ebb4e35612)
)
- (wire (pts (xy 122.555 23.495) (xy 122.555 24.765))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b8c8af66-c222-4ce3-8088-1ad9061dd66d)
- )
- (polyline (pts (xy 128.905 88.265) (xy 128.905 39.37))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b989462d-8dda-4afa-be2c-c0dc464aae09)
- )
-
(wire (pts (xy 255.27 42.545) (xy 253.365 42.545))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b9bd49b3-7a42-4bc6-b908-2473643f495b)
@@ -2024,14 +2043,9 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bc963c53-639d-4010-b5f2-240b3ece2447)
)
- (polyline (pts (xy 140.335 12.065) (xy 110.49 12.065))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid be38a982-c76e-4779-a8f1-57e7e9885c21)
- )
-
- (wire (pts (xy 121.285 23.495) (xy 122.555 23.495))
+ (wire (pts (xy 86.995 110.49) (xy 85.725 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid be49ee74-7dc0-47f2-81fb-4f0b5bc8e7ca)
+ (uuid bcb4b783-babf-49c1-ad91-37cfbc8320bb)
)
(wire (pts (xy 62.865 113.03) (xy 61.595 113.03))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -2041,6 +2055,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bfeeba2f-39ef-48db-8b79-d44c1916bcce)
)
+ (wire (pts (xy 95.885 96.52) (xy 97.155 96.52))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c155a863-8966-4493-a9c6-e259555f4306)
+ )
(wire (pts (xy 255.27 50.165) (xy 258.445 50.165))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c1ad01f0-3613-4c08-87b2-87c131715d41)
@@ -2058,35 +2076,47 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c889331e-6a3d-490b-bc3c-b34816930862)
)
+ (wire (pts (xy 93.98 74.295) (xy 93.98 73.025))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c9c2d8a6-a6bf-4a73-9d06-62bf8a5cb586)
+ )
(wire (pts (xy 62.865 115.57) (xy 61.595 115.57))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid cb32204c-3359-4c0f-8e05-f97d28729d32)
)
- (wire (pts (xy 110.49 56.515) (xy 110.49 55.245))
+ (wire (pts (xy 89.535 28.575) (xy 89.535 46.99))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ccf733bc-7222-4dc3-96d7-6240d526706b)
+ (uuid cbf723c2-0a01-483b-a6c6-c7a8542ba3ab)
)
(wire (pts (xy 38.735 54.61) (xy 41.275 54.61))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ce4ba6fd-3071-4764-967a-ee436749fde0)
)
- (polyline (pts (xy 140.335 39.37) (xy 140.335 57.785))
+ (wire (pts (xy 86.995 104.775) (xy 86.995 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ce505ddc-1f15-43c2-b3b1-81ffbd072d04)
+ (uuid d16a97a9-ff1e-4b56-a923-2f0b8b3df676)
)
- (polyline (pts (xy 66.04 88.265) (xy 128.905 88.265))
+ (wire (pts (xy 164.465 46.355) (xy 163.83 46.355))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid d3153779-0b1b-48a1-90ae-41b7e27815b8)
+ )
+ (polyline (pts (xy 140.335 12.065) (xy 140.335 92.075))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid cfab652e-6d3e-4447-a0b6-69ec7a099b92)
+ (uuid d558ba63-9247-48b8-9d54-2c53e59822db)
)
- (wire (pts (xy 164.465 46.355) (xy 163.83 46.355))
+ (wire (pts (xy 86.995 110.49) (xy 88.265 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d3153779-0b1b-48a1-90ae-41b7e27815b8)
+ (uuid d97a62e1-189c-4f84-9411-88cf6c1c9d3f)
)
(wire (pts (xy 229.87 31.115) (xy 233.045 31.115))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid da2abf42-e6c8-40d1-8d15-162bf0dd7d67)
)
+ (wire (pts (xy 97.155 103.505) (xy 97.155 110.49))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid da886986-4cac-4e41-a77b-b2cb7c3e895b)
+ )
(wire (pts (xy 233.045 31.115) (xy 233.045 23.495))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid da91fa29-429e-42d2-bb7e-1b19b305ed51)
@@ -2129,9 +2159,9 @@
(uuid e1179c99-4044-412e-abee-2477618ed6b6)
)
- (wire (pts (xy 84.455 73.66) (xy 110.49 73.66))
+ (wire (pts (xy 97.155 103.505) (xy 99.06 103.505))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid e3a30c05-236c-481d-9e7b-6b84b37ed2ae)
+ (uuid e161142c-3832-41e1-a359-84844ba17ddb)
)
(wire (pts (xy 62.865 107.95) (xy 62.865 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -2206,26 +2236,17 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f3f2eba8-308e-4a15-a483-cd7695c0cfaf)
)
- (wire (pts (xy 110.49 64.135) (xy 110.49 65.405))
+ (wire (pts (xy 80.01 33.655) (xy 85.725 33.655))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f505cb4c-ec9b-4a10-bd2f-5ff2b8638b13)
- )
- (wire (pts (xy 137.16 23.495) (xy 137.16 24.765))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f655ec0d-1b8b-4a61-a558-2de8b61d8ce5)
+ (uuid f7590e46-a981-42cf-921a-10ed3ad95047)
)
(wire (pts (xy 62.865 107.95) (xy 61.595 107.95))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f855947b-ac88-45da-bc32-f7e5773d0449)
)
- (polyline (pts (xy 110.49 12.065) (xy 110.49 39.37))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f8f13031-c4de-4e61-a9ff-3ebb3d109358)
- )
-
- (wire (pts (xy 110.49 65.405) (xy 110.49 73.66))
+ (wire (pts (xy 78.105 73.025) (xy 79.375 73.025))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid fc0b0dc4-f716-4ca2-bb0c-22afba5aeff1)
+ (uuid fb81bcb2-26d4-495a-a97a-504a52f05b3f)
)
(polyline (pts (xy 12.065 12.065) (xy 12.065 81.915))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -2245,11 +2266,15 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 24802cbe-1fad-44e1-8842-013dffff68ba)
)
- (text "555 vco" (at 127.635 86.995 180)
+ (text "555 vco" (at 139.065 60.325 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
- (uuid 3db76c4c-cfdf-4990-a42c-9431fc17f29e)
+ (uuid 3a2bdda1-108f-4298-b11e-094361a4b8fb)
)
- (text "TODO:\n- audio versterker afmaken\n- mixer\n- vu meter\n- aan/uit knop\n- stroom voorzieningen\n- stylus verbindingen"
+ (text "analog arduino input knobs" (at 67.31 87.63 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 4699488d-5eeb-4cc0-9023-ec23fd446ff9)
+ )
+ (text "TODO:\n- audio versterker afmaken\n- vu meter\n- aan/uit knop\n- stroom voorzieningen\n- stylus verbindingen\n- overbodig veel potmeters weghalen\n- peak detector voor lm3914 vu meter"
(at 13.97 196.215 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 5b52a86e-16dc-451d-99a6-9b6ee7561576)
@@ -2266,23 +2291,26 @@
(effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify right bottom))
(uuid af60971b-c329-45d4-8751-d97c1536909b)
)
+ (text "mixer\n" (at 67.31 115.57 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid bb720018-2bf0-44d4-9803-9baca09bdc76)
+ )
(text "WIP" (at 22.225 114.935 180)
(effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify right bottom))
(uuid be7484c5-2ca5-44df-b631-1ffb586beacc)
)
- (text "other analog input knobs" (at 111.76 38.1 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid cfaae505-6afd-4400-ad7f-e6e84cb3e026)
- )
- (text "analog arduino input knobs" (at 67.31 38.1 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid e681df62-d41e-4f17-b2e9-7b3665eb7d10)
- )
(text "weerstandsladder (keyboard)" (at 141.605 56.515 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid eb6c0baa-d96c-4dc5-9a51-2850906e3ab3)
)
+ (global_label "POT_ATK" (shape output) (at 79.375 74.295 270) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid 17875c8c-8727-42c5-8872-c4d3b4705644)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 79.2956 84.57 90)
+ (effects (font (size 1.27 1.27)) (justify right) hide)
+ )
+ )
(global_label "POT_REL" (shape input) (at 41.275 46.99 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1dce7b9d-4f2a-4eaf-92bf-fbc13310290c)
@@ -2290,27 +2318,13 @@
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
- (global_label "KB_IN" (shape input) (at 74.93 57.785 90) (fields_autoplaced)
+ (global_label "A_SYNTH" (shape output) (at 127.635 28.575 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
- (uuid 31017bdd-919c-4c23-bf9a-405cb0184c27)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 75.0094 49.929 90)
+ (uuid 2a994272-3e06-4833-9268-fcbf8bce6a08)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 138.031 28.4956 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
- (global_label "POT_WAV" (shape output) (at 107.315 24.765 270) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 4131e493-fd85-4780-9149-7044c901e974)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 107.2356 35.3424 90)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "POT_ATK" (shape output) (at 78.105 24.765 270) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 451ab36f-6caa-4aec-8bf6-8cd617dfe2bc)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 78.0256 35.04 90)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
(global_label "AUDIO_OUT" (shape input) (at 27.305 100.33 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 47077086-8c90-4979-afe6-b512ecdddbc8)
@@ -2339,13 +2353,20 @@
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
- (global_label "POT_REL" (shape output) (at 92.71 24.765 270) (fields_autoplaced)
+ (global_label "A_SYNTH" (shape input) (at 78.105 110.49 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
- (uuid 9d5d6304-dc42-4a50-a223-78675b49bb36)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 92.6306 35.161 90)
+ (uuid 77fbec0c-38d6-4731-ae1c-d577d3c1cc17)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 67.709 110.4106 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
+ (global_label "PRE_AMP" (shape input) (at 99.06 103.505 0) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify left))
+ (uuid 95f48b5c-db0a-4376-aa99-0de539f5a372)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 109.9398 103.4256 0)
+ (effects (font (size 1.27 1.27)) (justify left) hide)
+ )
+ )
(global_label "KB_IN" (shape input) (at 62.865 50.165 90) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid a23c704e-cf1d-4079-ad48-e433a8ff6f02)
@@ -2353,13 +2374,6 @@
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
- (global_label "POT_VOL" (shape output) (at 122.555 24.765 270) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid aadb54f0-2307-47c4-b00d-c6af76565703)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 122.4756 35.161 90)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
(global_label "POT_WAV" (shape input) (at 41.275 49.53 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid abcba4f1-6f59-48a1-8ae5-91c9b3b973a4)
@@ -2367,6 +2381,13 @@
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
+ (global_label "KB_IN" (shape input) (at 80.01 33.655 180) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid acc82563-2b77-4131-8be9-cff7854e8099)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 72.154 33.5756 0)
+ (effects (font (size 1.27 1.27)) (justify right) hide)
+ )
+ )
(global_label "D_SYNTH" (shape output) (at 41.275 57.15 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid b817450e-6b27-4189-817d-6368469ba5d9)
@@ -2381,31 +2402,38 @@
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
- (global_label "POT_MIX" (shape output) (at 137.16 24.765 270) (fields_autoplaced)
+ (global_label "POT_WAV" (shape output) (at 108.585 74.295 270) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
- (uuid d3470fe2-7018-4256-94da-c84c5f6d947b)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 137.0806 34.9795 90)
+ (uuid c61318d9-11c6-4932-9e6d-03ca4bb14172)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 108.5056 84.8724 90)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
- (global_label "A_SYNTH" (shape output) (at 116.84 55.245 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid d7e2967d-1397-4200-b527-421166aa8d0e)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 127.236 55.1656 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
+ (global_label "D_SYNTH" (shape input) (at 78.105 96.52 180) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid e1b55491-8218-474e-ae8a-fb367ee16fd0)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 67.5276 96.4406 0)
+ (effects (font (size 1.27 1.27)) (justify right) hide)
+ )
+ )
+ (global_label "POT_REL" (shape output) (at 93.98 74.295 270) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid fa358aac-0515-46de-acef-23f4908766c7)
+ (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 93.9006 84.691 90)
+ (effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(symbol (lib_id "Device:R_Potentiometer") (at 236.22 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00a9a995-aba9-4e6a-81a6-3f0f0f61b17d)
- (property "Reference" "RV23" (id 0) (at 236.22 40.005 0)
+ (property "Reference" "RV18" (id 0) (at 236.22 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 236.22 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 236.22 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 236.22 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 236.22 46.355 0)
@@ -2419,13 +2447,13 @@
(symbol (lib_id "Device:R") (at 242.57 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 01714edc-afe1-48ef-ba19-d40531404405)
- (property "Reference" "R18" (id 0) (at 242.57 40.005 0)
+ (property "Reference" "R19" (id 0) (at 242.57 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "2.24k" (id 1) (at 242.57 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 244.348 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 244.348 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 242.57 46.355 0)
@@ -2444,7 +2472,7 @@
(property "Value" "1.41k" (id 1) (at 280.67 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 282.448 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 282.448 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 280.67 27.305 0)
@@ -2457,13 +2485,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 185.42 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 030cba65-ab15-4548-a3dc-efa61426e9d8)
- (property "Reference" "RV19" (id 0) (at 185.42 40.005 0)
+ (property "Reference" "RV14" (id 0) (at 185.42 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 185.42 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 185.42 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 185.42 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 185.42 46.355 0)
@@ -2474,6 +2502,21 @@
(pin "3" (uuid 60ab1b62-1793-46e3-a076-58083080b5c3))
)
+ (symbol (lib_id "Device:C") (at 101.6 22.225 90) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 03bbc844-215d-445a-8a5c-a74aaecbc6ef)
+ (property "Reference" "C1" (id 0) (at 101.6 15.24 90))
+ (property "Value" "100n" (id 1) (at 101.6 17.78 90))
+ (property "Footprint" "" (id 2) (at 105.41 21.2598 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 101.6 22.225 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 793f5516-4035-4242-9418-e9c9cc158ec5))
+ (pin "2" (uuid 0db9745a-bd07-4242-b6c3-e521949a8292))
+ )
+
(symbol (lib_id "Connector:TestPoint") (at 220.345 23.495 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 08777c0b-96f5-45e2-a033-33ca91a966d7)
@@ -2492,26 +2535,10 @@
(pin "1" (uuid 81780b19-5227-4e19-a964-3466705c43f7))
)
- (symbol (lib_id "power:GND") (at 73.025 27.305 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 091e562c-65c9-4ad8-93f4-5ada3d9f87e0)
- (property "Reference" "#PWR08" (id 0) (at 73.025 33.655 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 73.025 31.75 0))
- (property "Footprint" "" (id 2) (at 73.025 27.305 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 73.025 27.305 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid fc91b85c-1b29-4a6f-93ab-92c71ab43c46))
- )
-
(symbol (lib_id "power:GND") (at 38.735 129.54 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 0d4cdde9-b5a7-4654-b78b-4a706e923d42)
- (property "Reference" "#PWR029" (id 0) (at 38.735 135.89 0)
+ (property "Reference" "#PWR025" (id 0) (at 38.735 135.89 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 38.735 133.985 0))
@@ -2527,7 +2554,7 @@
(symbol (lib_id "power:GND") (at 154.94 84.455 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 0f53a7cb-a1ba-402c-b627-13d9057eb127)
- (property "Reference" "#PWR023" (id 0) (at 154.94 90.805 0)
+ (property "Reference" "#PWR019" (id 0) (at 154.94 90.805 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 154.94 89.535 0))
@@ -2561,7 +2588,7 @@
(symbol (lib_id "power:VCC") (at 26.035 120.65 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 137266e8-c4f8-4406-9fca-c6475b4d934a)
- (property "Reference" "#PWR028" (id 0) (at 26.035 124.46 0)
+ (property "Reference" "#PWR024" (id 0) (at 26.035 124.46 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 23.495 120.65 0))
@@ -2610,6 +2637,22 @@
(pin "1" (uuid ea797c74-3596-4245-b17f-82c8a7250b61))
)
+ (symbol (lib_id "power:GND") (at 85.725 41.275 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 15c38692-ed8d-47dc-bc28-8ed36b9df2dd)
+ (property "Reference" "#PWR06" (id 0) (at 85.725 47.625 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 85.725 46.355 0))
+ (property "Footprint" "" (id 2) (at 85.725 41.275 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 85.725 41.275 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid c6df0ad5-c4c5-4ebc-9fb7-df9330f2a2b3))
+ )
+
(symbol (lib_id "Connector:TestPoint") (at 28.575 74.295 270) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 16bc0c8a-1942-4688-b8e3-caef7378a407)
@@ -2646,22 +2689,6 @@
(pin "1" (uuid 230e2a2f-bd25-4461-9ca7-03da7181c7bc))
)
- (symbol (lib_id "power:VCC") (at 117.475 19.685 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 1d93c7fb-912a-4b8e-b4d2-7b2ec9fcf25c)
- (property "Reference" "#PWR05" (id 0) (at 117.475 23.495 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 117.475 14.605 0))
- (property "Footprint" "" (id 2) (at 117.475 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 117.475 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 4e24fb55-31b7-4576-b2f3-1f7b22bb0b9e))
- )
-
(symbol (lib_id "MCU_Module:Arduino_UNO_R3") (at 26.035 44.45 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 2102c637-9f11-48f1-aae6-b4139dc22be2)
@@ -2711,6 +2738,22 @@
(pin "9" (uuid 15189cef-9045-423b-b4f6-a763d4e75704))
)
+ (symbol (lib_id "power:GND") (at 88.9 76.835 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 22f7a9a7-52b7-4def-9f01-74ce752895c6)
+ (property "Reference" "#PWR017" (id 0) (at 88.9 83.185 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 88.9 81.28 0))
+ (property "Footprint" "" (id 2) (at 88.9 76.835 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 88.9 76.835 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3d357196-16a7-43c8-a9c0-2fb0aec0b012))
+ )
+
(symbol (lib_id "Connector:TestPoint") (at 233.045 23.495 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 24bb690b-ebcd-4c6b-8494-2aaf16da29bf)
@@ -2729,19 +2772,19 @@
(pin "1" (uuid 54cf86ef-f385-47c7-a84b-6c43ac6fb759))
)
- (symbol (lib_id "Device:R_Potentiometer") (at 117.475 23.495 0) (unit 1)
+ (symbol (lib_id "Device:R_Potentiometer") (at 185.42 67.945 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 269232c0-a455-433f-be4c-bf2abbe28701)
- (property "Reference" "RV4" (id 0) (at 115.57 22.225 0)
+ (property "Reference" "RV25" (id 0) (at 183.515 66.675 0)
(effects (font (size 1.27 1.27)) (justify right))
)
- (property "Value" "10k" (id 1) (at 115.57 24.765 0)
+ (property "Value" "10k" (id 1) (at 183.515 69.215 0)
(effects (font (size 1.27 1.27)) (justify right))
)
- (property "Footprint" "" (id 2) (at 117.475 23.495 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (id 2) (at 185.42 67.945 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 117.475 23.495 0)
+ (property "Datasheet" "~" (id 3) (at 185.42 67.945 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ecff22aa-f988-4816-8c9e-30427fb9e7d8))
@@ -2752,13 +2795,13 @@
(symbol (lib_id "Device:R") (at 166.37 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 2c10e76f-954e-429e-a850-90d68df0dad4)
- (property "Reference" "R12" (id 0) (at 166.37 40.005 0)
+ (property "Reference" "R13" (id 0) (at 166.37 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "1.37k" (id 1) (at 166.37 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 168.148 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 168.148 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 166.37 46.355 0)
@@ -2768,26 +2811,6 @@
(pin "2" (uuid 08d2780d-73f8-499b-bea0-b768891162eb))
)
- (symbol (lib_id "Device:R_Potentiometer") (at 73.025 23.495 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 2d38429c-e76f-4ac3-a609-eca610b831a6)
- (property "Reference" "RV1" (id 0) (at 71.12 22.225 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Value" "10k" (id 1) (at 71.12 24.765 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Footprint" "" (id 2) (at 73.025 23.495 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 73.025 23.495 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid e0ffc4a5-acee-444d-9091-cb09a2fd596a))
- (pin "2" (uuid f134941f-402d-4f04-97df-414bfbe64c0c))
- (pin "3" (uuid fdf155ae-2657-450d-a1b7-efa45b1ac51f))
- )
-
(symbol (lib_id "Device:R") (at 204.47 27.305 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 2ee55e82-1ec2-4bed-9b11-0ce412253cad)
@@ -2797,7 +2820,7 @@
(property "Value" "790" (id 1) (at 204.47 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 206.248 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 206.248 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 204.47 27.305 0)
@@ -2834,7 +2857,7 @@
(property "Value" "1k" (id 1) (at 217.17 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 218.948 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 218.948 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 217.17 27.305 0)
@@ -2865,13 +2888,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 210.82 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 32acb6d7-4d29-43fb-9173-53808c822188)
- (property "Reference" "RV11" (id 0) (at 210.82 20.955 0)
+ (property "Reference" "RV6" (id 0) (at 210.82 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 210.82 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 210.82 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 210.82 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 210.82 27.305 0)
@@ -2885,7 +2908,7 @@
(symbol (lib_id "power:VCC") (at 38.735 90.17 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 32e35549-1494-475d-a291-f2e290cb592a)
- (property "Reference" "#PWR025" (id 0) (at 38.735 93.98 0)
+ (property "Reference" "#PWR021" (id 0) (at 38.735 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 41.275 86.995 0))
@@ -2901,7 +2924,7 @@
(symbol (lib_id "power:GND") (at 26.035 75.565 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 365e72a4-b4a8-42c1-ba94-eb0f9c9fd3ff)
- (property "Reference" "#PWR021" (id 0) (at 26.035 81.915 0)
+ (property "Reference" "#PWR015" (id 0) (at 26.035 81.915 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 26.035 80.01 0))
@@ -2917,7 +2940,7 @@
(symbol (lib_id "Device:C") (at 151.13 67.945 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 36e9a133-90a6-408c-9bf2-feb977fae3cb)
- (property "Reference" "C3" (id 0) (at 151.13 60.96 90))
+ (property "Reference" "C4" (id 0) (at 151.13 60.96 90))
(property "Value" "100n" (id 1) (at 151.13 63.5 90))
(property "Footprint" "" (id 2) (at 154.94 66.9798 0)
(effects (font (size 1.27 1.27)) hide)
@@ -2932,13 +2955,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 261.62 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 381438d5-6e27-4c94-8251-0d33f20f33e0)
- (property "Reference" "RV25" (id 0) (at 261.62 40.005 0)
+ (property "Reference" "RV20" (id 0) (at 261.62 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 261.62 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 261.62 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 261.62 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 261.62 46.355 0)
@@ -2949,20 +2972,19 @@
(pin "3" (uuid 408e1fac-f078-4ace-909e-d8b5cc640386))
)
- (symbol (lib_id "power:GND") (at 102.235 27.305 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 3cf194f2-65e6-44c9-90d0-3a06c4a81680)
- (property "Reference" "#PWR010" (id 0) (at 102.235 33.655 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 102.235 31.75 0))
- (property "Footprint" "" (id 2) (at 102.235 27.305 0)
+ (symbol (lib_id "Device:R") (at 92.075 96.52 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 38e3eaf8-4377-4e7b-89b2-34f95ff2036c)
+ (property "Reference" "R25" (id 0) (at 92.075 91.44 90))
+ (property "Value" "50k" (id 1) (at 92.075 93.98 90))
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 92.075 98.298 90)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 102.235 27.305 0)
+ (property "Datasheet" "~" (id 3) (at 92.075 96.52 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 8296ab87-8f5c-4326-a555-b6ed2ae98dfe))
+ (pin "1" (uuid 6cb6ad82-8cde-47eb-bec8-fdac8242a0a0))
+ (pin "2" (uuid a234104b-29ee-46dd-b1c7-a7162f374fcf))
)
(symbol (lib_id "Connector:TestPoint") (at 147.32 21.59 90) (unit 1)
@@ -2979,6 +3001,26 @@
(pin "1" (uuid 874f0feb-8c63-4699-8555-62e836d318d6))
)
+ (symbol (lib_id "Device:R_Potentiometer") (at 103.505 73.025 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 3ff7806d-0a95-4a3a-bcd2-3b2dd82b9479)
+ (property "Reference" "RV24" (id 0) (at 101.6 71.755 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "10k" (id 1) (at 101.6 74.295 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (id 2) (at 103.505 73.025 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 103.505 73.025 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 010da954-bae2-4091-977e-5b51ff2bed48))
+ (pin "2" (uuid 78bb2051-2936-4355-aaf9-aa847d03b9c9))
+ (pin "3" (uuid 904901ce-5e9e-4617-9c09-3e1c627a9b28))
+ )
+
(symbol (lib_id "Connector:TestPoint") (at 207.645 23.495 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 414097ad-7bd9-48fe-a86b-da08b1e68325)
@@ -3016,7 +3058,7 @@
(symbol (lib_id "power:GND") (at 26.035 107.95 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 47ca71c7-1e7e-4710-975f-a8b04f299b7f)
- (property "Reference" "#PWR027" (id 0) (at 26.035 114.3 0)
+ (property "Reference" "#PWR023" (id 0) (at 26.035 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 22.86 107.95 0))
@@ -3029,52 +3071,32 @@
(pin "1" (uuid 05a851ff-351b-4d90-a8b1-1da7c1d0baef))
)
- (symbol (lib_id "Device:R_Potentiometer") (at 102.235 23.495 0) (unit 1)
+ (symbol (lib_id "power:GND") (at 105.41 43.815 0) (unit 1)
(in_bom yes) (on_board yes)
- (uuid 47cc4dde-2b2e-4186-b492-c224faa45da5)
- (property "Reference" "RV3" (id 0) (at 100.33 22.225 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Value" "10k" (id 1) (at 100.33 24.765 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Footprint" "" (id 2) (at 102.235 23.495 0)
+ (uuid 517aeb5d-8eab-4421-9d39-bacc4bae273d)
+ (property "Reference" "#PWR07" (id 0) (at 105.41 50.165 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 102.235 23.495 0)
+ (property "Value" "GND" (id 1) (at 107.95 43.815 0))
+ (property "Footprint" "" (id 2) (at 105.41 43.815 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid a94f1626-d578-4317-9d74-cb6864cfef66))
- (pin "2" (uuid 43b90ba3-91c3-487f-9b9a-28351c8aee5c))
- (pin "3" (uuid 25c3bcaf-5355-44c6-80f6-5a39fc38e90b))
- )
-
- (symbol (lib_id "power:VCC") (at 87.63 19.685 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 506d5371-8ba2-4388-8598-92d3138cf1b4)
- (property "Reference" "#PWR03" (id 0) (at 87.63 23.495 0)
+ (property "Datasheet" "" (id 3) (at 105.41 43.815 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "VCC" (id 1) (at 87.63 14.605 0))
- (property "Footprint" "" (id 2) (at 87.63 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 87.63 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 124d9163-603b-4839-ace6-3fd5affd9dd4))
+ (pin "1" (uuid e0e9eb13-17fb-41a6-9d7f-3b3f5aa00c2b))
)
(symbol (lib_id "Device:R_Potentiometer") (at 210.82 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 519f4592-fed6-4cc3-b892-76745b35f0a9)
- (property "Reference" "RV21" (id 0) (at 210.82 40.005 0)
+ (property "Reference" "RV16" (id 0) (at 210.82 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 210.82 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 210.82 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 210.82 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 210.82 46.355 0)
@@ -3088,7 +3110,7 @@
(symbol (lib_id "power:GND") (at 280.67 50.165 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5237ab62-e664-440d-b632-36d9c73b7474)
- (property "Reference" "#PWR015" (id 0) (at 280.67 56.515 0)
+ (property "Reference" "#PWR08" (id 0) (at 280.67 56.515 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 280.67 55.245 0))
@@ -3101,48 +3123,71 @@
(pin "1" (uuid 96383d92-212a-4d03-92fb-b9c39bbbf894))
)
- (symbol (lib_id "power:GND") (at 74.93 67.945 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 58a13073-5778-4fb4-a758-e7707df34ce1)
- (property "Reference" "#PWR018" (id 0) (at 74.93 74.295 0)
+ (symbol (lib_id "Device:R_Potentiometer") (at 74.295 73.025 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 558b1d1b-b769-4218-bad0-51d820a28863)
+ (property "Reference" "RV22" (id 0) (at 72.39 71.755 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "10k" (id 1) (at 72.39 74.295 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (id 2) (at 74.295 73.025 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "GND" (id 1) (at 74.93 73.025 0))
- (property "Footprint" "" (id 2) (at 74.93 67.945 0)
+ (property "Datasheet" "~" (id 3) (at 74.295 73.025 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 74.93 67.945 0)
+ (pin "1" (uuid 47b6694c-c477-4176-af38-50c331ec0ae7))
+ (pin "2" (uuid 32bac44f-1573-49d9-b256-779e022f86cf))
+ (pin "3" (uuid 98d29111-c18b-4009-aa17-fc4735881524))
+ )
+
+ (symbol (lib_id "Device:C") (at 95.25 50.8 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 5596627f-4ad1-47cf-936a-d0587da9d460)
+ (property "Reference" "C3" (id 0) (at 99.06 49.5299 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "10n" (id 1) (at 99.06 52.0699 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (id 2) (at 96.2152 54.61 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 8df416f5-9fc0-4d60-921b-750f7e72ebaf))
+ (property "Datasheet" "~" (id 3) (at 95.25 50.8 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0dad321f-1fca-44d1-9bd3-1d627828f0df))
+ (pin "2" (uuid 76073457-0c67-4f7c-9fe5-0410fab2c99c))
)
- (symbol (lib_id "power:VCC") (at 81.915 65.405 0) (unit 1)
+ (symbol (lib_id "power:GND") (at 97.79 22.225 0) (unit 1)
(in_bom yes) (on_board yes)
- (uuid 593b5b61-17df-41a7-9960-c4db2955bc44)
- (property "Reference" "#PWR016" (id 0) (at 81.915 69.215 0)
+ (uuid 57112ba3-bf85-4e31-9745-800aa3a633a8)
+ (property "Reference" "#PWR04" (id 0) (at 97.79 28.575 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "VCC" (id 1) (at 81.915 66.675 0))
- (property "Footprint" "" (id 2) (at 81.915 65.405 0)
+ (property "Value" "GND" (id 1) (at 94.615 22.225 0))
+ (property "Footprint" "" (id 2) (at 97.79 22.225 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 81.915 65.405 0)
+ (property "Datasheet" "" (id 3) (at 97.79 22.225 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 53fa0570-c436-46f9-8b36-deb64cfa7b50))
+ (pin "1" (uuid 1398c7ea-030e-4379-abcf-80283d2e5c6e))
)
(symbol (lib_id "Device:R_Potentiometer") (at 248.92 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 5ac177a2-7339-4326-b6db-92317ca5bcfa)
- (property "Reference" "RV24" (id 0) (at 248.92 40.005 0)
+ (property "Reference" "RV19" (id 0) (at 248.92 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 248.92 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 248.92 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 248.92 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 248.92 46.355 0)
@@ -3156,13 +3201,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 223.52 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 5bb20a01-0a6d-4f27-a7da-b89ff951f0c6)
- (property "Reference" "RV22" (id 0) (at 223.52 40.005 0)
+ (property "Reference" "RV17" (id 0) (at 223.52 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 223.52 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 223.52 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 223.52 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 223.52 46.355 0)
@@ -3236,7 +3281,7 @@
(property "Value" "1.03k" (id 1) (at 242.57 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 244.348 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 244.348 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 242.57 27.305 0)
@@ -3255,7 +3300,7 @@
(property "Value" "1.3k" (id 1) (at 267.97 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 269.748 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 269.748 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 267.97 27.305 0)
@@ -3265,23 +3310,20 @@
(pin "2" (uuid eae4285e-0626-4b70-8c63-65434081d4b8))
)
- (symbol (lib_id "Device:C") (at 74.93 64.135 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 684b1c6b-31a4-4270-ba37-6c184039f2e8)
- (property "Reference" "C2" (id 0) (at 72.39 62.865 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Value" "100n" (id 1) (at 72.39 65.405 0)
- (effects (font (size 1.27 1.27)) (justify right))
+ (symbol (lib_id "power:GND") (at 95.25 54.61 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 67b4ff9a-2ae2-4c62-b24d-b29a9b1ca1f1)
+ (property "Reference" "#PWR09" (id 0) (at 95.25 60.96 0)
+ (effects (font (size 1.27 1.27)) hide)
)
- (property "Footprint" "" (id 2) (at 75.8952 67.945 0)
+ (property "Value" "GND" (id 1) (at 95.25 59.055 0))
+ (property "Footprint" "" (id 2) (at 95.25 54.61 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 74.93 64.135 0)
+ (property "Datasheet" "" (id 3) (at 95.25 54.61 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 22053e4b-0930-4b0a-9d11-9303659424ea))
- (pin "2" (uuid 710fedb5-681a-4d3b-9739-7c8117d1c8f2))
+ (pin "1" (uuid 6ed60079-fbf2-41f8-9262-baa0439039b2))
)
(symbol (lib_id "Driver_LED:LM3914V") (at 38.735 107.95 0) (unit 1)
@@ -3324,13 +3366,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 198.12 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 6a2947dd-9033-4219-ab9b-6a66aa4f2556)
- (property "Reference" "RV20" (id 0) (at 198.12 40.005 0)
+ (property "Reference" "RV15" (id 0) (at 198.12 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 198.12 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 198.12 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 198.12 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 198.12 46.355 0)
@@ -3341,22 +3383,6 @@
(pin "3" (uuid 36e6c539-c011-4ea2-a1a4-0d6d52dae29b))
)
- (symbol (lib_id "power:VCC") (at 132.08 19.685 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 701d2187-5007-4c56-b7a8-4e8a90c5fd36)
- (property "Reference" "#PWR06" (id 0) (at 132.08 23.495 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 132.08 14.605 0))
- (property "Footprint" "" (id 2) (at 132.08 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 132.08 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 26686a47-45ae-4418-8d7a-cb6d2684fd82))
- )
-
(symbol (lib_id "Device:R") (at 179.07 27.305 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 72386feb-91d6-4128-8409-a23f286fae3d)
@@ -3366,7 +3392,7 @@
(property "Value" "1.12k" (id 1) (at 179.07 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 180.848 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 180.848 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 179.07 27.305 0)
@@ -3394,16 +3420,32 @@
(pin "1" (uuid 1efbf9c3-2dba-453a-aff4-a160475a6849))
)
+ (symbol (lib_id "power:GND") (at 103.505 76.835 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 752956d6-3842-40ba-8690-10db82bb39b6)
+ (property "Reference" "#PWR018" (id 0) (at 103.505 83.185 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 103.505 81.28 0))
+ (property "Footprint" "" (id 2) (at 103.505 76.835 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 103.505 76.835 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ba06a27d-eb48-4540-8600-62cb0b7d7fef))
+ )
+
(symbol (lib_id "Device:R") (at 267.97 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 7befbba5-0713-4914-9c11-609eba8c6418)
- (property "Reference" "R20" (id 0) (at 267.97 40.005 0)
+ (property "Reference" "R21" (id 0) (at 267.97 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "2.86k" (id 1) (at 267.97 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 269.748 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 269.748 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 267.97 46.355 0)
@@ -3413,41 +3455,16 @@
(pin "2" (uuid e89bc105-bd34-4659-91ec-39fa8f80ba03))
)
- (symbol (lib_id "Timer:NE555P") (at 94.615 60.325 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 7fd2e644-bf9e-4dac-9256-bedb25287f7a)
- (property "Reference" "U1" (id 0) (at 96.6344 47.625 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "NE555P" (id 1) (at 96.6344 50.165 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 111.125 70.485 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (id 3) (at 116.205 70.485 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 3ff511bf-37c0-42a4-9cfc-fd7bd427a72e))
- (pin "8" (uuid 4191fd29-3714-441d-8817-48ac62f89242))
- (pin "2" (uuid f9a3474b-633e-4971-9fe3-bb007684a2bf))
- (pin "3" (uuid 3d0d8936-ef36-495d-a80c-b8751a58c05b))
- (pin "4" (uuid ba876c59-8b8b-410e-89a8-e7ed0aa713d8))
- (pin "5" (uuid d45b226e-8f90-459c-a245-98bfa1cdfdcb))
- (pin "6" (uuid 36ad664b-d531-47eb-82c2-3dbe7fd4a404))
- (pin "7" (uuid 554bbb37-1f5d-4b9a-9279-d0a1a953d6cd))
- )
-
(symbol (lib_id "Device:R_Potentiometer") (at 248.92 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 81edb24b-b10e-4d11-b8f6-4790c36eeb05)
- (property "Reference" "RV14" (id 0) (at 248.92 20.955 0)
+ (property "Reference" "RV9" (id 0) (at 248.92 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 248.92 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 248.92 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 248.92 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 248.92 27.305 0)
@@ -3461,13 +3478,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 160.02 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 82e8b19c-7973-457b-85b4-9ab8198f147f)
- (property "Reference" "RV7" (id 0) (at 160.02 20.955 0)
+ (property "Reference" "RV2" (id 0) (at 160.02 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 160.02 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 160.02 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 160.02 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 160.02 27.305 0)
@@ -3518,26 +3535,10 @@
(pin "8" (uuid 1d20c966-0439-42a1-b5e3-5e76b52f827f))
)
- (symbol (lib_id "power:GND") (at 94.615 70.485 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 866ca43d-6493-4035-bd69-ca64f89a21cd)
- (property "Reference" "#PWR020" (id 0) (at 94.615 76.835 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 97.155 70.485 0))
- (property "Footprint" "" (id 2) (at 94.615 70.485 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 94.615 70.485 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid c5a7c30e-34a8-4aa3-9511-6ba4816a0c5f))
- )
-
(symbol (lib_id "power:GND") (at 31.115 91.44 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 87fc1511-4a34-41e1-99b9-d6d239f5984d)
- (property "Reference" "#PWR026" (id 0) (at 31.115 97.79 0)
+ (property "Reference" "#PWR022" (id 0) (at 31.115 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 27.94 91.44 0))
@@ -3565,16 +3566,31 @@
(pin "2" (uuid 9be3837a-7957-413e-8d3a-61e1311fc38a))
)
+ (symbol (lib_id "Device:R") (at 81.915 96.52 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8cd3b491-0fa2-47c8-b02b-01c86d3a8279)
+ (property "Reference" "R24" (id 0) (at 81.915 91.44 90))
+ (property "Value" "10k" (id 1) (at 81.915 93.98 90))
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 81.915 98.298 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 81.915 96.52 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 6e9cfca8-74db-4284-82c0-a80a6c3702ca))
+ (pin "2" (uuid d1f402c4-3a27-4dc3-9698-27ceedfce610))
+ )
+
(symbol (lib_id "Device:R_Potentiometer") (at 172.72 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 8ce6e6e7-e831-4c31-ac90-b886ae48825e)
- (property "Reference" "RV18" (id 0) (at 172.72 40.005 0)
+ (property "Reference" "RV13" (id 0) (at 172.72 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 172.72 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 172.72 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 172.72 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 172.72 46.355 0)
@@ -3588,13 +3604,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 147.32 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 92944e64-29c7-4439-9703-457cbf39ef1e)
- (property "Reference" "RV6" (id 0) (at 145.415 26.035 0)
+ (property "Reference" "RV1" (id 0) (at 145.415 26.035 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "200" (id 1) (at 145.415 27.94 0)
(effects (font (size 1.27 1.27)) (justify right))
)
- (property "Footprint" "" (id 2) (at 147.32 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 147.32 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 147.32 27.305 0)
@@ -3608,13 +3624,13 @@
(symbol (lib_id "Device:R") (at 204.47 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 93056629-18e6-45fd-9334-d8445e232713)
- (property "Reference" "R15" (id 0) (at 204.47 40.005 0)
+ (property "Reference" "R16" (id 0) (at 204.47 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "1.8k" (id 1) (at 204.47 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 206.248 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 206.248 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 204.47 46.355 0)
@@ -3624,22 +3640,6 @@
(pin "2" (uuid 2cb4228a-c60c-48c5-989f-299ed35586dc))
)
- (symbol (lib_id "power:VCC") (at 94.615 47.625 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 952275cd-1f80-432a-9338-3a0d303acaa4)
- (property "Reference" "#PWR013" (id 0) (at 94.615 51.435 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 97.79 43.18 0))
- (property "Footprint" "" (id 2) (at 94.615 47.625 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 94.615 47.625 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid f10a1528-d484-4b18-b777-dd40ee3ff2a5))
- )
-
(symbol (lib_id "Device:R") (at 153.67 27.305 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9a5b1940-344a-4ad2-8217-2119a791fafb)
@@ -3649,7 +3649,7 @@
(property "Value" "10k" (id 1) (at 153.67 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 155.448 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 155.448 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 153.67 27.305 0)
@@ -3659,6 +3659,22 @@
(pin "2" (uuid 319951d8-1463-49b6-b9c7-a2c61748bd05))
)
+ (symbol (lib_id "power:GND") (at 74.295 76.835 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 9b7fc178-1588-4ad2-9ee6-c2d184dd0fe1)
+ (property "Reference" "#PWR016" (id 0) (at 74.295 83.185 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 74.295 81.28 0))
+ (property "Footprint" "" (id 2) (at 74.295 76.835 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 74.295 76.835 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f01dc7a1-172b-4ea2-badd-a4253a165448))
+ )
+
(symbol (lib_id "Device:R") (at 229.87 27.305 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9d7d814b-c5bd-4b64-90ff-5fc263abfed7)
@@ -3668,7 +3684,7 @@
(property "Value" "730" (id 1) (at 229.87 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 231.648 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 231.648 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 229.87 27.305 0)
@@ -3681,13 +3697,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 185.42 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9ff22efe-f8a0-46b5-b3da-e8c81e334d5d)
- (property "Reference" "RV9" (id 0) (at 185.42 20.955 0)
+ (property "Reference" "RV4" (id 0) (at 185.42 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 185.42 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 185.42 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 185.42 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 185.42 27.305 0)
@@ -3701,7 +3717,7 @@
(symbol (lib_id "Device:C") (at 171.45 76.835 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid a0e13466-798f-4487-a3a9-f5a5ed8457c9)
- (property "Reference" "C4" (id 0) (at 171.45 69.215 90))
+ (property "Reference" "C5" (id 0) (at 171.45 69.215 90))
(property "Value" "1000u" (id 1) (at 171.45 71.755 90))
(property "Footprint" "" (id 2) (at 175.26 75.8698 0)
(effects (font (size 1.27 1.27)) hide)
@@ -3713,38 +3729,6 @@
(pin "2" (uuid b6bcb4fd-bb28-430d-b458-e42ec3562416))
)
- (symbol (lib_id "power:GND") (at 117.475 27.305 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid a12af415-7c55-44eb-971e-e04411a5ba85)
- (property "Reference" "#PWR011" (id 0) (at 117.475 33.655 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 117.475 31.75 0))
- (property "Footprint" "" (id 2) (at 117.475 27.305 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 117.475 27.305 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 8a638272-dba8-4779-9229-0473f9f160db))
- )
-
- (symbol (lib_id "power:GND") (at 84.455 81.28 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid a30816da-f582-4293-a1c4-dbedcfe2eaae)
- (property "Reference" "#PWR022" (id 0) (at 84.455 87.63 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 84.455 85.725 0))
- (property "Footprint" "" (id 2) (at 84.455 81.28 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 84.455 81.28 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 8a1961ab-1bdf-4ccd-8c6e-225832d06448))
- )
-
(symbol (lib_id "Connector:TestPoint") (at 182.245 23.495 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid a390f21c-cdc2-40d9-9c6a-13e96845ec27)
@@ -3784,13 +3768,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 223.52 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid a84b840d-f1ef-41a9-8b8d-b882e660d55a)
- (property "Reference" "RV12" (id 0) (at 223.52 20.955 0)
+ (property "Reference" "RV7" (id 0) (at 223.52 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 223.52 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 223.52 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 223.52 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 223.52 27.305 0)
@@ -3804,7 +3788,7 @@
(symbol (lib_id "power:GND") (at 147.32 67.945 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid a9447a92-7db6-402e-bcea-df15e6e83fec)
- (property "Reference" "#PWR019" (id 0) (at 147.32 74.295 0)
+ (property "Reference" "#PWR011" (id 0) (at 147.32 74.295 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 144.145 67.945 0))
@@ -3820,9 +3804,9 @@
(symbol (lib_id "Device:R") (at 57.785 52.07 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid ab49cb86-d949-4b3d-bf87-f8c2af66777e)
- (property "Reference" "R22" (id 0) (at 57.785 46.355 90))
+ (property "Reference" "R23" (id 0) (at 57.785 46.355 90))
(property "Value" "100k" (id 1) (at 57.785 48.895 90))
- (property "Footprint" "" (id 2) (at 57.785 53.848 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 57.785 53.848 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 57.785 52.07 0)
@@ -3850,35 +3834,16 @@
(pin "1" (uuid 797c22d2-4288-4e98-a7db-507fc0df5aee))
)
- (symbol (lib_id "Device:C") (at 84.455 77.47 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid b58a4a35-b6e0-4392-887d-92d7e65f991a)
- (property "Reference" "C5" (id 0) (at 88.265 76.1999 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "10n" (id 1) (at 88.265 78.7399 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 85.4202 81.28 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 84.455 77.47 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid b7406d7c-d3c9-4597-a574-7fbc83dab65e))
- (pin "2" (uuid 8f259ad8-3db4-4020-9a0a-475f786c3b1b))
- )
-
(symbol (lib_id "Device:R_Potentiometer") (at 274.32 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid b5ebe16b-c384-40ca-aa3d-154a8cc6da50)
- (property "Reference" "RV26" (id 0) (at 274.32 40.005 0)
+ (property "Reference" "RV21" (id 0) (at 274.32 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 274.32 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 274.32 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 274.32 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 274.32 46.355 0)
@@ -3889,32 +3854,16 @@
(pin "3" (uuid 60bdefc5-b28d-4a83-ac51-b0c82867302c))
)
- (symbol (lib_id "power:VCC") (at 73.025 19.685 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid bb70f3ba-90e5-45ab-b9f3-469277a94ba1)
- (property "Reference" "#PWR02" (id 0) (at 73.025 23.495 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 73.025 14.605 0))
- (property "Footprint" "" (id 2) (at 73.025 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 73.025 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 3b6ef670-4302-41d4-8379-e213696d052f))
- )
-
(symbol (lib_id "Device:R_Potentiometer") (at 261.62 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid bd298751-1816-47d9-875b-e28859d59d74)
- (property "Reference" "RV15" (id 0) (at 261.62 20.955 0)
+ (property "Reference" "RV10" (id 0) (at 261.62 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 261.62 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 261.62 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 261.62 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 261.62 27.305 0)
@@ -3928,13 +3877,13 @@
(symbol (lib_id "Device:R") (at 191.77 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid bda5f35b-c86e-4dc8-a7da-c8fd30cfd498)
- (property "Reference" "R14" (id 0) (at 191.77 40.005 0)
+ (property "Reference" "R15" (id 0) (at 191.77 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "1.79k" (id 1) (at 191.77 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 193.548 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 193.548 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 191.77 46.355 0)
@@ -3944,22 +3893,6 @@
(pin "2" (uuid c8b80ada-9173-431a-baa0-c2f79c506001))
)
- (symbol (lib_id "power:GND") (at 86.995 48.895 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid be4a144c-4187-4508-9814-18081fdc5073)
- (property "Reference" "#PWR014" (id 0) (at 86.995 55.245 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 83.82 48.895 0))
- (property "Footprint" "" (id 2) (at 86.995 48.895 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 86.995 48.895 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid bd047016-077c-417b-a160-925102affda5))
- )
-
(symbol (lib_id "Connector:TestPoint") (at 169.545 23.495 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid bfaecee9-25c5-41cb-ab42-237204080573)
@@ -3981,7 +3914,7 @@
(symbol (lib_id "power:GND") (at 166.37 84.455 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid c0a4e59a-2242-4ff3-a3b6-e1b8f7277d35)
- (property "Reference" "#PWR024" (id 0) (at 166.37 90.805 0)
+ (property "Reference" "#PWR020" (id 0) (at 166.37 90.805 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 166.37 89.535 0))
@@ -3994,32 +3927,16 @@
(pin "1" (uuid cc747cda-b6d9-48ab-a02f-eb10559e8223))
)
- (symbol (lib_id "power:VCC") (at 102.235 19.685 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid c383d752-fc09-42c1-a9f9-58fbd128a266)
- (property "Reference" "#PWR04" (id 0) (at 102.235 23.495 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "VCC" (id 1) (at 102.235 14.605 0))
- (property "Footprint" "" (id 2) (at 102.235 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 102.235 19.685 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid cbc2a785-4dcd-406d-9979-194ab063d94e))
- )
-
(symbol (lib_id "Device:R_Potentiometer") (at 198.12 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid c52ea66f-c953-494f-a97f-84a3f052760b)
- (property "Reference" "RV10" (id 0) (at 198.12 20.955 0)
+ (property "Reference" "RV5" (id 0) (at 198.12 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 198.12 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 198.12 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 198.12 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 198.12 27.305 0)
@@ -4030,21 +3947,6 @@
(pin "3" (uuid db957ea5-8e4b-48ed-b377-f95c0f7d24bc))
)
- (symbol (lib_id "Device:C") (at 90.805 48.895 90) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid c594a394-d315-46d5-9f7b-ea29f56fdacb)
- (property "Reference" "C1" (id 0) (at 90.805 41.91 90))
- (property "Value" "100n" (id 1) (at 90.805 44.45 90))
- (property "Footprint" "" (id 2) (at 94.615 47.9298 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 90.805 48.895 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 85e0cb9e-fe9f-42e0-a9a6-82f1c43d7759))
- (pin "2" (uuid 2c8dce93-b695-4e10-afb2-3330d94fc968))
- )
-
(symbol (lib_id "Device:R") (at 255.27 27.305 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid c6cd79d7-8052-4c6f-95b9-c5dc7a206dd5)
@@ -4054,7 +3956,7 @@
(property "Value" "1.11k" (id 1) (at 255.27 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 257.048 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 257.048 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 255.27 27.305 0)
@@ -4085,7 +3987,7 @@
(symbol (lib_id "power:VCC") (at 154.94 66.675 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid cbe7e145-59d3-4ea1-b7b9-7b1a2d4b606a)
- (property "Reference" "#PWR017" (id 0) (at 154.94 70.485 0)
+ (property "Reference" "#PWR010" (id 0) (at 154.94 70.485 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "VCC" (id 1) (at 158.115 62.23 0))
@@ -4098,16 +4000,35 @@
(pin "1" (uuid af051d34-59c9-4bf8-a761-e4d054540284))
)
+ (symbol (lib_id "Device:C") (at 85.725 37.465 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid cd10b3ec-0f68-4813-9f5a-d03dd5b1d2c2)
+ (property "Reference" "C2" (id 0) (at 83.185 36.195 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "100n" (id 1) (at 83.185 38.735 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 86.6902 41.275 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 85.725 37.465 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid f8a1cc59-a6a3-4d5b-928a-a706d5ba6fc5))
+ (pin "2" (uuid f0d70dea-1f75-4d9f-8249-5c97d99dc340))
+ )
+
(symbol (lib_id "Device:R_Potentiometer") (at 236.22 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid ceadd7d8-c842-4c7d-858e-2f2bcc19ec8c)
- (property "Reference" "RV13" (id 0) (at 236.22 20.955 0)
+ (property "Reference" "RV8" (id 0) (at 236.22 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 236.22 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 236.22 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 236.22 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 236.22 27.305 0)
@@ -4118,19 +4039,19 @@
(pin "3" (uuid b90c5e3e-9cc8-426a-b3ba-50d780fcfdab))
)
- (symbol (lib_id "Device:R_Potentiometer") (at 132.08 23.495 0) (unit 1)
+ (symbol (lib_id "Device:R_Potentiometer") (at 86.995 100.965 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid d02bc672-f793-45a7-9593-f71a26d562ee)
- (property "Reference" "RV5" (id 0) (at 130.175 22.225 0)
+ (property "Reference" "RV26" (id 0) (at 85.09 99.695 0)
(effects (font (size 1.27 1.27)) (justify right))
)
- (property "Value" "10k" (id 1) (at 130.175 24.765 0)
+ (property "Value" "50k" (id 1) (at 85.09 102.235 0)
(effects (font (size 1.27 1.27)) (justify right))
)
- (property "Footprint" "" (id 2) (at 132.08 23.495 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (id 2) (at 86.995 100.965 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 132.08 23.495 0)
+ (property "Datasheet" "~" (id 3) (at 86.995 100.965 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 96a61cf1-825f-4c18-a666-bd09bd5fe3b6))
@@ -4193,17 +4114,17 @@
(pin "1" (uuid b94ba124-feed-4274-9b09-6116127d087d))
)
- (symbol (lib_id "power:GND") (at 132.08 27.305 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
+ (symbol (lib_id "power:GND") (at 92.075 100.965 0) (unit 1)
+ (in_bom yes) (on_board yes)
(uuid d2e5d02a-f21f-49ad-9b4d-48d42ccab4de)
- (property "Reference" "#PWR012" (id 0) (at 132.08 33.655 0)
+ (property "Reference" "#PWR026" (id 0) (at 92.075 107.315 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "GND" (id 1) (at 132.08 31.75 0))
- (property "Footprint" "" (id 2) (at 132.08 27.305 0)
+ (property "Value" "GND" (id 1) (at 94.615 100.965 0))
+ (property "Footprint" "" (id 2) (at 92.075 100.965 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 132.08 27.305 0)
+ (property "Datasheet" "" (id 3) (at 92.075 100.965 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 29186b22-8519-483b-8db8-22225c426546))
@@ -4218,7 +4139,7 @@
(property "Value" "570" (id 1) (at 166.37 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 168.148 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 168.148 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 166.37 27.305 0)
@@ -4243,35 +4164,16 @@
(pin "2" (uuid 9919f523-1366-41b5-8fd2-dbc06230d6f5))
)
- (symbol (lib_id "Device:R") (at 110.49 60.325 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid d80d6069-5c80-40cf-ace0-ff64c4c14177)
- (property "Reference" "R23" (id 0) (at 112.395 59.0549 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "220k" (id 1) (at 112.395 61.5949 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 108.712 60.325 90)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 110.49 60.325 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid aff8e051-0cc7-4af2-9ee0-dd8d1da024e3))
- (pin "2" (uuid 904ed2da-4af1-40c7-90ff-b06a4c611d8b))
- )
-
(symbol (lib_id "Device:R") (at 255.27 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid dc37f7c8-c1ef-46b7-b86d-eeed0d98e514)
- (property "Reference" "R19" (id 0) (at 255.27 40.005 0)
+ (property "Reference" "R20" (id 0) (at 255.27 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "2.23k" (id 1) (at 255.27 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 257.048 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 257.048 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 255.27 46.355 0)
@@ -4281,16 +4183,32 @@
(pin "2" (uuid 61061a0c-ac30-474f-80dd-8326470d037b))
)
+ (symbol (lib_id "power:VCC") (at 92.71 38.735 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid dcce6d87-e6b7-4840-a059-2bc2dbd30498)
+ (property "Reference" "#PWR05" (id 0) (at 92.71 42.545 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "VCC" (id 1) (at 92.71 40.005 0))
+ (property "Footprint" "" (id 2) (at 92.71 38.735 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 92.71 38.735 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0dbcd740-afd4-4fdb-93c2-6be6a88f97fb))
+ )
+
(symbol (lib_id "Device:R") (at 229.87 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid e5cbdf19-8424-4c0b-ad24-4d2a66d65884)
- (property "Reference" "R17" (id 0) (at 229.87 40.005 0)
+ (property "Reference" "R18" (id 0) (at 229.87 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "2.16k" (id 1) (at 229.87 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 231.648 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 231.648 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 229.87 46.355 0)
@@ -4303,13 +4221,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 274.32 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid e5ee4e87-da88-46c6-8cbc-f7b3346b75dc)
- (property "Reference" "RV16" (id 0) (at 274.32 20.955 0)
+ (property "Reference" "RV11" (id 0) (at 274.32 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 274.32 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 274.32 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 274.32 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 274.32 27.305 0)
@@ -4323,13 +4241,13 @@
(symbol (lib_id "Device:R") (at 217.17 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid e9c4cc20-5763-4413-85d7-feb90d07b670)
- (property "Reference" "R16" (id 0) (at 217.17 40.005 0)
+ (property "Reference" "R17" (id 0) (at 217.17 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "1.92k" (id 1) (at 217.17 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 218.948 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 218.948 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 217.17 46.355 0)
@@ -4339,70 +4257,66 @@
(pin "2" (uuid 9145d79d-9e96-4713-96c4-d2ce315674c6))
)
- (symbol (lib_id "power:GND") (at 87.63 27.305 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid ea27d51e-f893-40b7-af48-880886ef6dad)
- (property "Reference" "#PWR09" (id 0) (at 87.63 33.655 0)
+ (symbol (lib_id "power:VCC") (at 147.32 19.685 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid eb4b6790-b295-4720-b61c-e6acb33bc8e2)
+ (property "Reference" "#PWR02" (id 0) (at 147.32 23.495 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "GND" (id 1) (at 87.63 31.75 0))
- (property "Footprint" "" (id 2) (at 87.63 27.305 0)
+ (property "Value" "VCC" (id 1) (at 147.32 15.875 0)
+ (effects (font (size 1.27 1.27)) (justify bottom))
+ )
+ (property "Footprint" "" (id 2) (at 147.32 19.685 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 87.63 27.305 0)
+ (property "Datasheet" "" (id 3) (at 147.32 19.685 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 2d74f125-410d-4914-bfcd-9a74c99979df))
+ (pin "1" (uuid 377f0f6f-5767-4e8e-9c34-f86ff1ff802f))
)
- (symbol (lib_id "Device:R_Potentiometer") (at 87.63 23.495 0) (unit 1)
+ (symbol (lib_id "power:VCC") (at 105.41 20.955 0) (unit 1)
(in_bom yes) (on_board yes)
- (uuid eaf21c07-5bbc-4870-8c01-7dc928c90978)
- (property "Reference" "RV2" (id 0) (at 85.725 22.225 0)
- (effects (font (size 1.27 1.27)) (justify right))
- )
- (property "Value" "10k" (id 1) (at 85.725 24.765 0)
- (effects (font (size 1.27 1.27)) (justify right))
+ (uuid ebb9ad05-07ec-437e-88a4-85793ff36bdf)
+ (property "Reference" "#PWR03" (id 0) (at 105.41 24.765 0)
+ (effects (font (size 1.27 1.27)) hide)
)
- (property "Footprint" "" (id 2) (at 87.63 23.495 0)
+ (property "Value" "VCC" (id 1) (at 108.585 16.51 0))
+ (property "Footprint" "" (id 2) (at 105.41 20.955 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 87.63 23.495 0)
+ (property "Datasheet" "" (id 3) (at 105.41 20.955 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid ced21847-3ae4-4fad-97d9-fb5faa9a4aa5))
- (pin "2" (uuid fbda4446-065c-4475-a831-fcd6bf6cd6cc))
- (pin "3" (uuid 7e08510d-508d-4ab4-a6b5-ea92875268f4))
+ (pin "1" (uuid bfdad3c8-0a70-4a63-a174-df049c8a951c))
)
- (symbol (lib_id "power:VCC") (at 147.32 19.685 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid eb4b6790-b295-4720-b61c-e6acb33bc8e2)
- (property "Reference" "#PWR07" (id 0) (at 147.32 23.495 0)
+ (symbol (lib_id "power:VCC") (at 74.295 69.215 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid ec8dd6d0-e954-42ad-8367-2772cb09f290)
+ (property "Reference" "#PWR012" (id 0) (at 74.295 73.025 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "VCC" (id 1) (at 147.32 15.875 0)
- (effects (font (size 1.27 1.27)) (justify bottom))
- )
- (property "Footprint" "" (id 2) (at 147.32 19.685 0)
+ (property "Value" "VCC" (id 1) (at 74.295 64.135 0))
+ (property "Footprint" "" (id 2) (at 74.295 69.215 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 147.32 19.685 0)
+ (property "Datasheet" "" (id 3) (at 74.295 69.215 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 377f0f6f-5767-4e8e-9c34-f86ff1ff802f))
+ (pin "1" (uuid c823cdd8-af8f-42be-859f-7d1b7a374e2b))
)
(symbol (lib_id "Device:R") (at 179.07 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid eed67975-cb8f-4c1f-bf64-68b1c933dd02)
- (property "Reference" "R13" (id 0) (at 179.07 40.005 0)
+ (property "Reference" "R14" (id 0) (at 179.07 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "1.58k" (id 1) (at 179.07 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 180.848 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 180.848 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 179.07 46.355 0)
@@ -4421,7 +4335,7 @@
(property "Value" "600" (id 1) (at 191.77 22.86 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 193.548 27.305 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 193.548 27.305 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 191.77 27.305 0)
@@ -4434,13 +4348,13 @@
(symbol (lib_id "Device:R_Potentiometer") (at 172.72 27.305 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid efa0a6de-6300-4381-ac81-7012dc32041a)
- (property "Reference" "RV8" (id 0) (at 172.72 20.955 0)
+ (property "Reference" "RV3" (id 0) (at 172.72 20.955 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 172.72 22.86 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 172.72 27.305 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 172.72 27.305 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 172.72 27.305 0)
@@ -4451,16 +4365,51 @@
(pin "3" (uuid 0e637ed0-a0ae-4fb0-a645-1cd7da8477dc))
)
+ (symbol (lib_id "Device:R") (at 92.075 110.49 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f05a5253-64b1-4608-8d00-b39d16203ce7)
+ (property "Reference" "R27" (id 0) (at 92.075 105.41 90))
+ (property "Value" "50k" (id 1) (at 92.075 107.95 90))
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 92.075 112.268 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 92.075 110.49 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid cd9aaae8-ded8-43eb-954a-0bde6b55e7af))
+ (pin "2" (uuid f23846e4-2eec-4ea1-b180-1e6aeaf1a3f8))
+ )
+
+ (symbol (lib_id "Device:R_Potentiometer") (at 88.9 73.025 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f0c290e8-8ca7-4c74-b478-bb1bb112af62)
+ (property "Reference" "RV23" (id 0) (at 86.995 71.755 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "10k" (id 1) (at 86.995 74.295 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole" (id 2) (at 88.9 73.025 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 88.9 73.025 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3f9dcb2e-f609-4e80-b279-bfba464bbc51))
+ (pin "2" (uuid e9872be4-12e9-4929-89a6-2ac5ceee2ac6))
+ (pin "3" (uuid 701aaab7-c7a6-4c51-841e-472a58a04d21))
+ )
+
(symbol (lib_id "Device:R_Potentiometer") (at 160.02 46.355 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid f3207fbd-cabd-4665-8a14-f3e3e0ac3c80)
- (property "Reference" "RV17" (id 0) (at 160.02 40.005 0)
+ (property "Reference" "RV12" (id 0) (at 160.02 40.005 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
(property "Value" "50" (id 1) (at 160.02 41.91 0)
(effects (font (size 1.27 1.27)) (justify bottom))
)
- (property "Footprint" "" (id 2) (at 160.02 46.355 0)
+ (property "Footprint" "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical" (id 2) (at 160.02 46.355 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 160.02 46.355 0)
@@ -4474,13 +4423,13 @@
(symbol (lib_id "Device:R") (at 280.67 46.355 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid f40750fc-804b-49e0-b170-b16900253ac0)
- (property "Reference" "R21" (id 0) (at 280.67 40.005 0)
+ (property "Reference" "R22" (id 0) (at 280.67 40.005 0)
(effects (font (size 1.27 1.27)) (justify top))
)
(property "Value" "12.25k" (id 1) (at 280.67 41.91 0)
(effects (font (size 1.27 1.27)) (justify top))
)
- (property "Footprint" "" (id 2) (at 282.448 46.355 90)
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 282.448 46.355 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 280.67 46.355 0)
@@ -4490,6 +4439,46 @@
(pin "2" (uuid 8d165e6c-52af-4504-a77f-da000c23f674))
)
+ (symbol (lib_id "Timer:NE555P") (at 105.41 33.655 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid f554789c-667d-4105-98f7-e4a4acc091b2)
+ (property "Reference" "U1" (id 0) (at 107.4294 20.955 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "NE555P" (id 1) (at 107.4294 23.495 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 121.92 43.815 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (id 3) (at 127 43.815 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid bbcc9da4-4655-4ed8-9a8f-02fa4c7faf7c))
+ (pin "8" (uuid 7503b3de-7b57-442e-9fef-a51c91b1e2b1))
+ (pin "2" (uuid f4b85731-ab42-4e1c-9318-44e89caa1ae9))
+ (pin "3" (uuid e13e375e-60bb-4344-a212-e88b42b44aec))
+ (pin "4" (uuid b8029def-cd05-4fce-a794-515779c7678d))
+ (pin "5" (uuid 31c51f0d-1bdd-4978-8845-854818380f37))
+ (pin "6" (uuid 69cc7e34-d00f-4dde-ba04-bddfc3a740b1))
+ (pin "7" (uuid 3dcf2b9c-9149-4aa9-9578-69b714aea544))
+ )
+
+ (symbol (lib_id "Device:R") (at 81.915 110.49 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid f5f0d5e3-3d14-428e-91df-7456a59cbf8b)
+ (property "Reference" "R26" (id 0) (at 81.915 105.41 90))
+ (property "Value" "10k" (id 1) (at 81.915 107.95 90))
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 81.915 112.268 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 81.915 110.49 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid d0896fd5-675d-4f51-8ceb-78ef8a2cca3e))
+ (pin "2" (uuid c9e3168c-bc1d-46b9-a241-745d3c32565c))
+ )
+
(symbol (lib_id "Connector:TestPoint") (at 271.145 42.545 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid f8f05319-a7bb-460b-a33f-81f68d7df397)
@@ -4508,6 +4497,57 @@
(pin "1" (uuid b9740480-5385-4211-b343-433e63321736))
)
+ (symbol (lib_id "Device:R") (at 121.285 33.655 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid fa4b3a81-e338-49d7-b069-6da44f1ddc0f)
+ (property "Reference" "R12" (id 0) (at 123.19 32.3849 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "220k" (id 1) (at 123.19 34.9249 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 119.507 33.655 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 121.285 33.655 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid ef148eb8-7baf-4136-8f35-a7374a7dc644))
+ (pin "2" (uuid df0e2c21-5777-41fd-b929-b56e9d0bac4a))
+ )
+
+ (symbol (lib_id "power:VCC") (at 88.9 69.215 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid facd02e4-12db-4247-afb1-87548d6364e0)
+ (property "Reference" "#PWR013" (id 0) (at 88.9 73.025 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "VCC" (id 1) (at 88.9 64.135 0))
+ (property "Footprint" "" (id 2) (at 88.9 69.215 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 88.9 69.215 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 79b087df-9ef8-477e-8951-477c9c367320))
+ )
+
+ (symbol (lib_id "power:VCC") (at 103.505 69.215 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid fb1daf15-ac6a-48e5-81de-fe40cb6308b6)
+ (property "Reference" "#PWR014" (id 0) (at 103.505 73.025 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "VCC" (id 1) (at 103.505 64.135 0))
+ (property "Footprint" "" (id 2) (at 103.505 69.215 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 103.505 69.215 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid bf0a3c89-f7df-4d76-8d2b-8e1fcdde08b0))
+ )
+
(symbol (lib_id "Connector:TestPoint") (at 182.245 42.545 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid fbb29eb5-6513-42a4-820f-96a237008ee2)
@@ -4534,89 +4574,80 @@
(path "/41568218-681a-410c-9bd0-ca60fb10f910"
(reference "#PWR01") (unit 1) (value "VCC") (footprint "")
)
- (path "/bb70f3ba-90e5-45ab-b9f3-469277a94ba1"
+ (path "/eb4b6790-b295-4720-b61c-e6acb33bc8e2"
(reference "#PWR02") (unit 1) (value "VCC") (footprint "")
)
- (path "/506d5371-8ba2-4388-8598-92d3138cf1b4"
+ (path "/ebb9ad05-07ec-437e-88a4-85793ff36bdf"
(reference "#PWR03") (unit 1) (value "VCC") (footprint "")
)
- (path "/c383d752-fc09-42c1-a9f9-58fbd128a266"
- (reference "#PWR04") (unit 1) (value "VCC") (footprint "")
+ (path "/57112ba3-bf85-4e31-9745-800aa3a633a8"
+ (reference "#PWR04") (unit 1) (value "GND") (footprint "")
)
- (path "/1d93c7fb-912a-4b8e-b4d2-7b2ec9fcf25c"
+ (path "/dcce6d87-e6b7-4840-a059-2bc2dbd30498"
(reference "#PWR05") (unit 1) (value "VCC") (footprint "")
)
- (path "/701d2187-5007-4c56-b7a8-4e8a90c5fd36"
- (reference "#PWR06") (unit 1) (value "VCC") (footprint "")
+ (path "/15c38692-ed8d-47dc-bc28-8ed36b9df2dd"
+ (reference "#PWR06") (unit 1) (value "GND") (footprint "")
)
- (path "/eb4b6790-b295-4720-b61c-e6acb33bc8e2"
- (reference "#PWR07") (unit 1) (value "VCC") (footprint "")
+ (path "/517aeb5d-8eab-4421-9d39-bacc4bae273d"
+ (reference "#PWR07") (unit 1) (value "GND") (footprint "")
)
- (path "/091e562c-65c9-4ad8-93f4-5ada3d9f87e0"
+ (path "/5237ab62-e664-440d-b632-36d9c73b7474"
(reference "#PWR08") (unit 1) (value "GND") (footprint "")
)
- (path "/ea27d51e-f893-40b7-af48-880886ef6dad"
+ (path "/67b4ff9a-2ae2-4c62-b24d-b29a9b1ca1f1"
(reference "#PWR09") (unit 1) (value "GND") (footprint "")
)
- (path "/3cf194f2-65e6-44c9-90d0-3a06c4a81680"
- (reference "#PWR010") (unit 1) (value "GND") (footprint "")
+ (path "/cbe7e145-59d3-4ea1-b7b9-7b1a2d4b606a"
+ (reference "#PWR010") (unit 1) (value "VCC") (footprint "")
)
- (path "/a12af415-7c55-44eb-971e-e04411a5ba85"
+ (path "/a9447a92-7db6-402e-bcea-df15e6e83fec"
(reference "#PWR011") (unit 1) (value "GND") (footprint "")
)
- (path "/d2e5d02a-f21f-49ad-9b4d-48d42ccab4de"
- (reference "#PWR012") (unit 1) (value "GND") (footprint "")
+ (path "/ec8dd6d0-e954-42ad-8367-2772cb09f290"
+ (reference "#PWR012") (unit 1) (value "VCC") (footprint "")
)
- (path "/952275cd-1f80-432a-9338-3a0d303acaa4"
+ (path "/facd02e4-12db-4247-afb1-87548d6364e0"
(reference "#PWR013") (unit 1) (value "VCC") (footprint "")
)
- (path "/be4a144c-4187-4508-9814-18081fdc5073"
- (reference "#PWR014") (unit 1) (value "GND") (footprint "")
+ (path "/fb1daf15-ac6a-48e5-81de-fe40cb6308b6"
+ (reference "#PWR014") (unit 1) (value "VCC") (footprint "")
)
- (path "/5237ab62-e664-440d-b632-36d9c73b7474"
+ (path "/365e72a4-b4a8-42c1-ba94-eb0f9c9fd3ff"
(reference "#PWR015") (unit 1) (value "GND") (footprint "")
)
- (path "/593b5b61-17df-41a7-9960-c4db2955bc44"
- (reference "#PWR016") (unit 1) (value "VCC") (footprint "")
+ (path "/9b7fc178-1588-4ad2-9ee6-c2d184dd0fe1"
+ (reference "#PWR016") (unit 1) (value "GND") (footprint "")
)
- (path "/cbe7e145-59d3-4ea1-b7b9-7b1a2d4b606a"
- (reference "#PWR017") (unit 1) (value "VCC") (footprint "")
+ (path "/22f7a9a7-52b7-4def-9f01-74ce752895c6"
+ (reference "#PWR017") (unit 1) (value "GND") (footprint "")
)
- (path "/58a13073-5778-4fb4-a758-e7707df34ce1"
+ (path "/752956d6-3842-40ba-8690-10db82bb39b6"
(reference "#PWR018") (unit 1) (value "GND") (footprint "")
)
- (path "/a9447a92-7db6-402e-bcea-df15e6e83fec"
- (reference "#PWR019") (unit 1) (value "GND") (footprint "")
- )
- (path "/866ca43d-6493-4035-bd69-ca64f89a21cd"
- (reference "#PWR020") (unit 1) (value "GND") (footprint "")
- )
- (path "/365e72a4-b4a8-42c1-ba94-eb0f9c9fd3ff"
- (reference "#PWR021") (unit 1) (value "GND") (footprint "")
- )
- (path "/a30816da-f582-4293-a1c4-dbedcfe2eaae"
- (reference "#PWR022") (unit 1) (value "GND") (footprint "")
- )
(path "/0f53a7cb-a1ba-402c-b627-13d9057eb127"
- (reference "#PWR023") (unit 1) (value "GND") (footprint "")
+ (reference "#PWR019") (unit 1) (value "GND") (footprint "")
)
(path "/c0a4e59a-2242-4ff3-a3b6-e1b8f7277d35"
- (reference "#PWR024") (unit 1) (value "GND") (footprint "")
+ (reference "#PWR020") (unit 1) (value "GND") (footprint "")
)
(path "/32e35549-1494-475d-a291-f2e290cb592a"
- (reference "#PWR025") (unit 1) (value "VCC") (footprint "")
+ (reference "#PWR021") (unit 1) (value "VCC") (footprint "")
)
(path "/87fc1511-4a34-41e1-99b9-d6d239f5984d"
- (reference "#PWR026") (unit 1) (value "GND") (footprint "")
+ (reference "#PWR022") (unit 1) (value "GND") (footprint "")
)
(path "/47ca71c7-1e7e-4710-975f-a8b04f299b7f"
- (reference "#PWR027") (unit 1) (value "GND") (footprint "")
+ (reference "#PWR023") (unit 1) (value "GND") (footprint "")
)
(path "/137266e8-c4f8-4406-9fca-c6475b4d934a"
- (reference "#PWR028") (unit 1) (value "VCC") (footprint "")
+ (reference "#PWR024") (unit 1) (value "VCC") (footprint "")
)
(path "/0d4cdde9-b5a7-4654-b78b-4a706e923d42"
- (reference "#PWR029") (unit 1) (value "GND") (footprint "")
+ (reference "#PWR025") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/d2e5d02a-f21f-49ad-9b4d-48d42ccab4de"
+ (reference "#PWR026") (unit 1) (value "GND") (footprint "")
)
(path "/2102c637-9f11-48f1-aae6-b4139dc22be2"
(reference "A1") (unit 1) (value "Arduino_UNO_R3") (footprint "Module:Arduino_UNO_R3")
@@ -4624,20 +4655,20 @@
(path "/d0aa948d-bd00-4094-b292-357ddbe6ac5a"
(reference "BAR1") (unit 1) (value "HDSP-4832_2") (footprint "Display:HDSP-4832")
)
- (path "/c594a394-d315-46d5-9f7b-ea29f56fdacb"
+ (path "/03bbc844-215d-445a-8a5c-a74aaecbc6ef"
(reference "C1") (unit 1) (value "100n") (footprint "")
)
- (path "/684b1c6b-31a4-4270-ba37-6c184039f2e8"
+ (path "/cd10b3ec-0f68-4813-9f5a-d03dd5b1d2c2"
(reference "C2") (unit 1) (value "100n") (footprint "")
)
+ (path "/5596627f-4ad1-47cf-936a-d0587da9d460"
+ (reference "C3") (unit 1) (value "10n") (footprint "")
+ )
(path "/36e9a133-90a6-408c-9bf2-feb977fae3cb"
- (reference "C3") (unit 1) (value "100n") (footprint "")
+ (reference "C4") (unit 1) (value "100n") (footprint "")
)
(path "/a0e13466-798f-4487-a3a9-f5a5ed8457c9"
- (reference "C4") (unit 1) (value "1000u") (footprint "")
- )
- (path "/b58a4a35-b6e0-4392-887d-92d7e65f991a"
- (reference "C5") (unit 1) (value "10n") (footprint "")
+ (reference "C5") (unit 1) (value "1000u") (footprint "")
)
(path "/854330bd-a071-4e90-a0c9-5b20d0dc636a"
(reference "C6") (unit 1) (value "100u") (footprint "")
@@ -4649,151 +4680,163 @@
(reference "C8") (unit 1) (value "2.2u") (footprint "")
)
(path "/9a5b1940-344a-4ad2-8217-2119a791fafb"
- (reference "R1") (unit 1) (value "10k") (footprint "")
+ (reference "R1") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/d4cb3dc0-269e-472d-be6c-8159acadb537"
- (reference "R2") (unit 1) (value "570") (footprint "")
+ (reference "R2") (unit 1) (value "570") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/72386feb-91d6-4128-8409-a23f286fae3d"
- (reference "R3") (unit 1) (value "1.12k") (footprint "")
+ (reference "R3") (unit 1) (value "1.12k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/eeeca4f1-8833-45f8-a89f-9f2bab1d1cdf"
- (reference "R4") (unit 1) (value "600") (footprint "")
+ (reference "R4") (unit 1) (value "600") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/2ee55e82-1ec2-4bed-9b11-0ce412253cad"
- (reference "R5") (unit 1) (value "790") (footprint "")
+ (reference "R5") (unit 1) (value "790") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/3016c585-5d99-4f7e-ac48-db84cf89896e"
- (reference "R6") (unit 1) (value "1k") (footprint "")
+ (reference "R6") (unit 1) (value "1k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/9d7d814b-c5bd-4b64-90ff-5fc263abfed7"
- (reference "R7") (unit 1) (value "730") (footprint "")
+ (reference "R7") (unit 1) (value "730") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/60df69da-dd0d-4654-9e3f-9e1c8ebb8c59"
- (reference "R8") (unit 1) (value "1.03k") (footprint "")
+ (reference "R8") (unit 1) (value "1.03k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/c6cd79d7-8052-4c6f-95b9-c5dc7a206dd5"
- (reference "R9") (unit 1) (value "1.11k") (footprint "")
+ (reference "R9") (unit 1) (value "1.11k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/639282a5-d820-41c2-a24d-1e7571866e15"
- (reference "R10") (unit 1) (value "1.3k") (footprint "")
+ (reference "R10") (unit 1) (value "1.3k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/0290ddd6-a534-48dc-bc20-b54c77e56ed4"
- (reference "R11") (unit 1) (value "1.41k") (footprint "")
+ (reference "R11") (unit 1) (value "1.41k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
+ )
+ (path "/fa4b3a81-e338-49d7-b069-6da44f1ddc0f"
+ (reference "R12") (unit 1) (value "220k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/2c10e76f-954e-429e-a850-90d68df0dad4"
- (reference "R12") (unit 1) (value "1.37k") (footprint "")
+ (reference "R13") (unit 1) (value "1.37k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/eed67975-cb8f-4c1f-bf64-68b1c933dd02"
- (reference "R13") (unit 1) (value "1.58k") (footprint "")
+ (reference "R14") (unit 1) (value "1.58k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/bda5f35b-c86e-4dc8-a7da-c8fd30cfd498"
- (reference "R14") (unit 1) (value "1.79k") (footprint "")
+ (reference "R15") (unit 1) (value "1.79k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/93056629-18e6-45fd-9334-d8445e232713"
- (reference "R15") (unit 1) (value "1.8k") (footprint "")
+ (reference "R16") (unit 1) (value "1.8k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/e9c4cc20-5763-4413-85d7-feb90d07b670"
- (reference "R16") (unit 1) (value "1.92k") (footprint "")
+ (reference "R17") (unit 1) (value "1.92k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/e5cbdf19-8424-4c0b-ad24-4d2a66d65884"
- (reference "R17") (unit 1) (value "2.16k") (footprint "")
+ (reference "R18") (unit 1) (value "2.16k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/01714edc-afe1-48ef-ba19-d40531404405"
- (reference "R18") (unit 1) (value "2.24k") (footprint "")
+ (reference "R19") (unit 1) (value "2.24k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/dc37f7c8-c1ef-46b7-b86d-eeed0d98e514"
- (reference "R19") (unit 1) (value "2.23k") (footprint "")
+ (reference "R20") (unit 1) (value "2.23k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/7befbba5-0713-4914-9c11-609eba8c6418"
- (reference "R20") (unit 1) (value "2.86k") (footprint "")
+ (reference "R21") (unit 1) (value "2.86k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/f40750fc-804b-49e0-b170-b16900253ac0"
- (reference "R21") (unit 1) (value "12.25k") (footprint "")
+ (reference "R22") (unit 1) (value "12.25k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/ab49cb86-d949-4b3d-bf87-f8c2af66777e"
- (reference "R22") (unit 1) (value "100k") (footprint "")
- )
- (path "/d80d6069-5c80-40cf-ace0-ff64c4c14177"
- (reference "R23") (unit 1) (value "220k") (footprint "")
+ (reference "R23") (unit 1) (value "100k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
- (path "/2d38429c-e76f-4ac3-a609-eca610b831a6"
- (reference "RV1") (unit 1) (value "10k") (footprint "")
+ (path "/8cd3b491-0fa2-47c8-b02b-01c86d3a8279"
+ (reference "R24") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
- (path "/eaf21c07-5bbc-4870-8c01-7dc928c90978"
- (reference "RV2") (unit 1) (value "10k") (footprint "")
+ (path "/38e3eaf8-4377-4e7b-89b2-34f95ff2036c"
+ (reference "R25") (unit 1) (value "50k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
- (path "/47cc4dde-2b2e-4186-b492-c224faa45da5"
- (reference "RV3") (unit 1) (value "10k") (footprint "")
- )
- (path "/269232c0-a455-433f-be4c-bf2abbe28701"
- (reference "RV4") (unit 1) (value "10k") (footprint "")
+ (path "/f5f0d5e3-3d14-428e-91df-7456a59cbf8b"
+ (reference "R26") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
- (path "/d02bc672-f793-45a7-9593-f71a26d562ee"
- (reference "RV5") (unit 1) (value "10k") (footprint "")
+ (path "/f05a5253-64b1-4608-8d00-b39d16203ce7"
+ (reference "R27") (unit 1) (value "50k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal")
)
(path "/92944e64-29c7-4439-9703-457cbf39ef1e"
- (reference "RV6") (unit 1) (value "200") (footprint "")
+ (reference "RV1") (unit 1) (value "200") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/82e8b19c-7973-457b-85b4-9ab8198f147f"
- (reference "RV7") (unit 1) (value "50") (footprint "")
+ (reference "RV2") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/efa0a6de-6300-4381-ac81-7012dc32041a"
- (reference "RV8") (unit 1) (value "50") (footprint "")
+ (reference "RV3") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/9ff22efe-f8a0-46b5-b3da-e8c81e334d5d"
- (reference "RV9") (unit 1) (value "50") (footprint "")
+ (reference "RV4") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/c52ea66f-c953-494f-a97f-84a3f052760b"
- (reference "RV10") (unit 1) (value "50") (footprint "")
+ (reference "RV5") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/32acb6d7-4d29-43fb-9173-53808c822188"
- (reference "RV11") (unit 1) (value "50") (footprint "")
+ (reference "RV6") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/a84b840d-f1ef-41a9-8b8d-b882e660d55a"
- (reference "RV12") (unit 1) (value "50") (footprint "")
+ (reference "RV7") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/ceadd7d8-c842-4c7d-858e-2f2bcc19ec8c"
- (reference "RV13") (unit 1) (value "50") (footprint "")
+ (reference "RV8") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/81edb24b-b10e-4d11-b8f6-4790c36eeb05"
- (reference "RV14") (unit 1) (value "50") (footprint "")
+ (reference "RV9") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/bd298751-1816-47d9-875b-e28859d59d74"
- (reference "RV15") (unit 1) (value "50") (footprint "")
+ (reference "RV10") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/e5ee4e87-da88-46c6-8cbc-f7b3346b75dc"
- (reference "RV16") (unit 1) (value "50") (footprint "")
+ (reference "RV11") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/f3207fbd-cabd-4665-8a14-f3e3e0ac3c80"
- (reference "RV17") (unit 1) (value "50") (footprint "")
+ (reference "RV12") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/8ce6e6e7-e831-4c31-ac90-b886ae48825e"
- (reference "RV18") (unit 1) (value "50") (footprint "")
+ (reference "RV13") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/030cba65-ab15-4548-a3dc-efa61426e9d8"
- (reference "RV19") (unit 1) (value "50") (footprint "")
+ (reference "RV14") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/6a2947dd-9033-4219-ab9b-6a66aa4f2556"
- (reference "RV20") (unit 1) (value "50") (footprint "")
+ (reference "RV15") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/519f4592-fed6-4cc3-b892-76745b35f0a9"
- (reference "RV21") (unit 1) (value "50") (footprint "")
+ (reference "RV16") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/5bb20a01-0a6d-4f27-a7da-b89ff951f0c6"
- (reference "RV22") (unit 1) (value "50") (footprint "")
+ (reference "RV17") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/00a9a995-aba9-4e6a-81a6-3f0f0f61b17d"
- (reference "RV23") (unit 1) (value "50") (footprint "")
+ (reference "RV18") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/5ac177a2-7339-4326-b6db-92317ca5bcfa"
- (reference "RV24") (unit 1) (value "50") (footprint "")
+ (reference "RV19") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/381438d5-6e27-4c94-8251-0d33f20f33e0"
- (reference "RV25") (unit 1) (value "50") (footprint "")
+ (reference "RV20") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
)
(path "/b5ebe16b-c384-40ca-aa3d-154a8cc6da50"
- (reference "RV26") (unit 1) (value "50") (footprint "")
+ (reference "RV21") (unit 1) (value "50") (footprint "Potentiometer_THT:Potentiometer_ACP_CA9-V10_Vertical")
+ )
+ (path "/558b1d1b-b769-4218-bad0-51d820a28863"
+ (reference "RV22") (unit 1) (value "10k") (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole")
+ )
+ (path "/f0c290e8-8ca7-4c74-b478-bb1bb112af62"
+ (reference "RV23") (unit 1) (value "10k") (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole")
+ )
+ (path "/3ff7806d-0a95-4a3a-bcd2-3b2dd82b9479"
+ (reference "RV24") (unit 1) (value "10k") (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole")
+ )
+ (path "/269232c0-a455-433f-be4c-bf2abbe28701"
+ (reference "RV25") (unit 1) (value "10k") (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole")
+ )
+ (path "/d02bc672-f793-45a7-9593-f71a26d562ee"
+ (reference "RV26") (unit 1) (value "50k") (footprint "Potentiometer_THT:Potentiometer_Piher_T-16L_Single_Vertical_Hole")
)
(path "/3df87df6-d091-4b5c-b062-5c7f6a034e2f"
(reference "TP1") (unit 1) (value "TUNE") (footprint "")
@@ -4864,7 +4907,7 @@
(path "/16bc0c8a-1942-4688-b8e3-caef7378a407"
(reference "TP23") (unit 1) (value "REF_GND") (footprint "")
)
- (path "/7fd2e644-bf9e-4dac-9256-bedb25287f7a"
+ (path "/f554789c-667d-4105-98f7-e4a4acc091b2"
(reference "U1") (unit 1) (value "NE555P") (footprint "Package_DIP:DIP-8_W7.62mm")
)
(path "/8634edb8-50db-43d2-95bb-5918d2cd24cc"
diff --git a/kritiek.md b/kritiek.md
index eec1f03..6f836a0 100644
--- a/kritiek.md
+++ b/kritiek.md
@@ -2,16 +2,19 @@ dit is een klaagmuur
- waarom moeten we de the_synth bibliotheek gebruiken? deze bibliotheek bevat:
- geen documentatie naast wat voorbeelden
- - veel arbitraire getallen, die in commentaar uitgelegd worden, maar niet in
- de header die je importeert
+ - veel arbitraire getallen, die in commentaar uitgelegd worden in de
+ voorbeelden, maar niet in de header die je importeert
- code in header bestanden inplaats van een .h bestand voor de linker en een
.ino bestand voor de compiler
- geen mogelijkheid om gebruikt te worden in combinatie met de eis dat alleen
pinnen a0 t/m a5 gebruikt worden, omdat de library alleen op pin d3 en d11
- werken
-- in de projectopdracht staat dat de audio uitgang 'fatsoenlijk volume' moet
- produceren, maar nergens worden specificaties gegeven van het uitvoerapparaat
- dat gebruikt wordt tijdens de assessment. dit is vervelend want speakers en
- koptelefoons hebben niet alleen wilde variatie in impedantie, maar ook
- gevoeligheid
+ werkt
+- de audio uitgang moet 'fatsoenlijk volume' produceren, maar nergens worden
+ specificaties gegeven van het uitvoerapparaat dat gebruikt wordt tijdens de
+ assessment. dit is vervelend want speakers en koptelefoons hebben niet alleen
+ wilde variatie in impedantie, maar ook gevoeligheid
+- ik moet veels te veel vragen stellen aan de projectgever over kleine, maar
+ belangrijke details; ik voel me een proefkonijn
+als het project voorbij is ga ik misschien bij al deze problemen een oplossing
+neerzetten en het terugkoppelen aan de docent ofzo
diff --git a/logboek.md b/logboek.md
index dc8e493..f7ca5c3 100644
--- a/logboek.md
+++ b/logboek.md
@@ -23,4 +23,10 @@
|Tue Feb 22 11:06:45 AM CET 2022|00:30:00|software testen / meten|
|Tue Feb 22 07:19:25 PM CET 2022|02:31:56|elektrisch schema|
|Wed Feb 23 11:13:05 AM CET 2022|00:45:00|metingen / lab tests|
+|Wed Feb 23 01:38:37 PM CET 2022|00:30:00|elektrisch schema|
+|Thu Feb 24 04:04:43 PM CET 2022|00:33:59|elektrisch schema|
+|Fri Feb 25 03:35:05 PM CET 2022|01:00:44|elektrisch schema|
+|Sat Feb 26 11:34:28 AM CET 2022|00:55:11|elektrisch schema|
+|Sun Feb 27 04:37:40 PM CET 2022|00:57:17|onderzoeksverslag|
+|Sun Feb 27 08:28:09 PM CET 2022|00:37:48|onderzoeksverslag|