summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-10-15 01:45:42 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-10-15 01:45:42 -0400
commitcbf80c0b6644ff75fc71759ed35a1f00af001f0f (patch)
tree87a9371551e0fa5f15d609d98c666607d8d85e99
parent78ec120f9b6fb6626f0879043f891752a6e93fdf (diff)
Hide photo-transistor circuit
-rw-r--r--main.tex58
1 files changed, 29 insertions, 29 deletions
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