diff options
author | Nao Pross <naopross@thearcway.org> | 2018-03-08 18:31:26 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-03-08 18:31:26 +0100 |
commit | 14fe3b176b63e269e5c58fab49d11f7847e90469 (patch) | |
tree | 383b3171481e885ec228618af6340b8fed79d9d7 /doc/figures/reduced-circ.tikz | |
parent | Add automatic configuration and hardware bugfix (via sw) (diff) | |
download | Xilofono-14fe3b176b63e269e5c58fab49d11f7847e90469.tar.gz Xilofono-14fe3b176b63e269e5c58fab49d11f7847e90469.zip |
Remove doc and gitmobules
Diffstat (limited to '')
-rw-r--r-- | doc/figures/reduced-circ.tikz | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/figures/reduced-circ.tikz b/doc/figures/reduced-circ.tikz deleted file mode 100644 index 0373faa..0000000 --- a/doc/figures/reduced-circ.tikz +++ /dev/null @@ -1,25 +0,0 @@ -\begin{tikzpicture}[scale=1, every node/.style={transform shape}] - % piezo - \draw (0,0) node[rground] {} - to[piezoelectric, l=$X$] (0,2) to (2,2) - to[R, l=$R_x$, *-] (2,0) node[rground] {}; - - % diodes - \draw (2,2) to[R,l=$R$, -*] (5,2); - \draw (5,0) node[rground] {} - to[sDo, l_=$D_2$] (5,2) - to[sDo, l_=$D_1$] (5,4) - node[vcc] {$V_{cc}$}; - \draw (5,2) to[short, -o] (6,2) - node[right] {$V_o$}; - - % opamp - \iffalse - \draw (9,2.5) node[op amp] (comp) {}; - \draw (comp.-) to ++(0, 0.5) node[vcc] {$V_{ref}$}; - - \draw (comp.+) to[R, l=$R_A$] ($(comp.+) + (-2.5, 0)$) -| (5,2); - \draw (comp.+) |- (8,0) to[R, l=$R_F$] ++(2,0) -| (comp.out) - to[short, -o] ++(1,0) node[right] {$V_o$}; - \fi -\end{tikzpicture}
\ No newline at end of file |