File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments