update
parent
3361282dc3
commit
d2ea549421
|
|
@ -0,0 +1,9 @@
|
|||
@misc{pinmap,
|
||||
url={https://www.roboburada.com/public/assets/ESP8266/pinmap.png}
|
||||
}
|
||||
@misc{esp8266,
|
||||
url={http://www.c-sharpcorner.com/article/blinking-led-by-esp-12e-nodemcu-v3-module-using-arduinoide/}
|
||||
}
|
||||
@misc{micropython-doc,
|
||||
url={https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 598 KiB |
|
|
@ -88,37 +88,31 @@ compress
|
|||
%%%%%%%%%% Content starts here %%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\section{Logo}
|
||||
\begin{frame}{Logo}
|
||||
\framesubtitle{In Blau}
|
||||
%#1 Breite
|
||||
%#2 Datei (liegt im image Verzeichnis)
|
||||
%#3 Beschriftung
|
||||
%#4 Label fuer Referenzierung
|
||||
\image{.25\textwidth}{\meta/config/images/logo.png}{Uni-Logo}{img:logo}
|
||||
\section{ESP8266}
|
||||
\begin{frame}{ESP8266}\framesubtitle{Hardware}
|
||||
\image{.6\textwidth}{esp8266}{ESP8266 + NodeMCU v3 \cite{esp8266}}{img:esp}
|
||||
\end{frame}
|
||||
\begin{frame}{ESP8266}\framesubtitle{Hardware}
|
||||
\image{.6\textwidth}{pinmap}{ESP8266 Pins \cite{pinmap}}{img:pins}
|
||||
\end{frame}
|
||||
|
||||
\section{Git Version}
|
||||
\begin{frame}{Git Version}\framesubtitle{\gitAbbrevHash}
|
||||
\begin{frame}{ESP8266}\framesubtitle{Software}
|
||||
\href{http://nodemcu.com/index_en.html}{NodeMCU}
|
||||
\begin{itemize}
|
||||
\item \#: \gitAbbrevHash
|
||||
\item @: \gitAuthorIsoDate
|
||||
\item \gitReferences
|
||||
\item Open Source Hardware
|
||||
\item Open Source Firmware
|
||||
\item Lua-Skriptbare Umgebung
|
||||
\item Ardunio-kompatibel
|
||||
\item Billige China-Klone :)
|
||||
\end{itemize}
|
||||
\textbf{Setup}\\
|
||||
Follow this link to \href{https://www.ctan.org/tex-archive/macros/latex/contrib/gitinfo2}{Gitinfo 2}\\
|
||||
\textbf{git hooks}\\
|
||||
To fill watermark at buttom, deploy gitinfo2-hook.txt to githooks: (copy and make executable) or use \texttt{make git}
|
||||
Cooler: \href{https://micropython.org/}{MicroPython}
|
||||
\begin{itemize}
|
||||
\item .git/hooks/post-checkout
|
||||
\item .git/hooks/post-commit
|
||||
\item .git/hooks/post-merge
|
||||
\item Basiert auf Python 3
|
||||
\item Frei \& Open Source
|
||||
\item Einige Funktionalität
|
||||
\end{itemize}
|
||||
\textbf{Remove watermark}\\
|
||||
To disable watermark, remove option \texttt{[mark]} from \textbackslash usepackage[mark]\{gitinfo2\} in \textit{config/commands.tex}.
|
||||
\end{frame}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%% References %%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
@ -127,7 +121,7 @@ Follow this link to \href{https://www.ctan.org/tex-archive/macros/latex/contrib/
|
|||
\def\newblock{\hskip .11em plus .33em minus .07em}
|
||||
\scriptsize
|
||||
\bibliographystyle{IEEEtran}
|
||||
\bibliography{\meta/exampleLiterature/bib}
|
||||
\bibliography{content/bib.bib}
|
||||
\normalsize
|
||||
\end{frame}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue