Add class twelve

This commit is contained in:
Kevin Harrington 2023-12-05 15:28:50 -05:00
parent 7b5a548d39
commit 6ee78a27e0

View file

@ -37,8 +37,9 @@
\item \textbf{Open Parentheses} - ( opening of the functions parameter section (SHIFT + 9)
\item \textbf{Close Parentheses} - ) closing the functions parameter section (SHIFT + 0)
\item \textbf{Open Curly Brace} - \{ begin the body of a function (SHIFT + the key to the right of P)
\item \textbf{Close Curly Brace} - \} close the body of a function (SHIFT + the key to the right of \{ )
\item \textbf{Close Curly Brace} - \} close the body of a function (SHIFT + the key to the right of \{ )
\item \textbf{Open Bracket} - [\ begin a list (the key to the right of P)
\item \textbf{Close Bracket} - ]\ end a list ( the key to the right of [\ )
\end{itemize}
@ -146,6 +147,16 @@
\end{todolist}
\section{6th Grade Tech Class Ten TODO:}
\begin{todolist}
\item Open Google Slides and add a new slide
\item Screen-capture the steps of the previous class
\item Use Krita to crop and resize
\item Use Krita to add circles around important elements in the image
\item Save images in Git local repository folder
\item Add context to images in Slides
\end{todolist}
\newpage
\section{6th Grade Tech Class Eleven TODO:}
\begin{todolist}
\item Make Issue to add WiiNunchuck to Arduino
\item Install WiiChuck library
@ -158,5 +169,21 @@
\item commit changes with Issue in themessage
\item Open Chromebook and add slide to build log
\end{todolist}
\newpage
\section{6th Grade Tech Class Twelve TODO:}
\begin{todolist}
\item Make Issue to add Turning to Bulldog Puppy control
\item Change scale of forward/back input to "45,135" instead of "0,180"
\item Upload and observe slower driving, better control
\item Make 2 new map() calls using the right/left joystick (Index 0 instead of index 1)
\item Scale the left/right map to be range -45,45
\item Change Servo.write() calls to be 90 + turnVariable
\item Upload and observe the turning
\item Change Servo.write() to be speedVariable + turnVariable
\item Upload and observe drive and turn
\item Commit changes with Issue \# in commit message
\item Open Build log and add slides for turning + driving
\end{todolist}
\end{document}