add payment information
parent
bbb5e484f7
commit
dcbf8d6b8c
Binary file not shown.
|
After Width: | Height: | Size: 712 B |
|
|
@ -84,10 +84,22 @@ compress
|
||||||
\begin{frame}{First things first}\framesubtitle{Hardwareausgabe}
|
\begin{frame}{First things first}\framesubtitle{Hardwareausgabe}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Verfügbare Sets: 20
|
\item Verfügbare Sets: 20
|
||||||
\item Reserviert: ~15
|
\item Reserviert: ~19
|
||||||
\item Kosten: \EUR{8} pro Set
|
\item Kosten: \EUR{8} pro Set
|
||||||
|
\begin{itemize}
|
||||||
|
\item Bank of WIAI
|
||||||
|
\item \url{https://www.paypal.me/clkl/8}
|
||||||
|
\item Cash
|
||||||
|
\end{itemize}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
\begin{figure}[H]
|
||||||
|
%\centering
|
||||||
|
%\flushright
|
||||||
|
\includegraphics[width=.3\textwidth]{qr}
|
||||||
|
\label{img:qr}
|
||||||
|
\end{figure}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Content}
|
\begin{frame}{Content}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
@ -271,7 +283,7 @@ Starten:
|
||||||
\begin{lstlisting}[caption={HTTP Requests},label=http]
|
\begin{lstlisting}[caption={HTTP Requests},label=http]
|
||||||
import urequests
|
import urequests
|
||||||
host = "http://your.host.ip.here:5000"
|
host = "http://your.host.ip.here:5000"
|
||||||
response = urequests.get(host)q
|
response = urequests.get(host)
|
||||||
print(response)
|
print(response)
|
||||||
|
|
||||||
import machine
|
import machine
|
||||||
|
|
@ -291,6 +303,7 @@ urequests.post(post_url, data=data, headers=json_header)
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\begin{frame}[fragile]{LEDs}
|
\begin{frame}[fragile]{LEDs}
|
||||||
\setbeamercovered{invisible}
|
\setbeamercovered{invisible}
|
||||||
|
\lstset{tabsize=6}
|
||||||
\begin{lstlisting}[caption={LED},label=led,escapeinside={(*@}{@*)}]
|
\begin{lstlisting}[caption={LED},label=led,escapeinside={(*@}{@*)}]
|
||||||
import machine, time, math
|
import machine, time, math
|
||||||
pin = machine.Pin(0, machine.Pin.OUT)
|
pin = machine.Pin(0, machine.Pin.OUT)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue