From 7b5a548d3992b1ce239c25d02a3cbbdb4ff80150 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 27 Nov 2023 13:51:19 -0500 Subject: [PATCH] adding additional keywords --- keywordsList.tex | 6 ++++++ 1 file changed, 6 insertions(+) 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}