Skip to content

Commit 7b5a548

Browse files
committed
adding additional keywords
1 parent 6d867e7 commit 7b5a548

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

keywordsList.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
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
3535
\item \textbf{Serial Monitor} - A tab in Arduino IDE to see print statements
36+
\item \textbf{Semi-colon} - ; Put at the end of a line that executes (the key to the right of L)
37+
\item \textbf{Open Parentheses} - ( opening of the functions parameter section (SHIFT + 9)
38+
\item \textbf{Close Parentheses} - ) closing the functions parameter section (SHIFT + 0)
39+
\item \textbf{Open Curly Brace} - \{ begin the body of a function (SHIFT + the key to the right of P)
40+
\item \textbf{Close Curly Brace} - \} close the body of a function (SHIFT + the key to the right of \{ )
41+
3642

3743
\end{itemize}
3844

0 commit comments

Comments
 (0)