~ruther/vhdl-i2c

ref: 998597e075c2aeab13545f981f04fab30a561dd8 vhdl-i2c/doc/img/i2c_slave.tex -rw-r--r-- 279 bytes
998597e0 — Rutherther tests: wait for half period after stop condition in model 2 years ago
                                                                                
1
2
3
4
5
6
7
8
% tikzpic.tex
\documentclass[crop,tikz]{standalone}% 'crop' is the default for v1.0, before it was 'preview'
%\usetikzlibrary{...}% tikz package already loaded by 'tikz' option
\begin{document}
\begin{tikzpicture}
  \draw (0,0) -- (10,10); % ...
\end{tikzpicture}
\end{document}