From 036f417e4bcdd6f3c6430066981d196a9def6fe1 Mon Sep 17 00:00:00 2001 From: giuliof Date: Sun, 24 Feb 2019 17:09:09 +0100 Subject: [PATCH] typo su stepper --- LibroArduino.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LibroArduino.tex b/LibroArduino.tex index f3f365e..117642c 100644 --- a/LibroArduino.tex +++ b/LibroArduino.tex @@ -140,6 +140,11 @@ pinMode(PIN_TERMORESISTENZA, INPUT); \begin{lstlisting}[style=Carduino,style=wrap,firstnumber=14] int valoreSensore = analogRead(PIN_TERMORESISTENZA); \end{lstlisting} + +\item[Pagina 76] i pin del motore stepper sono 9, 10, 11, 12, di conseguenza la riga 5 va cambiata con +\begin{lstlisting}[style=Carduino,style=wrap,firstnumber=5] + UnipolarStepper stepper(STEPS, 9, 10, 11, 12); +\end{lstlisting} \end{description} \section*{Fino a seconda ristampa}