Adding class 10

This commit is contained in:
Kevin Harrington 2023-11-17 10:59:57 -05:00
parent d7726b4e2c
commit 6d867e71e7

View file

@ -32,6 +32,7 @@
\item \textbf{Digital} - Values that can be either 1 or 0 \item \textbf{Digital} - Values that can be either 1 or 0
\item \textbf{Analog} - Values that can be a range of values greater than just 1 and 0 \item \textbf{Analog} - Values that can be a range of values greater than just 1 and 0
\item \textbf{Servo} - A motor with a built in controller that can be given position or speed commands \item \textbf{Servo} - A motor with a built in controller that can be given position or speed commands
\item \textbf{Serial Monitor} - A tab in Arduino IDE to see print statements
\end{itemize} \end{itemize}
@ -128,8 +129,8 @@
\begin{todolist} \begin{todolist}
\item Make Issue to add Servos to Arduino \item Make Issue to add Servos to Arduino
\item Install ESP32Servo library \item Install ESP32Servo library
\item Open Sweep Example for ESP32Library and run it
\item Include ESP32Servo.h \item Include ESP32Servo.h
\item open Example for library
\item Make Servo variables \item Make Servo variables
\item Make Integer variables for the Servo's stop value \item Make Integer variables for the Servo's stop value
\item Attach servos to 33 and 32 \item Attach servos to 33 and 32
@ -138,4 +139,18 @@
\item Open Chromebook and add a slide to the build log \item Open Chromebook and add a slide to the build log
\end{todolist} \end{todolist}
\section{6th Grade Tech Class Ten TODO:}
\begin{todolist}
\item Make Issue to add WiiNunchuck to Arduino
\item Install WiiChuck library
\item Open Example for WiiChuck and run it
\item Open the Serial Monitor and observe print statements
\item Add Wii Accessory variable to Arduino program.
\item Use 'map()' function to convert values to -1 to 1 range
\item Calculate a motor speed based on joystick value
\item Make your program move your bulldog puppy forward and backwards
\item commit changes with Issue in themessage
\item Open Chromebook and add slide to build log
\end{todolist}
\end{document} \end{document}