3232 \item \textbf {Digital } - Values that can be either 1 or 0
3333 \item \textbf {Analog } - Values that can be a range of values greater than just 1 and 0
3434 \item \textbf {Servo } - A motor with a built in controller that can be given position or speed commands
35+ \item \textbf {Serial Monitor } - A tab in Arduino IDE to see print statements
3536
3637\end {itemize }
3738
@@ -128,8 +129,8 @@ \section{6th Grade Tech Class Nine TODO:}
128129\begin {todolist }
129130 \item Make Issue to add Servos to Arduino
130131 \item Install ESP32Servo library
132+ \item Open Sweep Example for ESP32Library and run it
131133 \item Include ESP32Servo.h
132- \item open Example for library
133134 \item Make Servo variables
134135 \item Make Integer variables for the Servo's stop value
135136 \item Attach servos to 33 and 32
@@ -138,4 +139,18 @@ \section{6th Grade Tech Class Nine TODO:}
138139 \item Open Chromebook and add a slide to the build log
139140\end {todolist }
140141
142+ \section {6th Grade Tech Class Ten TODO: }
143+ \begin {todolist }
144+ \item Make Issue to add WiiNunchuck to Arduino
145+ \item Install WiiChuck library
146+ \item Open Example for WiiChuck and run it
147+ \item Open the Serial Monitor and observe print statements
148+ \item Add Wii Accessory variable to Arduino program.
149+ \item Use 'map()' function to convert values to -1 to 1 range
150+ \item Calculate a motor speed based on joystick value
151+ \item Make your program move your bulldog puppy forward and backwards
152+ \item commit changes with Issue in themessage
153+ \item Open Chromebook and add slide to build log
154+ \end {todolist }
155+
141156\end {document }
0 commit comments