From cbf80c0b6644ff75fc71759ed35a1f00af001f0f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 15 Oct 2024 01:45:42 -0400 Subject: Hide photo-transistor circuit --- main.tex | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'main.tex') diff --git a/main.tex b/main.tex index ef057ac..172cac6 100644 --- a/main.tex +++ b/main.tex @@ -274,35 +274,35 @@ -\begin{figure}[H] - \centering - \begin{circuitikz} - \node at (0,3.6) (src) {5V}; - \draw (src) to (0,3); - - \draw (2,0) circle (0.85cm); - \draw [arrows = {-Stealth[harpoon]}] - (0.8,1.1) -- (1.4,0.7); - \draw [arrows = {-Stealth[harpoon]}] - (0.8,0.9) -- (1.4,0.5); - \node[npn] at (2,0) (npn) {} - (npn.base) node[anchor=east] {} % B - (npn.collector) node[anchor=north] {} % C - (npn.emitter) node[anchor=south] {}; % E - \draw (npn.emitter) to (2,-1) to (0,-1); - - \draw - (0,3) to[R,l=$R_1$] (0,0.5) - to[led] (0,0) - to (0,-1) node[ground] {}; - - \draw (0,3) to (2,3) - to[R] (2,0.5) ; - - \end{circuitikz} - \caption{This is one thing in our pcb} - \label{circ:pcb} -\end{figure} +% \begin{figure}[H] +% \centering +% \begin{circuitikz} +% \node at (0,3.6) (src) {5V}; +% \draw (src) to (0,3); + +% \draw (2,0) circle (0.85cm); +% \draw [arrows = {-Stealth[harpoon]}] +% (0.8,1.1) -- (1.4,0.7); +% \draw [arrows = {-Stealth[harpoon]}] +% (0.8,0.9) -- (1.4,0.5); +% \node[npn] at (2,0) (npn) {} +% (npn.base) node[anchor=east] {} % B +% (npn.collector) node[anchor=north] {} % C +% (npn.emitter) node[anchor=south] {}; % E +% \draw (npn.emitter) to (2,-1) to (0,-1); + +% \draw +% (0,3) to[R,l=$R_1$] (0,0.5) +% to[led] (0,0) +% to (0,-1) node[ground] {}; + +% \draw (0,3) to (2,3) +% to[R] (2,0.5) ; + +% \end{circuitikz} +% \caption{This is one thing in our pcb} +% \label{circ:pcb} +% \end{figure} % \newpage % \printbibliography -- cgit v1.2.3