Skip to content

Commit

Permalink
Add class twelve
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Dec 5, 2023
1 parent 7b5a548 commit 6ee78a2
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions keywordsList.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -146,6 +147,16 @@ \section{6th Grade Tech Class Nine TODO:}
\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
Expand All @@ -158,5 +169,21 @@ \section{6th Grade Tech Class Ten TODO:}
\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}

0 comments on commit 6ee78a2

Please sign in to comment.