diff --git a/keywordsList.tex b/keywordsList.tex index ebd1ef8..1ab34b6 100644 --- a/keywordsList.tex +++ b/keywordsList.tex @@ -33,6 +33,12 @@ \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{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}