adding additional keywords

This commit is contained in:
Kevin Harrington 2023-11-27 13:51:19 -05:00
parent 6d867e71e7
commit 7b5a548d39

View file

@ -33,6 +33,12 @@
\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 \item \textbf{Serial Monitor} - A tab in Arduino IDE to see print statements
\item \textbf{Semi-colon} - ; Put at the end of a line that executes (the key to the right of L)
\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 \{ )
\end{itemize} \end{itemize}