-
Notifications
You must be signed in to change notification settings - Fork 0
/
hacklab-ArduinoComic-Page-3.html
71 lines (71 loc) · 2.54 KB
/
hacklab-ArduinoComic-Page-3.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-type"/>
<meta content="en-us" http-equiv="Content-Language"/>
<title>
/hacklab-ArduinoComic-Page-3
</title>
</head>
<body>
PAGE 3: Inputs and outputs, analog and digital
<br/>
Panel 7
<br/>
Drawing: Momentary switch and force sensitive resistor
<br/>
Labels:
<br/>
Momentary switch
<br/>
Force sensitive resistor
<br/>
(In text panel) An input into the Arduino could be a switch or a sensor.
<br/>
<br/>
Panel 8
<br/>
Drawing: DC motor, laptop
<br/>
Labels:
<br/>
DC Motor
<br/>
(In text panel) Any object we want to turn on and off and control could be an output. It could be a motor or even a computer.
<br/>
<br/>
<br/>
Panel 9
<br/>
Drawing: Character head and shoulders facing right
<br/>
Word balloon: What’s the difference between digital and analog inputs and outputs?
<br/>
(In text panel) Inputs and outputs can be digital or analog. Digital information is binary- it is either true or false. Analog information is continuous, it can hold a range of values.
<br/>
Mikä erottaa digitaalisen sisään- ja ulostulon analoogisesta?
<br/>
Sisään ja ulostulot voivat olla digitaalisia tai analoogisia. Digitaalinen informaatio on binääristä; se on joko oikein tai väärin. Analooginen informaatio on jatkuvaa, se voi sisältää laajan valikoiman arvoja.
<br/>
<br/>
Panel 10
<br/>
Drawing: Character with hands on hips
<br/>
Word balloons:
<br/>
Left balloon: Digital information is discrete and finite. All information is described in two states, 1 or 0, on or off.
<br/>
Digitaalinen informaatio on erillistä ja rajattua. Kaikki tieto on kuvattu kahdessa vaiheessa, 1 tai 0, päällä tai pois päältä.
<br/>
Right balloon: Analog information is characterized by its continuous nature. It can have an infinite number of possible values.
<br/>
Analooginen informaatio on luonteeltaan jatkuvaa. Sillä voi olla loputon määrä mahdollisia arvoja.
<br/>
(In text panel) A switch is a digital input, a sensor is an analog input. The range of an analog sensor is limited by its conversion to digital data.
<br/>
Virtakytkin on digitaalinen sisääntulo, sensori on analooginen sisääntulo. Digitaaliseen dataan muuntaminen rajoittaa analoogisen sensorin aluetta.
<br/>
<br/>
</body>
</html>