master
clemens 2017-07-26 20:23:26 +02:00
parent 3361282dc3
commit d2ea549421
4 changed files with 29 additions and 26 deletions

9
content/bib.bib Normal file
View File

@ -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}
}

BIN
images/esp8266.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

BIN
images/pinmap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

View File

@ -88,37 +88,31 @@ compress
%%%%%%%%%% Content starts here %%%%%%%%%% %%%%%%%%%% Content starts here %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Logo} \section{ESP8266}
\begin{frame}{Logo} \begin{frame}{ESP8266}\framesubtitle{Hardware}
\framesubtitle{In Blau} \image{.6\textwidth}{esp8266}{ESP8266 + NodeMCU v3 \cite{esp8266}}{img:esp}
%#1 Breite \end{frame}
%#2 Datei (liegt im image Verzeichnis) \begin{frame}{ESP8266}\framesubtitle{Hardware}
%#3 Beschriftung \image{.6\textwidth}{pinmap}{ESP8266 Pins \cite{pinmap}}{img:pins}
%#4 Label fuer Referenzierung
\image{.25\textwidth}{\meta/config/images/logo.png}{Uni-Logo}{img:logo}
\end{frame} \end{frame}
\section{Git Version} \begin{frame}{ESP8266}\framesubtitle{Software}
\begin{frame}{Git Version}\framesubtitle{\gitAbbrevHash} \href{http://nodemcu.com/index_en.html}{NodeMCU}
\begin{itemize} \begin{itemize}
\item \#: \gitAbbrevHash \item Open Source Hardware
\item @: \gitAuthorIsoDate \item Open Source Firmware
\item \gitReferences \item Lua-Skriptbare Umgebung
\item Ardunio-kompatibel
\item Billige China-Klone :)
\end{itemize}
Cooler: \href{https://micropython.org/}{MicroPython}
\begin{itemize}
\item Basiert auf Python 3
\item Frei \& Open Source
\item Einige Funktionalität
\end{itemize} \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}
\begin{itemize}
\item .git/hooks/post-checkout
\item .git/hooks/post-commit
\item .git/hooks/post-merge
\end{itemize}
\textbf{Remove watermark}\\
To disable watermark, remove option \texttt{[mark]} from \textbackslash usepackage[mark]\{gitinfo2\} in \textit{config/commands.tex}.
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% References %%%%%%%%%% %%%%%%%%%% 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} \def\newblock{\hskip .11em plus .33em minus .07em}
\scriptsize \scriptsize
\bibliographystyle{IEEEtran} \bibliographystyle{IEEEtran}
\bibliography{\meta/exampleLiterature/bib} \bibliography{content/bib.bib}
\normalsize \normalsize
\end{frame} \end{frame}