adding additional keywords
This commit is contained in:
parent
6d867e71e7
commit
7b5a548d39
1 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue