forked from fashioning-circuits/fall2014studyguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArduino-exam-studyguide.txt
More file actions
39 lines (34 loc) · 925 Bytes
/
Arduino-exam-studyguide.txt
File metadata and controls
39 lines (34 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Fashioning Circuits Fall 2014
Arduino Exam Study Guide
The exam will be a combination of matching, multiple choice, short answer, and demonstration. The concepts that may be on the exam:
analogWrite
analogRead
Arduino Integrated Development Environment, parts of
ASCII Characters
Array
Bits, definition
Buttons
Bytes, definition
Circuit Schematic notations for battery, ground, current, switch, resistor, LEDs
Color changing (RGB) LEDs
Commenting
Constants (INPUT, INPUT_PULLUP, OUTPUT, HIGH, LOW)
Declarations
Digital vs. Analog pins
digitalWrite
delay
If / else functions
If / then functions
Logical comparisons
Logical operators
Mathematical operations
Pull-up resistors
Pulse width modulation
Serial Communication, output
Serial vs. Parallel wiring
Serial.print and Serial.println
Serial.begin
Sketch, parts of, including punctuation
Switches
Troubleshooting strategies
Variables (Integers, Strings, Floats, Long)